Re: toggle hide
Re: toggle hide
- Subject: Re: toggle hide
- From: JollyRoger <email@hidden>
- Date: Sun, 22 Jul 2001 18:46:01 -0500
On 7/22/2001 6:25 PM, "Gavin Boggs" <email@hidden> wrote:
>
oops. i meant to ask more specifically how to make the visiblity whatever it
>
isn't. sorry.
tell application "Finder"
set (visible of process "Microsoft Entourage") to not (visible of
process "Microsoft Entourage")
end tell