Re: NSWorkspaceDidTerminateApplicationNotification bug?
Re: NSWorkspaceDidTerminateApplicationNotification bug?
- Subject: Re: NSWorkspaceDidTerminateApplicationNotification bug?
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 15 Jan 2002 18:39:38 +0000
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