You should execute the Timer right away, by directly calling its run(). Then in the run() determine whether or not it needs to run again. If so, use schedule(int) to make it run() again. The process should be similar to how an IncrementalCommand would work...
On Feb 24, 3:36 pm, "Peter D." <[email protected]> wrote: > Has a solution been found to this issue? I have encountered the same > thing, with no luck. > > On Jan 19, 2:24 am, Hanna Varakhobava <[email protected]> wrote: > > > > > > > > > Hey, somebody... -- 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.
