I didn't noticed this class till now. Very interesting. Thank you Thomas.
I've inserted the function after the inner content of the widget is created
overriding the _createContentElement of qx.ui.core.Widget, like this:
_createContentElement : function () {
// Generates random div id
this._id = Math.ceil(Math.random() * 10000).toString();
var content = new qx.html.Element("div", {
overflowX : "hidden",
overflowY : "hidden"
}, {
id : this._id
});
qx.ui.core.queue.Manager.flush();
return content;
}
Still no luck, but I guess that I'm getting closer to a solution. If you
have another idea on where should i call qx.ui.core.queue.Manager.flush let
me know. Thank you for your response.
-----
La coincidenza non ha madre.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/The-correct-use-of-getDomElement-tp6993052p6998298.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel