Am Donnerstag, den 13.11.2008, 15:11 +0100 schrieb Koen Deforche: > Hey Goetz, Hello Koen,
sorry for the delay, but this was burried under some other stuff I had to do. > >> After the user processed some data and sent this to the server, > >> in the upper right edge of the window there is this > >> "waiting" on red background. > >> > >> How do I configure WT to give a more prominent feedback > >> to the user ? > >> (like window turns grey, with a box in the center saying "processing > >> data") > > > > Currently, there is no such configuration option. > > > > But I think it is a good idea to make this entirely flexible (using > > WViewWidget and auto-learned slots for showing and hiding the > > feedback), so that you can provide your own method for displaying > > feed-back. The current method would then simply be the default one. > > I have committed this feature to CVS. > > The API call to customize the loading indicator is: > WApplication::setLoadingIndicator(WLoadingIndicator indicator) > > The default implementation (the one we use now) is WDefaultLoadingIndicator. > > By stealing some CSS rules from WDialog's constructor, you could > obtain an indicator like you have in mind ? I've integrated it into my test setup. Unfortunately the person requesting this feature is away this week. _My_ first impression is that it might be a little bit to livid. It means that every time the display is waiting, you get this white flash. Especially in situations when this is only displayed a short time (fractions of a second) this is a little bit flashy ;-) > As always, I am interested to hear how it could be improved, or what > other indicator implementation we should add to the library. We'll fiddle with it when he returns... In between: Thanks... Bye Goetz -- Goetz Babin-Ebell <[EMAIL PROTECTED]> 4G Systems GmbH & Co KG ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
