• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Finder not responding to [NSRunningApplication activateWithOptions]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Finder not responding to [NSRunningApplication activateWithOptions]
      • From: Tomáš Znamenáček <email@hidden>
References: 
 >Finder not responding to [NSRunningApplication activateWithOptions] (From: Tomáš Znamenáček <email@hidden>)

  • Prev by Date: Finder not responding to [NSRunningApplication activateWithOptions]
  • Next by Date: Re: Finder not responding to [NSRunningApplication activateWithOptions]
  • Previous by thread: Finder not responding to [NSRunningApplication activateWithOptions]
  • Next by thread: Re: Finder not responding to [NSRunningApplication activateWithOptions]
  • Index(es):
    • Date
    • Thread