Making Rev apps hidden in Panther
Ken Ray
kray at sonsothunder.com
Thu May 13 13:30:29 EDT 2004
Unfortunately that seems to be the case... one MORE thing that doesn't work
in Panther! Sheesh...
Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com
> [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of
> RGould8 at aol.com
> Sent: Thursday, May 13, 2004 12:01 PM
> To: use-revolution at lists.runrev.com
> Subject: Re: Making Rev apps hidden in Panther
>
>
> I've tried the below instructions for making a Mac app
> invisible. For me,
> unfortunately, it's not working. Could it be due to Panther?
>
> _http://www.sonsothunder.com/devres/revolution/revolution.htm?
> _proc003_
> (http://www.sonsothunder.com/devres/revolution/revolution.htm?
_proc003)
which states:
-----------------------------------------------------------------
To hide an application process in OS X, open the Info.plist file in the
Contents folder of the application package. Add this to the <dict> section
(it
doesn't seem to matter where):
<key>NSBGOnly</key>
<string>1</string>
Doing this will remove the process from the Dock, and from any menus that
list active (visible) processes. To show it again, you can either put in a 0
instead of a 1 for the <key>, or you can remove the whole thing.
-----------------------------------------------------------------
I'm on OS 10.3.3, using Rev 2.2, and implementing this change to the
Info.plist file in the Contens folder of my Rev app has no effect. My app
still
shows up in the Dock. Does it work for anyone else?
_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list