Does anyone know how to run an AppleScript from a Dashboard Widget…I am currently trying to run an AppleScript from a Dashboard Widget and can not figure out the JS to run the AppleScript.
I think the only hooks into the System for Dashboard widgets are these:
¢ Run any Unix command.
¢ Interact with programs that support script plugins, like iTunes.
¢ Draw on the screen with Quartz drawing commands.
¢ Load and run Internet plugins such as Preview.
It is possible to run an AppleScript from Unix, so that’s the way to go.