• 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: Window arrows
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Window arrows


  • Subject: Re: Window arrows
  • From: John Delacour <email@hidden>
  • Date: Mon, 9 Sep 2002 11:20:19 +0100

At 2:01 am -0700 9/9/02, Michelle Steiner wrote:

Can it be done without using Terminal?

Yes, and it's not necessary to log out either. The change will come into effect once you relaunch applications, including the Finder.

do shell script "man defaults" -- to read details


try
tell application "Finder" to quit
end try
set choice to "Single"
display dialog "" buttons {"Cancel", "<> <>", "< >"}
if button returned of result is "<> <>" then set choice to "DoubleBoth"
set s to "defaults write 'Apple Global Domain' AppleScrollBarVariant " & choice
do shell script s

--JD
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Window arrows
      • From: Michelle Steiner <email@hidden>
References: 
 >Re: Window arrows (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Re: Window arrows
  • Next by Date: Re: Counting events in NUTD
  • Previous by thread: Re: Window arrows
  • Next by thread: Re: Window arrows
  • Index(es):
    • Date
    • Thread