At the start of my App the Browser has to load some stuff and create some 
data objects (Trees). The Problem is, that this blocks the the whole 
browser (no tab switching no reaction on user interactions, even my 
animated loading.gif is not loaded/animated). In swing applications the is 
a "SwingWorker" to keep the ui running - for example to display a progress 
bar.
But how to achieve this with GWT? My guess is to use Scheduler some how?! I 
want to get the loading more in background and keep the browser more 
responsive. But how to do this?


thx in advance


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/WwjzFmFE0kQJ.
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.

Reply via email to