Re: Scripting Finder's Information Window
Re: Scripting Finder's Information Window
- Subject: Re: Scripting Finder's Information Window
- From: Peter Bunn <email@hidden>
- Date: Sat, 31 May 2008 09:43:00 -0500
Jonathan Levi wrote:
>How can I script the Finder to select a file's icon in the General
>Information Panel of the Information Window? Here's what I've done so far:
It appears as if you're 'overthinking' this...
Might the following work?
Peter B.
-----
set this_item to choose file without invisibles
tell application "Finder"
activate
open the information window of item this_item
tell application "System Events"
tell process "Finder"
keystroke tab
end tell
end tell
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