Re: Hiding Apps
Re: Hiding Apps
- Subject: Re: Hiding Apps
- From: Timothy Bates <email@hidden>
- Date: Wed, 06 Feb 2002 13:02:37 +1100
On 6/2/02 11:55 AM, "Rob Lewis" <email@hidden> wrote:
>
set visible of (every Application whose name is not "Finder") to false
You want processes not applications
tell application "Finder"
set visible of every process whose visible is true to false
end tell
Dr Timothy Bates <
mailto:email@hidden>
Macquarie Centre for Cognitive Science (MACCS)
Macquarie University
Ph 61 (2) 9850 8623
Fx 61 (2) 9850 6059
References: | |
| >Hiding Apps (From: Rob Lewis <email@hidden>) |