Re: Screen Saver
Re: Screen Saver
- Subject: Re: Screen Saver
- From: Robert Poland <email@hidden>
- Date: Tue, 29 Jun 2004 07:13:12 -0600
How about this:
tell application "ScreenSaverEngine" to run
-- Gnarlie
Guess I failed to communicate...
I would like to be able to control the slider from some low value to "never".
Entity Robert Poland spoke thus:
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.