Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Does not work for me...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Does not work for me...
Authored by: rev on Feb 27, '03 10:59:09AM
My instance of applescript cannot find the ScreenSaverEngine shared dictionary automatically without browsing to it and selecting it manually. Regardless, I prefer the following. Here is the away action that occurs when my T68i leaves my laptop's proximity.

tell application "itunes"
pause
end tell

set this_data to do shell script "/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine"

---
-J.

[ Reply to This | # ]