Re: "Helper" applications
Re: "Helper" applications
- Subject: Re: "Helper" applications
- From: Murat Konar <email@hidden>
- Date: Thu, 20 Dec 2007 10:52:32 -0800
On Dec 20, 2007, at 9:06 AM, Jacob Bandes-Storch wrote:
My preference pane contains in the Resources folder a "helper"
application. I've got a communication between them going with
distributed objects.
[...]
How can I close the helper app?
You have an object that your helper app "publishes" via Distributed
Objects (DO), right? Add a method to that object that calls [NSApp
terminate:], and call that method over DO when you want your helper
to quit.
_murat
_______________________________________________
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