Re: NSUIElement
Re: NSUIElement
- Subject: Re: NSUIElement
- From: Olivier <email@hidden>
- Date: Thu, 3 Oct 2002 16:01:29 -0500
As this key is in your plist you have to write to that plist (requiring
authentication) inside your app and probably require a restart of the
app.
i do not think you can toggle that from within the app.
Olivier
On Thursday, October 3, 2002, at 02:38 PM, Ben Mackin wrote:
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.
_______________________________________________
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.
References: | |
| >NSUIElement (From: Ben Mackin <email@hidden>) |