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
