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
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
'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
>
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
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