On 18 May 2016, at 12:44, Dave <d...@looktowindward.com> 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 (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