|
This post has NOT been accepted by the mailing list yet.
I myself have found a solution.
var widget = new qx.ui.core.Widget();
widget.addListener("appear", function() {
var el = widget.getContentElement().getDomElement();
el.appendChild(renderer.domElement);
}, this);
regards
media
|