Screen Saver
Screen Saver
- Subject: Screen Saver
- From: Robert Poland <email@hidden>
- Date: Mon, 28 Jun 2004 15:29:11 -0600
Hi,
I'm trying to control the screen saver (Off/On). Here's where I am right now;
tell application "System Preferences"
activate
-- set current pane to pane "com.apple.preference.Desktop &
Screen Saver"
set current pane to pane "Desktop & Screen Saver"
end tell
tell application "System Events"
tell process "System Preferences"
tell window "Screen Saver"
tell slider 1 of group 2
set nowValue to value
display dialog nowValue
end tell
end tell
end tell
end tell
Can't afford the software to allow me to find the answer on my own.
Tia,
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
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.