Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text size of Finder window



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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.