yes I have still use qooxdoo 0.73
Please help me


----- Original Message ----
From: Sebastian Werner <[EMAIL PROTECTED]>
To: qooxdoo Development <[email protected]>
Sent: Thursday, August 21, 2008 11:37:34 PM
Subject: Re: [qooxdoo-devel] My layout goes out from it's parent


Just curious,

do you actively switch between 0.7.3 and 0.8? This code seems to be 0.7.x code 
(VerticalBoxLayout).

Sebastian


Am 22.08.2008 um 07:45 schrieb jhonny thio:

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


      
-------------------------------------------------------------------------
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