in the above code i see that the records start appearing in browser one by one ...
is there a way i can find that all my incremental commands have done processing their logic so i can go ahead removing the message or progress bar ? Thanks for the help! On Apr 5, 9:08 am, keyboard_samurai <[email protected]> wrote: > is there any example for this ? the logic for my code as of now is > > // some pre tasks > DeferredCommand.addCommand(new IncrementalCommand()){ > // some heavy stuff > // out here associate the rows to be shown in DOM} > > // some post task > > On Apr 3, 10:47 pm, Ian Bambury <[email protected]> wrote: > > > > > Well, don't show it while that is happening, then :-) - show a twirling > > pizza or a 'Hang On A Minute' message or a progress bar (which is perfectly > > possible in this situation) > > > Ian > > >http://examples.roughian.com > > > On 3 April 2010 18:41, keyboard_samurai <[email protected]> wrote: > > > > hi has anyone done anything like this ? or anything similar ? > > > > Cheers! > > > > On Apr 3, 12:24 am, keyboard_samurai <[email protected]> wrote: > > > > Agree but since this is a tree i wudnt like the subnodes to be seen > > > > until its all done generating... similarly when a user selects > > > > collapse wudnt like to show the user each entry getting deleted from > > > > the screen. > > > > > This is the behaviour i see as of now using incremental command. > > > > > Any ideas ? > > > > > On Apr 2, 11:46 pm, kozura <[email protected]> wrote: > > > > > > Can always throw up a modal dialog, maybe with a glass panel, so user > > > > > can't interact until it's all done. 'course in general this isn't > > > > > very nice to the user.. > > > > > > On Apr 2, 12:08 pm, keyboard_samurai <[email protected]> wrote: > > > > > > > Hi .. Sorry for the late reply but is there a way i can hold the > > > > > > browser till the incremental command is done finishing its task ? > > > > > > > Some kinda sleep technique ? > > > > > > > Do let me know if this is possible ... > > > > > > > Thanks! > > > > -- > > > 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]<google-web-toolkit%2Bunsubs > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
