Thank you for your answer, asking this question I look gchart sources in parallel :) I'm looking at gwt javadoc (http://google-web-toolkit.googlecode.com/ svn/javadoc/2.0/index.html?overview-summary.html), but I don't see Scheduler class (I'm very new in gwt)
Sergey On Mar 11, 3:45 pm, Thomas Broyer <[email protected]> wrote: > On Mar 11, 6:28 am, sergey-miryanov <[email protected]> wrote: > > > Hi all, > > > I google it, but without results. Is DeferredCommand guaranteed that > > command queue will be executed in order of command addition? > > Yes. > > (looking at the code would have probably been faster than googling > around and asking here ;-) ) > > May I suggest though that you use Scheduler instead? scheduleFinally > might be more "responsive" than scheduleDeferred or a DeferredCommand > if you don't really need the "deferred" behavior. -- 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.
