Re: Script server as faceless background application?
Re: Script server as faceless background application?
- Subject: Re: Script server as faceless background application?
- From: Christopher Nebel <email@hidden>
- Date: Wed, 29 May 2002 11:36:30 -0700
On Wednesday, May 29, 2002, at 06:11 AM, Paul Skinner wrote:
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.
NSUIElement is the older, now-deprecated version of LSUIElement. They
both have the same effect, though.
If the application is truly background-only, however, then you actually
want LSBGOnly. LSUIElement is for applications that don't show up in
the dock and don't have a menu bar but *do* have user interface -- a
floating window, for example. The Dock is one example; Script Runner is
another.
--Chris Nebel
AppleScript Engineering
_______________________________________________
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.