Re: Never Mind the File Extensions
Re: Never Mind the File Extensions
- Subject: Re: Never Mind the File Extensions
- From: Rosyna <email@hidden>
- Date: Wed, 8 May 2002 16:13:10 -0700
there is one for carbon events (kEventAppLaunched in CarbonEvents.h)
that should be sent if any GUI app is launched. There is also one
equivalent to the NSWorkspace notification
(kEventAppLaunchNotification)
Notes for the Notification:
/*
* An async launch request response. This event is received when you
* use LaunchServices to launch a process asynchronously. It is only
* received on Mac OS X.
*/
This is one of the events I mentioned before that seems to only be
available to Carbon apps using the CarbonEvent Loop. But it MIGHT get
sent to Cocoa applications, I suggest using NoisyApp to find out.
Ack, at 5/8/02, Erik M. Buck said:
I don't think the NSWorkspace notification works at all for applications
that were not launched by NSWorkspace's launchApplication... methods. I
don't think any notification is currently sent for applications launched
from Finder or the Dock. If I am wrong, I need to know soon!
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insanely Great People
---
Please include any previous correspondence in replies, it helps me
remember what we were talking about. Thanks.
_______________________________________________
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.