• 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: Text size of Finder window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Text size of Finder window
      • From: John Stewart <email@hidden>
    • Re: Text size of Finder window
      • From: Andrew Oliver <email@hidden>
  • Prev by Date: Re: Text View -- NSReceiverEvaluatorScriptError: 4(1)
  • Next by Date: *Very* strange script / global variable behavior
  • Previous by thread: Re: Text size of Finder window
  • Next by thread: Re: Text size of Finder window
  • Index(es):
    • Date
    • Thread