2) If you don't want to set the width and height when you add the widget to
a container, you can set the dimensions using widget.setUserBounds(Left,
Top, Width, Height)
3) This took me a while to find, widget.setVisibility('excluded')

Jim


On Mon, Nov 17, 2008 at 10:46 AM, Amit Rana <[EMAIL PROTECTED]> wrote:

>  Hi,
>
> I am porting my application from v0.7.3 to v0.8 based on SDK available to
> Qooxdoo site.
>
> I have a few queries :
>
>
>    1. Do we always have to use the container (qx.ui.container.Composite)
>    to add widgets and set their properties ?
>    2. How to use the setWidth() and setHeight() functions on widgets ?
>    3. What is the equivalent of the setDisplay() function ?
>    4. The class qx.ui.layout.Grid doesn't have the setColumnCount(),
>    setRowCount() nad resp. get() functions. So, how can I set the no. of cols.
>    and rows ?
>    5. How to show the close button in tabView as the setShowCloseButton()
>    was in qx.ui.pageview.tabview.Button, and this class is not present in
>    v0.8 ?
>    6. What is the equivalent of qx.ui.basic.HorizontalSpacer() in v0.8 ?
>    7. Migration notes (
>    http://qooxdoo.org/documentation/0.8/migration_notes_from_07) mention
>    to use qx.ui.core.RadioManager in place of qx.ui.selection.RadioManager
>    but I guess the actual radio manager is qx.ui.form.RadioGroup. Maybe
>    this needs to be updated on the Notes page.
>    8. What is the meaning of (This class in internal) as in
>    qx.ui.splitpane.HLayout in the API page (
>    http://demo.qooxdoo.org/current/apiviewer/#qx.ui.splitpane.HLayout) ?
>
>
> Regards
> Amit
>
> SpagoBI Developerwww.eng.it                    www.spagoworld.org
>
>
> -------------------------------------------------------------------------
> 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