[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Applescript



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.
Thanks!

Justin
-----