Hi, I want to create a service which can be launched from the system preferences, do some config setting and continue working even if the system preferences application is closed. To achieve this, I have created a myapp.prefPane which is of type BUNDLE and installed this in the ~/Library/PreferencePanes. This works fine but the problem is, it does not indicate any extra process for my .prefPane. When my prefPane is launched, only "system preferences" process is indicated. When system preferences is closed it also closes my service which was not expected. How to make the service offered by myapp.prefPane continue even after quitting system preferences? Is there any way by which I can run service offered by myapp.prefPane in background?
Thanks and regards, Yogesh _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]