Hi,

On Thursday 03 May 2007 westor wrote:
> I have to change the content of a a label (e.g. in an event listener),
> using "setHtml" method.
> After change I like to see the new needed width, but the value isn't
> updated immediately after setHtml. What is to do, to rerender the widget
> and fetch the new needed width?
Try to call "qx.ui.core.Widget.flushGlobalQueues()" after you called 
the "setHtml" method. This should help.

cheers,
  Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to