Re: NSDistributedNotification and Developer Cooperation.. a request for discussion
Re: NSDistributedNotification and Developer Cooperation.. a request for discussion
- Subject: Re: NSDistributedNotification and Developer Cooperation.. a request for discussion
- From: Jim Correia <email@hidden>
- Date: Wed, 10 Oct 2001 19:03:54 -0400
At 3:39 PM -0700 10/10/01, John C. Randolph wrote:
It might be nice if apps normally posted "I just launched"
In NSWorkspace.h
APPKIT_EXTERN NSString *NSWorkspaceDidLaunchApplicationNotification;
// @"NSApplicationName"
APPKIT_EXTERN NSString
*NSWorkspaceDidTerminateApplicationNotification; //
@"NSApplicationName"
Only having the app name might not be enough information (the full
path and/or other info may be useful). One could/should file a
feature request about it.
(I already filed a feature request in Radar requesting front app
switched notification. You can get this info through CarbonEvents,
but it seems not from Cocoa unless I've missed something.)