Re: Finder not responding to [NSRunningApplication activateWithOptions]
Re: Finder not responding to [NSRunningApplication activateWithOptions]
- Subject: Re: Finder not responding to [NSRunningApplication activateWithOptions]
- From: email@hidden
- Date: Wed, 08 Apr 2015 23:14:55 +0900
> On 2015/04/08, at 22:53, Tomáš Znamenáček <email@hidden> wrote:
>
> I’m trying to bring the Finder window to front:
>
> NSRunningApplication *finder = [NSRunningApplication
> runningApplicationWithProcessIdentifier:finderPID];
> [finder activateWithOptions:NSApplicationActivateIgnoringOtherApps];
>
> This works on the primary, built-in display. But on my external display,
> the Finder window doesn’t get focused after calling -activateWithOptions.
> NSApplicationActivateAllWindows doesn’t change anything.
>
> Is that the expected behaviour? Is it a bug?
So you can only have one window focused as it were even with multiple displays.
But there's a little weirdness now with having additional displays have their own menu bar.
Can you say more about what happens?
There's definitely also a spaces like behavior to what display is currently main.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden