Forcing an update
qooxdoo versions prior to 0.7 sometimes had the problem that there could be an delay between setting a value in an object, and that value appearing on the display of the browser.
The cure for this was qx.ui.core.Widget.flushGlobalQueues().
For more information about queues, see this article.
