Re: Preventing application icon from appearing in the dock
Re: Preventing application icon from appearing in the dock
- Subject: Re: Preventing application icon from appearing in the dock
- From: Douglas Davidson <email@hidden>
- Date: Thu, 7 Mar 2002 15:43:41 -0800
On Thursday, March 7, 2002, at 12:11 PM, email@hidden
wrote:
Is there a way to prevent an application's icon from appearing in the
dock?
I have a simple application that displays an NSRunAlertPanel to get the
user's selection, then executes some Cocoa code and quits (it may
display
an error alert before it quits). It would be nice to be able to launch
it
from an installer and possibly another running application without the
user
seeing its icon appearing and bouncing in the dock. Is there a way to do
this?
I believe you can do this by adding a key LSUIElement to your
Info.plist, with value 1. Try searching for "UIElement" in the
documentation.
Douglas Davidson
_______________________________________________
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.