Wednesday, November 2, 2011

Gwt-App totally blocks Browser-UI

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment