[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Applescript
Justin Bain Rodino wrote:
>
> Does anyone know how to "hide" an application using apple script? I've
> looked in the dictionary and found
>
> tell application "Finder"
> set visible to false
> end tell
>
> and changed "Finder" to the applications I'm trying to hide (BBEdit and
> Netscape) but that doesn't seem to hide them...any help would be great.
Maybe those applications don't support Applescript. Or they don't
support the command "set visible"... Not every application necessarily
has the same Applescript functionality. Try opening the application that
you want to control with the Applescript editor, and look at the
commands.
Oh yes, and by the way, you should direct these kind of questions to a
Mac-oriented newsgroup, such as comp.sys.mac.system.
--
Pim Blokland
if replying by e-mail, replace the DOT in my name with a dot
if spamming, use another addres, such as beegee@followme.com
- References:
- Applescript
- From: Justin Bain Rodino <rodino@mgmt.purdue.edu>