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: Jim Marschke <email@hidden>
- Date: Fri, 6 Oct 2006 16:20:42 -0700
This works:
tell application "System Preferences" to set current pane to pane
"com.apple.preference.desktopscreeneffect"
tell application "System Events" to tell application process
"System Preferences"
tell window "Desktop & Screen Saver"
tell tab group 1
click radio button 2 -- Screen Saver
delay 0.5
tell group 1
tell slider 1
repeat until get value ≥ 300
increment
end repeat
increment
increment
end tell
end tell
end tell
end tell
end tell
_______________________________________________
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