Re: Scripting the Screen Saver
Re: Scripting the Screen Saver
- Subject: Re: Scripting the Screen Saver
- From: kai <email@hidden>
- Date: Wed, 8 Jun 2005 04:29:43 +0100
On Wednesday, June 8, 2005, at 03:31 am, DigitEL wrote:
tell application "Finder"
activate
try
open alias
"MacHD:System:Library:Frameworks:ScreenSaver.framework:Versions:A:Resou
rces:ScreenSaverEngine.app:"
on error errM
display dialog errM
end try
end tell
Can't recall exactly, but wasn't the main thrust of the original
question to do with triggering an action after a machine had been idle
for a specific period of time? No matter. Incidentally, it should be
possible to achieve the above with simply:
----------------
tell application "ScreenSaverEngine" to activate
----------------
---
kai
_______________________________________________
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