Re: [qooxdoo-devel] Layout guidance

2012-12-17 Thread ScoPi
Thanks for the reply! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Layout-guidance-tp7582277p7582312.html Sent from the qooxdoo mailing list archive at Nabble.com. -- LogMeIn Rescue: Anywhere, Anyt

Re: [qooxdoo-devel] Layout guidance

2012-12-14 Thread Christopher Zündorf
Something about canvas layouts: http://manual.qooxdoo.org/2.1/pages/layout/canvas.html We update the manual for containing a documentation of edge property. Am 12.12.2012 um 11:22 schrieb ScoPi: Invariably, you figure such things out as soon as you ask. I am able to achieve this with this ap

Re: [qooxdoo-devel] Layout guidance

2012-12-14 Thread Christopher Zündorf
Edge:0 does the same as "left:0" and "right:0" . you can remove the left and right assignment for your allContentContainer. Am 12.12.2012 um 11:22 schrieb ScoPi: Invariably, you figure such things out as soon as you ask. I am able to achieve this with this approach: var headerContainer = ...

Re: [qooxdoo-devel] Layout guidance

2012-12-12 Thread ScoPi
Invariably, you figure such things out as soon as you ask. I am able to achieve this with this approach: var headerContainer = ...var table1 = new qx.ui.table.Table(table1Model);...var table2 = new qx.ui.table.Table(table2Model);var mainContentContainer = new qx.ui.container.Composite(new qx.ui.lay

[qooxdoo-devel] Layout guidance

2012-12-12 Thread ScoPi
I'm a new Qooxdoo user, coming over from the awesome but increasingly-quiet Echo 3 community. I've been playing with Qooxdoo for a couple of days now but could use a little layout guidance. I don't think an accomplished Qooxdoo user would have any problem providing such guidance. Basically, the at