Thanks Alex! -----Ursprüngliche Nachricht----- Von: Alexander Steitz [mailto:[email protected]] Gesendet: Mittwoch, 20. Oktober 2010 09:57 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] How to prevent losing focus of a window
Hi Sak, > Thnx for your kindly help. But "modal" is not what I ment. I am writing > a MDI like multi window app. I have five or six window sigelton classes. > My Application.js has a toolbar with two parts. First is static and used > by buttons to open the sigelton classes. But the second part is to be > filled dynamically from the activated window. So I have just one toolbar for > all window widgets/classes. But if I click to one of the buttons or even > the toolbar my active window gets inactive. So I guess modal can't work for > me. Do you have any other ideas? As far as I understand you like to click on one of the toolbar buttons without loosing the focus at your currently active window. If so, you can use the "keepfocus" property at the toolbar buttons to prevent the focusing of the toolbar button. -> http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.Widget~keepFocus Regards, Alex ---------------------------------------------------------------------------- -- Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
