I guess that the simpliest way is to use the Canvas layout in the parent
widget.
Like this:
var parent = new qx.ui.container.Composite(new qx.ui.layout.Container);
var child = new qx.ui.container.Composite(new qx.ui.layout.Dock); //
dock or wathever layout you need. Or any widget you need.
parent.add(child, { width : "50%", height : "50%" };
Hope I'm remembering right, and hope this helps.
M
Il 22/11/2011 21:33, xina towner ha scritto:
Can I use % to set width and height?
Thanks,
Rubén
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel