Re: Selection of Finder's Second Window (Dave Lyons?)
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