T. I was really hoping that I could keep the click event on the button from reaching the window underneath it. I have looked at the qx.ui.window.Window (and related window files) source files briefly, but didn't see anything obvious that I could do. I assume that the qx window manager uses the window Zindex property and it seems like messing with the zindex might conflict with the window managers job. (though, I might have to do exactly what you suggested!) My problem is not a show stopper, and I will look at the code more closely when I get time to try to find a solution. I am not ungrateful for your suggestion, but it seems that there ought to be a better way. Thanks
And if it makes any difference, I am not actually using qx.ui.form.Button, but qx.ui.basic.Atom to implement the buttons. It seems that my problem would be a common one as people continue to write applications as opposed to web pages. thanks again, tom thron7-2 wrote: > > Tom, > > I'm not sure, but have you tried setting the zindex of your pop-up > windows by hand? I've read you can set the zindex through a theme, maybe > doing that for the pop-up's would help?! > > HTH, > T. > > tsmiller wrote: >> 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 >> >> >> > > ------------------------------------------------------------------------------ > 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 > > -- View this message in context: http://www.nabble.com/Keep-window-from-getting-click-event-tp22963986p23047158.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
