var windowLayout = new qx.ui.layout.VBox();
var win = new qx.ui.window.Window("Main Window");
win.setLayout(windowLayout);
win.add(bar);
win.add(table, {flex : 1});
I dont see the status bar of the table and it scrolls beyond the window.
-Shankar
Matthew Gregory wrote:
>
> Can you provide a code snippet?
>
> Shankar_java wrote:
>> I tried using VBox with flex for table, and without flex for toolbar,
>> still
>> the table scrolls beyond the window.
>>
>> -Shankar
>>
>>
>> Matthew Gregory wrote:
>>> With the vbox layout use the layout property flex, just set it to 1 in
>>> this case and it should work.
>>>
>>> window.add(table, {flex : 1});
>>>
>>> HTH,
>>> Matt
>>>
>>> Shankar_java wrote:
>>>> Hi,
>>>>
>>>> I have a toolbar and a table inside a window.
>>>> When window is maximized, the table height does not change?
>>>> I tried VBox and Canvas layout with height as percent, but the
>>>> table does not fit within the window (table scroll bar extends all the
>>>> way
>>>> down in the window).
>>>> Any work around this?
>>>>
>>>> Shankar
>>>>
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>>> is the only developer event you need to attend this year. Jumpstart your
>>> developing skills, take BlackBerry mobile applications to market and
>>> stay
>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>>> http://p.sf.net/sfu/devconference
>>> _______________________________________________
>>> qooxdoo-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>
>>>
>>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
--
View this message in context:
http://www.nabble.com/Table-Height-does-not-adjust-inside-Window-tp25989511p26037175.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel