Re: prefPane with background process

2008-04-02 Thread Jens Alfke
On 2 Apr '08, at 8:36 AM, Trygve Inda wrote: To make sure the worker app does not show up in the dock add this to its info.plist: NSUIElement 1 It's actually LSUIElement. Whether this key is appropriate depends on what the service does. If it has a user interface (uses AppKit) but just do

Re: prefPane with background process

2008-04-02 Thread Trygve Inda
> 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 ~/Lib

Re: prefPane with background process

2008-04-02 Thread Jens Alfke
On 2 Apr '08, at 5:20 AM, Yogesh Potdar wrote: 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? You'll need to create a separate executable that runs as an

prefPane with background process

2008-04-02 Thread Yogesh Potdar
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/Preferen