NSUIElement
NSUIElement
- Subject: NSUIElement
- From: Ben Mackin <email@hidden>
- Date: Thu, 03 Oct 2002 12:38:19 -0700
I am trying to get my app to not display its dock icon, and I was told that
by adding the following to the Info.plist, I could do it:
<key>NSUIElement</key>
<string>1</string>
This is exactly what I wanted. However, now I want to be able to toggle it
form my apps preferences. But I can't find any mention of NSUIElement
anywhere. Is this an undocumented feature? The person that informed me about
this, didn't know much about it either.
Is it possible to allow toggling of this feature, or would I have to post
two versions of my app?
Thanks,
Ben
_______________________________________________
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.