Re: Window arrows
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.