Re: activate screensaver in OS X 10.2
Re: activate screensaver in OS X 10.2
- Subject: Re: activate screensaver in OS X 10.2
- From: Mr Tea <email@hidden>
- Date: Thu, 20 Feb 2003 14:39:21 +0000
This from Randal L. Schwartz - dated 20-02-03 01.52pm:
>
I don't have a ScreenSaverEngine that I'm aware of
Did you try running the script that you posted? That might have changed your
opinion.
A common or garden 'find' won't reveal it, because it's buried in a package
in the System folder (at
System/Library/Frameworks/ScreenSaver.framework/Versions/A/Resources/)
I didn't know where it was either, until I did this:
tell application "ScreenSaverEngine" to activate
tell application "System Events" to set SSE to file of process
"ScreenSaverEngine"
tell application "ScreenSaverEngine" to quit
SSE
Cordially
Mr Tea
_______________________________________________
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.