Re: set visible of every application process
Re: set visible of every application process
- Subject: Re: set visible of every application process
- From: Michelle Steiner <email@hidden>
- Date: Wed, 8 Dec 2004 09:16:27 -0700
On Dec 8, 2004, at 9:12 AM, Robert Poland wrote:
Only that the OS won't allow all application processes to be not
visible; there has to be at least one visible application at all
times.
Thats the reason when you manually choose "Hide Others" in any
application, its Command-H is disabled, and you can't hide it.
-- Michelle
Since that won't work I tried;
tell application "Finder"
activate
tell application "System Events"
keystroke "h" using {command down, option down}
end tell
end tell
That works.
Thanks all,
I'm confused. Where do you run this script from? If it's an
application, it's a visible process, right? If from a script editor,
the editor is a visible process, right?
So, wouldn't there still be a visible application?
-- Michelle
--
Velveeta is to American cheese as American cheese is to cheese.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden