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:36:22 -0700
Yep, you are right. Gee it used to work.
The only other way I know to get it to stick is to modify the
com.apple.screensaver.xxxxxxxx.plist file found in the ByHost folder
of user preferences. The xxxxxxxx stuff is the primary ethernet
address with the colons removed. What we do is blast this file into
the preferences of a target machine.
Jim
Hi Jim,
Nothing happens at all on my computer.
This is the result.
slider 1 of group 1 of tab group 1 of window "Desktop & Screen
Saver" of application process "System Preferences" of application
"System Events"
Peter
On 07/10/2006, at 9:20 AM, Jim Marschke wrote:
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