• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Telling the Finder to only bring one window to the foreground
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Telling the Finder to only bring one window to the foreground (From: Chilton Webb <email@hidden>)
 >Re: Telling the Finder to only bring one window to the foreground (From: Deivy Marck Petrescu <email@hidden>)

  • Prev by Date: Re: Telling the Finder to only bring one window to the foreground
  • Next by Date: Re: Re: Telling the Finder to only bring one window to the foreground
  • Previous by thread: Re: Telling the Finder to only bring one window to the foreground
  • Next by thread: Re: Telling the Finder to only bring one window to the foreground
  • Index(es):
    • Date
    • Thread