• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Screen Saver
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Re: Screen Saver (From: Gnarlodious <email@hidden>)

  • Prev by Date: We've been elevated to Gods...
  • Next by Date: Re: launching a script from a Safari (bookmarklet, javascript, schema, etc)
  • Previous by thread: Re: Screen Saver
  • Next by thread: Automator in OS 10.4 (Tiger)
  • Index(es):
    • Date
    • Thread