FROM : Bill Cheeseman
DATE : Wed Oct 06 21:20:52 2004
on 2004-10-06 2:19 PM, Matthew Jaffa at <email_removed> wrote:
> So far with my example when it calls NSApplicationMain(argc, argv); the icon
> shows up in the Doc.
> Is there any way to make this not possible and to make it so that they don't
> even know the daemon is running, only by doing a ps.
Look up LSUIElement in the Xcode documentation search facility. The first
thing to read is the Mac OS X:Runtime Configuration:Property List Key
Reference document. By setting LSUIElement = 1 in your application's
Info.pList file, you will keep your application out of the Dock and the
Force Quit window, but you will still have the ability to bring up UI when
you need to.
In all other respects, your application can be an ordinary Cocoa application
based on NSApplication. As to how you will handle sockets, that's for
somebody else to answer.
--
Bill Cheeseman - <email_removed>
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com
Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes
DATE : Wed Oct 06 21:20:52 2004
on 2004-10-06 2:19 PM, Matthew Jaffa at <email_removed> wrote:
> So far with my example when it calls NSApplicationMain(argc, argv); the icon
> shows up in the Doc.
> Is there any way to make this not possible and to make it so that they don't
> even know the daemon is running, only by doing a ps.
Look up LSUIElement in the Xcode documentation search facility. The first
thing to read is the Mac OS X:Runtime Configuration:Property List Key
Reference document. By setting LSUIElement = 1 in your application's
Info.pList file, you will keep your application out of the Dock and the
Force Quit window, but you will still have the ability to bring up UI when
you need to.
In all other respects, your application can be an ordinary Cocoa application
based on NSApplication. As to how you will handle sockets, that's for
somebody else to answer.
--
Bill Cheeseman - <email_removed>
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com
Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes
| Related mails | Author | Date |
|---|---|---|
| Matthew Jaffa | Oct 6, 20:19 | |
| Bill Cheeseman | Oct 6, 21:20 | |
| Dominik Pich | Oct 6, 21:25 | |
| Matt Jaffa | Oct 6, 21:34 | |
| j o a r | Oct 6, 21:47 | |
| Dominik Pich | Oct 6, 22:09 | |
| Sungjin Chun | Oct 7, 03:54 |






Cocoa mail archive

