Re: Background Only App in Cocoa
Re: Background Only App in Cocoa
- Subject: Re: Background Only App in Cocoa
- From: Victor Soriano <email@hidden>
- Date: Wed, 20 Mar 2002 11:59:14 -0500
Adam,
Thanks, that did the trick!
Is there a reference somewhere that lists all the different properties that
can be specified in Info.plist? None of these settings seem to be in the
Foundation/AppKit docs, and in my searching I haven't found anything
regarding this topic on the Developer website.
-Vic
>
>
On Wed, 20 Mar 2002 10:42:54 -0500, Victor Soriano <email@hidden>
>
wrote:
>
>
> All,
>
>
>
> Is there a way to make an application background-only in Cocoa? The
>
> application can't be a daemon as I still need access to the AppKit and
>
> associated resources.
>
>
>
> Thanks,
>
> Vic
>
>
If it must have visible UI elements (i.e. windows) at all times but not
>
show up in the dock, etc. set NSUIElement to 1 (as a string) in
>
Info.plist. If it must be a background app, set NSBackgroundOnly to 1,
>
again as a string.
>
>
--
>
Adam Atlas
>
Atomm Software
>
http://www.atommic.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.