Skip navigation.
 
mlRe: Listen for when apps launch
FROM : Douglas Davidson
DATE : Fri Jan 10 19:16:16 2003

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlListen for when apps launch Ian Gillespie Jan 9, 22:46
mlRe: Listen for when apps launch Douglas Davidson Jan 10, 19:16