Re: [qooxdoo-devel] Overflow inside a qx.ui.window.Window

2008-04-09 Thread Dioc
Hello Charles, I do not remember exactly but I suppose that the reason for this trick is related to a problem with layouts (unfortunately they are imperfect in qooxdoo 0.7). I ran across a similar problem when I began working with qooxdoo and somebody pointed me to the trick (or I found info abou

Re: [qooxdoo-devel] Overflow inside a qx.ui.window.Window

2008-04-08 Thread Charlie
Denis, it is indeed working! I would not have found this trick by myself... Thanks a lot! Can you explain me in few words the reason for this??? Charles Dioc a écrit : Hello Charles, Try to set minWidth and minHeight properties for the window. For example: this.__logger.set({ width:450,

Re: [qooxdoo-devel] Overflow inside a qx.ui.window.Window

2008-04-08 Thread Dioc
Hello Charles, Try to set minWidth and minHeight properties for the window. For example: this.__logger.set({ width:450, height:200, minWidth: 200, minHeight: 200 }); I hope this will help you. Best regards, Denis Charlie-73 wrote: > > Hi, > I want to make a "logger" window

[qooxdoo-devel] Overflow inside a qx.ui.window.Window

2008-04-07 Thread Charlie
Hi, I want to make a "logger" window (qx.ui.window.Window) containing a TabView and in the first page, a VerticalBoxLayout in which I add one Atom by log. The problem is that I just can't get the overflow to work : I try to set the {overflow:"auto"} properties at various places (on the BoxLayou