Re: launchApplication (NSWorkSpace) : the icon is always displayed
Re: launchApplication (NSWorkSpace) : the icon is always displayed
- Subject: Re: launchApplication (NSWorkSpace) : the icon is always displayed
- From: Douglas Davidson <email@hidden>
- Date: Thu, 18 Oct 2001 11:28:59 -0700
On Thursday, October 18, 2001, at 05:19 AM, email@hidden
wrote:
I would like to start the application without
displaying the icon in the dockling. For that I used
the function launchApplicatin with NO as argument for
showIcon.
The showIcon argument is not currently supported. An application can
choose not to appear in the dock by setting certain keys in its
Info.plist--I believe the names are LSUIElement, for apps that have UI
but should not appear in the dock, and LSBGOnly, for apps that have no
UI. See the Launch Services documentation for more information.
Douglas Davidson