Hi Omri, there is a desktop implementation for desktop [1], maybe you can use this. I think the only problem is to get new added windows instances, but you can extend it and fire a event for new added instances. Just override the add* methods and fire a custom event when it is added.
Cheers, Chris [1] http://demo.qooxdoo.org/current/apiviewer/#qx.ui.window.Desktop Am 28.11.2011 12:55, schrieb omrihar: > Hi, > > I am developing a standalone application and am creating a bottom pane which > is supposed to have buttons for all open windows (thus allowing to navigate > through all open windows). > It is easy enough to create the buttons and use the window manager's > bringToFront function for windows added at the top-level of the application. > However, I have windows that open windows of their own and I'm not so sure > how I can manage to access the basic applications interface in order to add > them to the bottom pane as well. > > Is there a way to determine a window's Desktop? Or to obtain access to the > root application from within a qx.ui.window.Window? Is there perhaps a way > to catch all qx.ui.window.Window().open events and simply add the resulting > window to the bottom pane? > > Thanks, > Omri > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Calling-getRoot-from-child-qx-ui-window-Windows-tp7038449p7038449.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
