Re: Finder Window Scroll?
Re: Finder Window Scroll?
- Subject: Re: Finder Window Scroll?
- From: Michelle Steiner <email@hidden>
- Date: Thu, 14 May 2009 10:47:16 -0700
On May 14, 2009, at 10:24 AM, John MacMullin wrote:
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.
I seem to be missing something; I don't see anything in that script
that selects anything.
I also don't see the need for
set aPath to "/Users/User A/File X"
set posicAPath to (aPath as POSIX file) as string
open folder posicAPath
When this works just as well in one line:
open (folder (path to home folder) as text) & "Folder X"
--
"Blow jobs don't have a gender."
_______________________________________________
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