Re: LSUIElement and LSBackgroundOnly
Re: LSUIElement and LSBackgroundOnly
- Subject: Re: LSUIElement and LSBackgroundOnly
- From: Stefan Schüßler <email@hidden>
- Date: Wed, 13 Jul 2005 11:17:37 +0200
I couldn't find anything about incompatibility in the docs.
However, how do I keep the Dock from showing my application's Icon if
LSUIElement is not working?
Stefan
On 13.07.2005, at 10:48, Chad Jones wrote:
I believe that you can't have an application which is
simultaneously a UIElement app and a Background only app. Please
check the documentation on these flags. :-)
On Jul 13, 2005, at 2:31 AM, Stefan Schüßler wrote:
My application's icon should be hidden from the Dock.
The first version of my software had LSUIElement set in it's
Info.plist but the Icon still appeared on some systems (I received
bug reports).
The current version, has both keys, LSUIElement and
LSBackgroundOnly set:
<key>LSBackgroundOnly</key>
<string>1</string>
<key>LSUIElement</key>
<string>1</string>
However, I'm getting curious feedback. Some say it finally works
now but others report that the Dock icon appears since they have
upgraded to the new version and everything was fine before.
All users are running Mac OS X 10.4.x.
What am I doing wrong? Any help would be appreciated.
Stefan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden