var win = windowManager.getAll();
                 for (var i in win) {
                       alert(i + " - " + win[i]);
                 };


[EMAIL PROTECTED] escribió:
> I am currently developing a project using qooxdoo and am in need of 
> help. I created a QxWindowManager. I then want to add subtract window 
> names from the menu drop down so a user can select windows that are 
> buried and bring them to focus.
> 
> I use this code to enumerate windows in WindowManager:
> 
>            var win = windowManager.getAll();
>                for (var i in win) {
>                      alert( i);
>                };
> 
> The alert box has a numeric string value, is there anyway to dereference 
> this value to an QxWindow Object?
> 
> Thanks for any help you can lend,
> David Wolbrecht
> 
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to