Re: activateIgnoringOtherApps

2008-08-31 Thread Ken Thomases
On Aug 31, 2008, at 7:38 PM, Ken Thomases wrote: On Aug 31, 2008, at 7:28 PM, Chris Idou wrote: It looks like if the window I want to popup has NSBorderlessWindowMask set, then this API pops up TWO windows, both the one I really want, and the last active. On the other hand if it has a tit

Re: activateIgnoringOtherApps

2008-08-31 Thread Ken Thomases
On Aug 31, 2008, at 7:28 PM, Chris Idou wrote: It looks like if the window I want to popup has NSBorderlessWindowMask set, then this API pops up TWO windows, both the one I really want, and the last active. On the other hand if it has a title, then it works as expected. Any thoughts? Ca

Re: activateIgnoringOtherApps

2008-08-31 Thread Chris Idou
's in response to a hotkey. --- On Sun, 8/31/08, Ken Thomases <[EMAIL PROTECTED]> wrote: > From: Ken Thomases <[EMAIL PROTECTED]> > Subject: Re: activateIgnoringOtherApps > To: [EMAIL PROTECTED] > Cc: cocoa-dev@lists.apple.com > Date: Sunday, August 31, 2008, 2:05 PM >

Re: activateIgnoringOtherApps

2008-08-31 Thread Ken Thomases
On Aug 31, 2008, at 8:48 AM, Chris Idou wrote: I want to pop up a window in response to a hot key. So I'm creating a window, setting it makeKeyAndOrderFront, and I'm calling [NSApp activateIgnoringOtherApps] so that it gets focus. The thing is, activateIgnoringOtherApps seems to

activateIgnoringOtherApps

2008-08-31 Thread Chris Idou
I want to pop up a window in response to a hot key. So I'm creating a window, setting it makeKeyAndOrderFront, and I'm calling [NSApp activateIgnoringOtherApps] so that it gets focus. The thing is, activateIgnoringOtherApps seems to bring ALL my app's windows in front of other