Re: Preview versus Icon
Re: Preview versus Icon
- Subject: Re: Preview versus Icon
- From: Axel Luttgens <email@hidden>
- Date: Fri, 3 Dec 2010 18:09:53 +0100
Le 3 déc. 2010 à 17:34, KOENIG Yvan a écrit :
> Hello
>
> Is there a way to use AppleScript without GUIscripting to set a Finder Window's property :
> Display Preview, not Icon.
Hello Yvan,
For example:
tell application "Finder"
tell front Finder window
tell its icon view options
set shows icon preview to true
end tell
end tell
end tell
HTH,
Axel
_______________________________________________
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