> On 2015/04/08, at 22:53, Tomáš Znamenáček <tomas.znamena...@gmail.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to