Re: Notification of Front Process Changed ?
Re: Notification of Front Process Changed ?
- Subject: Re: Notification of Front Process Changed ?
- From: Scott Anguish <email@hidden>
- Date: Wed, 27 Aug 2003 18:43:19 -0400
Or you can register for a notification from workspace
NSWorkspaceDidLaunchApplicationNotification
NSWorkspaceWillLaunchApplicationNotification
be sure to get the NotificationCenter from NSWorkspace though.
- (NSNotificationCenter *)notificationCenter;
and register with that one not the default one.
that won't be posted for activation/deactivation though, will it?
_______________________________________________
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.