Re: [qooxdoo-devel] How to prevent losing focus of a window

2010-10-20 Thread Mustafa Sak
Thanks Alex! -Ursprüngliche Nachricht- Von: Alexander Steitz [mailto:alexander.ste...@1und1.de] 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 "m

Re: [qooxdoo-devel] How to prevent losing focus of a window

2010-10-20 Thread Alexander Steitz
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

Re: [qooxdoo-devel] How to prevent losing focus of a window

2010-10-19 Thread Mustafa Sak
--Ursprüngliche Nachricht- Von: Alexander Steitz [mailto:alexander.ste...@1und1.de] 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-- windowIn

Re: [qooxdoo-devel] How to prevent losing focus of a window

2010-10-19 Thread Alexander Steitz
From: Mustafa Sak [mailto:i...@saksys.de] 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 cl

[qooxdoo-devel] How to prevent losing focus of a window

2010-10-18 Thread Mustafa Sak
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 -