Re: Faceless Background Application
Re: Faceless Background Application
- Subject: Re: Faceless Background Application
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 15 Jan 2002 11:59:55 +0100
On Tuesday, January 15, 2002, at 05:00 AM, Lisa Zorn wrote:
Hello all,
I've seen mentions of aspects of this, but after trying to guess a
complete answer and having nothing work --
I am trying to make a Faceless Background Cocoa application (my main
class is in java, if that's relevant). I would like to be able to make
cocoa calls (i.e. access NSApplication and NSBundle methods) but I have
not been able to figure out how to do this while making sure that the
application remains a daemon.
I've found references to the properties LSBackground only and
NSUIElements which imply that these could be helpful but I don't know
explicitly what these things do and experimenting with setting these
values has gotten me nowhere -- I can either get a daemon which can't
make the cocoa calls, or I the app is not a daemon.
When is this Background application supposed to be launched ?
At Startup, from a double-click ?