Re: Select, Reveal and Column View
Re: Select, Reveal and Column View
- Subject: Re: Select, Reveal and Column View
- From: "Stockly, Ed" <email@hidden>
- Date: Thu, 16 Sep 2010 18:48:56 -0500
- Acceptlanguage: en-US
- Thread-topic: Select, Reveal and Column View
Title: Re: Select, Reveal and Column View
On 9/16/10 4:33 PM, "Luther Fuller" <email@hidden> wrote:
The window should show the selection moving smoothly down each column as each folder is checked.
This does exactly that.
Works tried changing the always open folders in a new window and open new windows in column view prefs and they had no effect.
Worked the same on networked and local volumes. I’ve also tested it with a list of folders from different volumes and that works too.
But I’m on 10.4
Ed
set containingFolder to choose folder —- pick a folder that contains other folders!
tell application "Finder"
activate
set allMyFolders to folders of containingFolder as alias list
open containingFolder
set {target of window 1, current view of window 1} to {containingFolder, column view}
repeat with thisFolder in allMyFolders
delay 1
set the target of window 1 to thisFolder
end repeat
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