Re Connection is invalid problem
Re Connection is invalid problem
- Subject: Re Connection is invalid problem
- From: Dave <email@hidden>
- Date: Fri, 02 Sep 2011 18:53:27 -0500
Looks like you are terminating the Hello Guy application before it ever launches thus breaking the Apple Event that launches it. Perhaps Mac OS does not consider your application to be launched until after all applicationWillFinishLaunching handlers run.
Move your code to an applicationDidFinishLaunching handler and see if that makes a difference.
-- Dave
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden