• 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: Selection of Finder's Second Window (Dave Lyons?)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Selection of Finder's Second Window (Dave Lyons?)


  • Subject: Re: Selection of Finder's Second Window (Dave Lyons?)
  • From: Daniel Jalkut <email@hidden>
  • Date: Thu, 29 Dec 2005 19:25:47 -0500

I've also discovered that this workaround doesn't work unless the Finder remains frontmost while the script runs. In other words, it works from FastScripts but not from the Apple Script Menu. It would be great to have another way of getting at this information.

Daniel

On Dec 29, 2005, at 7:14 PM, Daniel Jalkut wrote:

tell application "Finder"

set file1 to item 1 of (selection as list)

set index of window 2 to 1

set file2 to item 1 of (selection as list)

set index of window 2 to 1

display dialog (file1 as string) & "/" & (file2 as string)

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:

This email sent to email@hidden

References: 
 >Selection of Finder's Second Window (Dave Lyons?) (From: Daniel Jalkut <email@hidden>)

  • Prev by Date: Selection of Finder's Second Window (Dave Lyons?)
  • Next by Date: Re: Opening Finder windows in a dual monitor setup
  • Previous by thread: Selection of Finder's Second Window (Dave Lyons?)
  • Next by thread: Re: Selection of Finder's Second Window (Dave Lyons?)
  • Index(es):
    • Date
    • Thread