Alex,
I think that sending the main window to the back would work, but it would
cause more problems than it would solve.  

My application is a single page application that uses about a dozen main
windows in which the end user can get work done.  There can be multiple
instances of most of these windows and they all can be resized, maximized
and minimized - and invoked from different places.  For instance, the dialog
window can be brought up from the main screen, the view window, or the
manage dialogs window.  So, keeping up with which windows should be on top
and behind can get complicated quickly.   I don't know the solution to this,
but it seems that it is not trivial.  In fact, if I could magically wish and
it would come true, I don't even know what I would wish for.

tom

 

Alexander Back wrote:
> 
> Hi Tom,
> 
> just to give it a try ... don't know if it's working out for you. Did you
> try 
> to use the "sendToBack" method of the window manager to send the main
> window 
> to the back once one of the "child" window is opened.
> 
> Technically it does re-sort the stack of the windows and the window at top
> of 
> the stack gets the highest zIndex. Maybe this helps.
> 
> cheers,
>   Alex
> 
> On Wednesday 15 April 2009 tsmiller wrote:
>> It looks like you DO see want I want :)   I knew that the qooxdoo
>> bubbling
>> kind of went up and down the bubble chain, but I didn't know if I was
>> going
>> to be able to get at it before it got to the window itself.  Apparently
>> not.
>>
>> I may have to subclass the window manager and modify the default
>> behaviour,
>> but it will have to wait a while before I can get around to figuring out
>> the best way to do it.
>>
>> That goes for the enhancement bug that you mentioned.  I didn't even know
>> there was such a thing!
>>
>> My windows are not really 'popup-windows'.  It is just that they have a
>> kind of (very loose) parent/child relationship with the main window.
>>
>> I think that there needs to be a way to specifiy relationships between
>> windows.  I think that this type of behaviour is going to be very
>> important
>> as applications get more sophisticated.  But it needs alot of thought put
>> into it.
> 
> ------------------------------------------------------------------------------
> 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-tp22963986p23062416.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

Reply via email to