Finder not responding to [NSRunningApplication activateWithOptions]
Finder not responding to [NSRunningApplication activateWithOptions]
- Subject: Finder not responding to [NSRunningApplication activateWithOptions]
- From: Tomáš Znamenáček <email@hidden>
- Date: Wed, 08 Apr 2015 15:53:47 +0200
Hello!
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?
Thank you,
T.
_______________________________________________
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