Forcing an update
Sometimes you may find a delay from setting a value in an object, and that value appearing on the display of the browser.
The cure for this is a call to qx.ui.core.Widget.flushGlobalQueues(). Just put it in after setting the value.
This is specially useful after asynchronous processing (timers, AJAX callbacks, ....).
For more information about queues, see this article.
