Skip navigation.
 
mlRe: NSWorkspaceDidTerminateApplicationNotification bug?
FROM : Finlay Dobbie
DATE : Tue Jan 15 19:39:38 2002

On Tuesday, January 15, 2002, at 06:06  pm, Vince DeMarco wrote:

>> I want to know what you do when you instantiate two instances of the
>> same process name, which is easy to do. Does NSWorkspace mess up again?
>>
>> You should deliver the path of the process, including any extension
>> really. It's a bit late now, however though you could add it into the
>> dictionary along with other useful information like the pid that's
>> terminated.
>>
>> For example...
>>
>> @"NSApplication" = @"foo2.3.2"
>> @"NSApplicationPath" = @"/Applications/foo2.3.2.app"
>> @"NSApplicationPID" = 666 (NSNumber)
>>

>
> This sounds like a great idea, why don't you file a bug
> (http://bugreporter.apple.com) and list it as an enhancement request.


Too late! :-)
2840158 "NSWorkspace application notifications give inadequate reference
to app"
2840161 "Cocoa needs a wrapper around CPS"

  -- Finlay