Re: [qooxdoo-devel] QxFieldset and automatic layout

2006-08-04 Thread David Perez
Thanks for your hint, it seems to work. At first I thought that Qooxdoo layout was less powerfull than CSS+HTML, but now I'm checking that it's more powerful that it appears. 鹏举马 schrieb: > You can put a QxBoxLayout into the QxFieldSet first. > > 2006/8/4, David Perez <[EMAIL PROTECTED]

Re: [qooxdoo-devel] QxFieldset and automatic layout

2006-08-04 Thread 鹏举马
You can put a QxBoxLayout into the QxFieldSet first.2006/8/4, David Perez <[EMAIL PROTECTED]>: Hi,I have seen that QxFieldset inherits from QxCanvasLayout, so it doesn'tsupport automatic of child elements, like QxBoxLayout does.If I need automatic layout, do I have to create another version of QxFi

[qooxdoo-devel] QxFieldset and automatic layout

2006-08-04 Thread David Perez
Hi, I have seen that QxFieldset inherits from QxCanvasLayout, so it doesn't support automatic of child elements, like QxBoxLayout does. If I need automatic layout, do I have to create another version of QxFieldset that extends from QxLayoutBox instead? __