Re: NSService - I need a headslap
Re: NSService - I need a headslap
- Subject: Re: NSService - I need a headslap
- From: Ron Fleckner <email@hidden>
- Date: Wed, 4 Feb 2009 22:47:00 +1100
On 04/02/2009, at 7:44 PM, Steve Cronin wrote:
+(void)initialize { [NSApp setDelegate:self]; }
Hi Steve,
as Quincey has suggested, looks like the above is the problem. I've
done a stand-alone .service and [NSApp setDelegate:self] is in -
(id)init, not + (void)initialize.
Ron
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden