Re: Application Activation Problem
Re: Application Activation Problem
- Subject: Re: Application Activation Problem
- From: Uli Kusterer <email@hidden>
- Date: Thu, 26 May 2016 16:41:02 +0200
On 18 May 2016, at 12:44, Dave <email@hidden> wrote:
> I got side-tracked with some other issues and will be taking another look at this on Friday and I will certainly have a good look at the available methods/properties of NSWorkspace, but from memory I don’t think there is a method that returns the currently active application, although I could be wrong. If there were it would be relatively easy to do this.
Not NSWorkspace, NSRunningApplication. You can get a list of running applications from NSWorkspace. NSRunningApplication.active can then be KVO-observed to find out when it becomes frontmost, according to the comments in that header.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://stacksmith.org
_______________________________________________
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