On Mon, Feb 27, 2012 at 20:21, Scott Chapman <[email protected]> wrote:
> The tab widget size is set statically to 950x700 below.
> How do I make it dynamic so that it's initial size and resize changes
> as needed by the size of the Page box?
>
It's not done to the Page object; rather, it's done to the TabView to which
the Page is added, or more specifically, to the TabView's "pane".
Internally, the pages are added to a qx.ui.container.Stack which is the
"pane" child control of the TabView. The Stack container has a property
called "dynamic" to specify whether the various items on the stack should
be sized according to the largest one, or should retain their natural size.
The following incantation will do what you're looking for:
tabView.getChildControl("pane").setDynamic(true);
Cheers,
Derrell
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel