Re: Telling the Finder to only bring one window to the foreground
Re: Telling the Finder to only bring one window to the foreground
- Subject: Re: Telling the Finder to only bring one window to the foreground
- From: Luther Fuller <email@hidden>
- Date: Tue, 18 Sep 2007 13:56:02 -0500
On Sep 18, 2007, at 12:55 PM, Deivy Marck Petrescu wrote:
As you pointed out...
tell application "Finder" to select window 2
You need to BOTH bring the Finder to the front and bring a certain
window to the front, like this ...
tell application "Finder"
activate
select window 2
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden