Hi,
I have a problem with the qx.ui.layout.HorizontalBoxLayout.
Here is my example:
var f1 = new qx.ui.layout.HorizontalBoxLayout;
f1.set({
width : "50%",
height : "100%",
horizontalChildrenAlign: "center",
backgroundColor: "red"
});
var f2 = new qx.ui.layout.CanvasLayout;
f2.set({
width : "100%",
height : "100%",
backgroundColor : "yellow"
});
When I start my application everything looks good. But when I resize the
browser-Window, the f2-box "walks" out of the f1-box.
There are two ways how the bug doesn't occur:
1. I don't set f1-"horizontalChildrenAlign"
2. Or I set f1-"width" to a fix width (f.e. 200)
What can I do?
Tobias
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel