Finder Window Scroll?
Finder Window Scroll?
- Subject: Finder Window Scroll?
- From: John MacMullin <email@hidden>
- Date: Thu, 14 May 2009 10:24:42 -0700
I have the following script, which other than one problem, works just
fine.
tell application "Finder"
close every window
set aPath to "/Users/User A/File X"
set posicAPath to (aPath as POSIX file) as string
open folder posicAPath
set current view of window 1 to column view
end tell
The folder is selected just fine. The problem is that when the number
of items in the column view exceeds the size of the column view, I
can't see the 'selected' folder without first manually scrolling to
the folder, which I would like to avoid.
Any suggestions to fix this issue would be greatly appreciated.
John
_______________________________________________
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