Re: Background Only App in Cocoa
Re: Background Only App in Cocoa
- Subject: Re: Background Only App in Cocoa
- From: Adam Atlas <email@hidden>
- Date: Wed, 20 Mar 2002 11:45:34 -0500
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.