Hi Alex, 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?
Regards Sak -----Ursprüngliche Nachricht----- Von: Alexander Steitz [mailto:[email protected]] Gesendet: Dienstag, 19. Oktober 2010 10:25 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] How to prevent losing focus of a window Hi Sak, I guess you want to set the modality of the window. --snip-- windowInstance.setModal(true); --snip-- This should do the trick. -> http://demo.qooxdoo.org/current/demobrowser/#widget~Window.html -> http://demo.qooxdoo.org/current/apiviewer/#qx.ui.window.Window Regards, Alex From: Mustafa Sak [mailto:[email protected]] Sent: Monday, October 18, 2010 5:54 PM To: 'qooxdoo Development' Subject: [qooxdoo-devel] How to prevent losing focus of a window Hi List, My is filling a toolbar with buttons, if I'm opening a new window class. That works fine but if I click any button at the bar my window "focus / active" indicator gets lost. I mean the blue window header changes to light gray. How to prevent this behavior? Regards Sak ---------------------------------------------------------------------------- -- 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
