Hi jhonny,
Have you looked at qx.ui.window.Manager?

The following should work depending on what build you are using:

qx.ui.window.Manager.getInstance().getAll()

jhonny thio wrote:
> Hi, I have an application that contain some window, button, and other 
> widget.
> 
> I want to get all window component only, how ?
> 
> In example I want to use it to show all window's caption :
> 
> for (i=0; i......)
> {
>     // alert(here I want to alert each window's caption);
> }
> 
> How the step ?
> 
> Thank you very much
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> 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