Re: NSWorkspaceDidLaunchApplicationNotification
Re: NSWorkspaceDidLaunchApplicationNotification
- Subject: Re: NSWorkspaceDidLaunchApplicationNotification
- From: Douglas Davidson <email@hidden>
- Date: Wed, 14 Nov 2001 14:18:52 -0800
On Wednesday, November 14, 2001, at 02:05 PM, Finlay Dobbie wrote:
OK, I now have my tool subscribing to the notifications (although it's
more of an application now... *sigh*), but I was wondering why there is
no way of getting either the pid or the Carbon PSN for the launched
application (it could be something in the [notification userInfo]
dictionary)? This seems like a pretty major oversight to me!
This was the existing behavior of the notification. Obviously there is
room for improvement here, such as means for examining the list of
running applications. For now, you will have to use Carbon for that.
Douglas Davidson