• 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
Show View Options color
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Show View Options color


  • Subject: Show View Options color
  • From: Neil Bawd <email@hidden>
  • Date: Sun, 12 Sep 2004 19:13:49 -0700


I like colored backgrounds in frequently used Finder folder windows. This works well with Exposé.


To get this I start with cmd-J. Or click on Finder Menu bar "View" -> "Show View Options".

The following applet, stored in the Folder Tool bar, does this for me.

tell application "Finder"
activate
set frontprocess to name of processes whose frontmost is true
set frontprocess to item 1 of frontprocess
end tell

tell application "System Events"
tell process frontprocess
click menu item "Show View Options" of menu "View" of menu bar item "View" of menu bar 1
end tell
end tell

Now how do I extend this script to click on "Color" (in case it isn't already checked), and then in the color sample?


--
Neil Bawd

_______________________________________________
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


  • Prev by Date: Re: translators in AppleWorks
  • Next by Date: Re: translators in AppleWorks
  • Previous by thread: Script Energy Saver?
  • Next by thread: Passing Reference of App "C" From App "B" to App "A"?
  • Index(es):
    • Date
    • Thread