Re: Alternate for NSUIElement
Re: Alternate for NSUIElement
- Subject: Re: Alternate for NSUIElement
- From: Keith Stattenfield <email@hidden>
- Date: Sun, 28 Jul 2002 15:34:26 -0700
On 7/27/02 12:48 PM, "Max Seelemann.de" <email@hidden> wrote:
>
is there an alternate way to don't show an app in the dock than using
>
NSUIElement??
LSBackgroundOnly true
Causes applications to be background only, and don't show up in the Dock or
in the Force Quit dialog.
>
NSUIElement allows the app to accept focus or become key or become
>
active. NSBGOnly and LSBackgroundOnly do not allow that. They are more
>
for background apps than just removing the icon from the dock and other
>
such things. They do accept clicks, but they do not accept keyboard
>
events.
Except NSUIElements shouldn't really be able to come to the front, since
they don't have a menu bar. In Mac OS 10.1 and before, though, they would.
Some future release won't allow NSUIElements to be the frontmost
application.
-Keith
_______________________________________________
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.