Hi, I have an application that contain tabview, table, and toolbar. 

Here some of my code :

 // table setup
 MyTable = new view.Table(this);
 MyTable.setDimension("1000", "100%");


 var dockLayout2 = new qx.ui.layout.VerticalBoxLayout;
 dockLayout2.setEdge(0);
 myTabView.add(dockLayout2);
        
 this._Toolbar = new view.ToolBar(this);
 dockLayout2.add(this._Toolbar);
 dockLayout2.add(this._tableView);    

Because I set the height of table is "100%", the height size goes out from 
tabview.
How to make it keep sized in tabview?



      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to