Hello, I have a standalone application ( 8.2) that has a qx.ui.window.Window() added to the doc. The user clicks buttons added to this main window to open two other windows. The main window is the 'Item View Window' and the two windows that are opened from the buttons on that window are the 'Policies' window and the 'Dialog Window'. These windows are also added to the doc.
I want to be able to open both windows, by clicking on the buttons one right after the other, and keep them both in front of the main window. I have tried to stop the propagation of the click on the buttons so that it does not reach the main window, but without luck. For clarity, I click the 'Policies' button and the policies window opens in front of the main window. But when I then click the 'Dialog' button the dialog window opens in front of the main window, but the main window hides the policy window. How can I keep the main window zindex from becoming higher than the windows in front of it when I click on the buttons? Thanks, tom -- View this message in context: http://www.nabble.com/Keep-window-from-getting-click-event-tp22963986p22963986.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
