Hi,
        I launch an window as a dialog from a GUI instance.
How to get the reference of the GUI that launched the window/dialog?
I need to call a method on the GUI instance from the window instance
after closing the window/dialog.

I tried the following options, but it didn't work.
getOpener().methodX();
getWindowManager().getActiveWindow().methodX();


Or should I pass the reference of the GUI instance while contructing the
window instance?

Thanks,
Raffi

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