I have a application, which opens some windows and I need to get reference to
curently active window.
Details below:

var alfaWin = new qx.ui.window.Window('alfa');
alfaWin.id = 'alfa';

var betaWin = new qx.ui.window.Window('beta');
betaWin.id = 'beta';

Then when I open() both windows and then close one of them, another window
get focus automatically. But how can I get reference to it, or to my 'id'
property?
I tried getWindowManager().getActiveWindow().id , but I dont know how to
make it work

Thanks for help.
-- 
View this message in context: 
http://www.nabble.com/How-to-get-active-window--tp19988192p19988192.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


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