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