Re: Cocoa Command Line Application
Re: Cocoa Command Line Application
- Subject: Re: Cocoa Command Line Application
- From: Pierre Neihouser <email@hidden>
- Date: Tue, 8 Jul 2003 21:40:29 +0200
It's a typo, "LSUIElement" is supposed to be "NSUIElement"
Since I didn't see any correction...
No offence.
-- Pierre
On Tuesday, July 8, 2003, at 03:27 AM, Nick Zitzmann wrote:
On Sunday, July 6, 2003, at 11:07 AM, David Lee wrote:
How do I go about it and which project in project builder should I
choose?
Just create a new Cocoa project, open up the target settings, click on
the "advanced options" in the Info.plist settings, and create a new
key called "LSUIElement". Set the key's contents to be "1" (all
without the quotes, of course). Now the application will be launched
as a UI element. UI elements don't have a foreground, don't appear in
the Dock, and don't appear in the Force Quit list, but they do run as
separate processes, and they can open window manager connections.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page: http://seiryu.home.comcast.net/
"You can't modify a constant, float upstream, win an argument with the
IRS, or satisfy this compiler" - actual MPW 68K compiler error message
_______________________________________________
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.