Hi Amit,

I will try to answer to questions that I'm able to :)

1. You are adding widgets to the container. Bonus in 0.8 is that
layout is not widget, so it will result in fewer elements in the DOM
than in 0.7
2. only numbers can be passed to setWidth()/setHeight(). For flex
widgets add {flex:X} when adding them to the container:
container.add(widget, {flex: 1});
4. You don't need them. Grid will calculate them internally
5. You can't :( Closable tabs are not yet implemented, I'm voting for
this feature
6. qx.ui.code.Spacer ? (guessing)

Cheers
- Petr

2008/11/17 Amit Rana <[EMAIL PROTECTED]>:
> 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 :
>
> Do we always have to use the container (qx.ui.container.Composite) to add
> widgets and set their properties ?
> How to use the setWidth() and setHeight() functions on widgets ?
> What is the equivalent of the setDisplay() function ?
> 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 ?
> 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 ?
> What is the equivalent of qx.ui.basic.HorizontalSpacer() in v0.8 ?
> 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.
> 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 Developer
> www.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