Thanks - that's useful; I'll dig into how DeferredCommand works... - Korny
On Tue, Feb 24, 2009 at 11:22 PM, chuckp <[email protected]> wrote: > > Hi Korny, > > Not sure if this is of any help, but there is a Class in GWT called > DeferredCommand. Apparently it is executed after all currently > pending event handlers have completed.... Now assuming that your > Asynchronous activity is an event??? Then maybe you can utilise this > Class at the end of your logic. It should only execute if your > application is in a passive state, ie. all events have finished. > > I have used this with an Remote Call successfully. I use it to > display a table widget only after the widget has been built. The > widget is a table built from a database request, so it takes a few > milliseconds to build, but has a flicker. Using this Class removes > the flicker. > > Hope this is of some help, > > - Chuck > > > -- Kornelis Sietsma korny at my surname dot com kornys on gmail, twitter, facebook, etc. "Every jumbled pile of person has a thinking part that wonders what the part that isn't thinking isn't thinking of" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
