Re: Listen for when apps launch
Re: Listen for when apps launch
- Subject: Re: Listen for when apps launch
- From: Douglas Davidson <email@hidden>
- Date: Fri, 10 Jan 2003 10:16:16 -0800
On Thursday, January 9, 2003, at 1:46 PM, Ian Gillespie wrote:
I was wondering if there was a way to listen for when a certain app
launches (e.g. Word)? I would to make it so that when the user opens
a certain app (e.g. Word), my program then launches. Is AppleScript
the best way to do this? If so, anyone have any good leads or
resources to direct me to?
NSWorkspace has a notification when applications are launched, but
something needs to be running to receive it. You could, for example,
hide yourself until a certain application launched.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.