Re: [qooxdoo-devel] QxTree in QxWindow

2006-08-15 Thread Okan, Varol
var i=0;i<10; i++) {<o:p></o:p></span></font></p> <p class=MsoPlainText><font size=2 face="Courier New"><span style='font-size: 10.0pt'>  te2_8.add(new QxTreeFolder("Item " + i));<o:p></o:p&g

Re: [qooxdoo-devel] QxTree in QxWindow

2006-08-13 Thread Sebastian Werner
Hi! I don't see any reason why this shouldn't work. Maybe you could send us a little demo (just a few lines of code) which show your problem. Thanks. Cheers, Sebastian Okan, Varol schrieb: > All, > > > > Is there no way to include a QxTree in a resizable QxWindow (or another > parent

Re: [qooxdoo-devel] QxTree in QxWindow

2006-08-11 Thread Jim Hunter
I didn't put it in a Window but I did put one inside another container that resized and the only way I got it to look right was to use a fixed width and height for the Tree and when the container resized I had to then change the width and height of the tree. I found no automatic way to make this wo

[qooxdoo-devel] QxTree in QxWindow

2006-08-11 Thread Okan, Varol
All,   Is there no way to include a QxTree in a resizable QxWindow (or another parent ?) and have it not change the QxWindows height (besides making the height a static size) ?   If someone can point me in the right direction (yes or  no) that would be a start. I will add a code snipple