Re: Script server as faceless background application?
Re: Script server as faceless background application?
- Subject: Re: Script server as faceless background application?
- From: Paul Skinner <email@hidden>
- Date: Wed, 29 May 2002 09:11:27 -0400
Yes, Use a resource editor to edit the plst resource inside the
application and add the ...
<key>NSUIElement</key>
<string>1</string>
... key value pair to it. I'm not sure what your <key>LSUIElement</key>
sets.
Make sure you make a way to quit it, or you'll have to kill it's PID.
On Tuesday, May 28, 2002, at 09:22 PM, Alex Robinson wrote:
Under OSX, apps that use the package structure can be made faceless (and
therefore not show up in the list of running apps) by adding the
following
to the relevant info.plist:
<key>LSUIElement</key>
<string>1</string>
What I'd like to know is if there is any way of making an applescript
application (eg. one that stays open as a script server) an FBA.
--
Paul Skinner
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.