Re: Can't turn off screen savers in System Preferences
Re: Can't turn off screen savers in System Preferences
- Subject: Re: Can't turn off screen savers in System Preferences
- From: Philip Aker <email@hidden>
- Date: Thu, 05 Oct 2006 01:58:02 -0700
On 2006-10-04, at 23:53:50, Peter Baxter wrote:
Here is the correct script:
tell application "System Preferences"
activate
set current pane to pane id
"com.apple.preference.desktopscreeneffect"
end tell
tell application "System Events"
tell application process "System Preferences"
tell tab group 1 of window "Desktop & Screen Saver"
click radio button "Screen Saver"
tell group 1
tell slider 1
select value indicator 1
set value to 361.0
end tell
end tell
end tell
end tell
end tell
Sorry old bean,
Doesn't save the value between invocations of System Preferences or
on restart over here :-(
SVP: <https://bugreport.apple.com/>
Philip Aker
email@hidden
_______________________________________________
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