Hi Jenec,

Jenec wrote:
> This gives me reference to the window, which is just beeing closed, not the
> window which receive focus after it. But I have found another way how to get
> it. Every time, when some window changes focus, changeActive event is fired.
> Then you have to ask isActive() function whether the window is receiving or
> losing the focus.
> 
> But I have similar problem: How to use bringToFront() ? It is a method of
> qx.ui.window.Manager, but how to get the Manager class?
Simply by using

--snip--
// "this" refers to your application instance
var winManager = this.getRoot().getWindowManager();
--snip--

cheers,
   Alex

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