Re: modal window stack
Re: modal window stack
- Subject: Re: modal window stack
- From: Dominic Feira <email@hidden>
- Date: Mon, 11 Oct 2004 23:22:23 -0400
Thanks for the reply...
I guess my question is this...Do I have to manage a stack of modal windows myself? Carbon will keep track of a stack of modal windows propertly for you, it doesn't seem that equivalent functionality is available in cocoa.
Dominic Feira / Code Monkey / Ambrosia Software, Inc.
On Oct 11, 2004, at 8:59 PM, Jacob Lukas wrote:
In whatever class is the NSApplication delegate, implement -applicationWillBecomeActive:, determine which window should be in front, and call -makeKeyAndOrderFront:
Jacob
On Oct 11, 2004, at 5:47 PM, Dominic Feira wrote:
Hello.
I have a stack of modal windows that I create. It seems the Cocoa doesn't handle this well at all. Lots of weird things happen to the arrangement of these windows.
For example if you just click outside of my app when this stack of windows is up the arrangement gets screwed up. When you click back on the app the arrangement is further rearranged incorrectly.
You can see this here:
http://mahajir.ambrosiasw.com/~dominic/modalwindows.html
It seems like a stack of modal windows should remain arranged as such.
Is this just a limitation that I have to work around? Or is there something I need to do to enable proper behaviour that I'm not aware of?
Dominic Feira / Code Monkey / Ambrosia Software, Inc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden