Re: Text size of Finder window
Re: Text size of Finder window
- Subject: Re: Text size of Finder window
- From: "B2 Fass-Holmes" <email@hidden>
- Date: 27 Feb 2005 10:54:31 -0800
Many thanks for the reply.
Actually, I want to change the text size rather than icon size.
So I modified your script to read
tell application "Finder"
tell front window
set current view to list view
tell its list view options to set text size to 13
end tell
end tell
This script compiles, but generates an error "can't set current view of Window 1 to list view."
How can I fix this?
Thanks in advance and cheers!
Barry
Subject: Re: Text size of Finder window
From: Gnarlodious <email@hidden>
Date: Fri, 18 Feb 2005 19:30:07 -0700
Entity B2 Fass-Holmes spoke thus:
> What is(are) the proper AppleScript commands to set the currently active
> folder window's text size to 13 point
tell application "Finder"
tell front window
set current view to list view
tell its list view options to set icon size to large icon
end tell
end tell
--
Cosmetic Justice; when the Botox gives you Mad Cow Disease
-- Gnarlodious
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden