• 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: Finder Window Scroll?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder Window Scroll?


  • Subject: Re: Finder Window Scroll?
  • From: Luther Fuller <email@hidden>
  • Date: Thu, 14 May 2009 13:02:32 -0500

On May 14, 2009, at 12:24 PM, John MacMullin wrote:

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

You may want to 'set current view ...' first, followed by 'open ...'. I have found that doing it that way will result in the 'Always open in ...' box being checked.


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.

This is something that Apple will have to fix. It's the main reason I don't often use column view. When you select an item in a column, the column to its right is revealed so that you can navigate into sub- folders. But if you want to back-out to a parent, you're stuck with scrolling to the left. What ought to happen when you select an item in a column is that the selected column is centered so that both the left column and the right column are revealed.


_______________________________________________
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
References: 
 >Finder Window Scroll? (From: John MacMullin <email@hidden>)

  • Prev by Date: Re: Finder Window Scroll?
  • Next by Date: Passing dropped items to shell script
  • Previous by thread: Re: Finder Window Scroll?
  • Next by thread: Passing dropped items to shell script
  • Index(es):
    • Date
    • Thread