On Sat, Oct 31, 2009 at 01:37, Shankar_java <[email protected]>wrote:
>
> Hi,
>
> I use 0.8.2.
>
> I have a toolbar and menubar. Whenever a button is clicked from the
> toolbar
> or menubar a window opens below the menubar. The Window contains a table
> and toolbar. The table and toolbar should occupy the entire window space.
> And the window should occupy the entire space below the menubar. I have
> used
> VBox for the window but still there is some space below the table.
>
When you add the table to the vbox, specify flex to take up the remaining
space:
vbox.add(table, { flex : 1 });
That should do what you want.
Derrell
------------------------------------------------------------------------------
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