Re: [qooxdoo-devel] Column width in treefullcontrol

2007-02-22 Thread dperez
Thanks Derrell for you answer. I need the horizontal spacer for having left aligned the additional column. That's because the widthd of the contents at the left of the additional column isn't fixed, it depends on the level of indentation and the width of the left label. I think that current des

Re: [qooxdoo-devel] Column width in treefullcontrol

2007-02-21 Thread Derrell . Lipman
dperez <[EMAIL PROTECTED]> writes: > Here is how I create a row in the tree: > > var row = qx.ui.treefullcontrol.TreeRowStructure.getInstance().newRow(); > row.addIcon(); > row.addLabel(' '+myUri+' '+myCaption+' '); > var comp = new qx.ui.basic.HorizontalSpacer; > com

[qooxdoo-devel] Column width in treefullcontrol

2007-02-21 Thread dperez
Hi, I would like to create an additional column in a treefullcontrol, that occupies remaining space. The tree width is set to auto. Here is how I create a row in the tree: var row = qx.ui.treefullcontrol.TreeRowStructure.getInstance().newRow(); row.addIcon(); row.addLab