I'm trying to make a script to open Pandora desktop on login and pause it (app wont launch paused)
If I run the script in applescript editor it works perfect. But when I save it as an application and run it, I get a Stack Overflow error. Any help would be greatly appreciated!
My script is:
tell application "Pandora"
run
end tell
delay 3
tell application "Pandora"
activate
tell application "System Events" to keystroke " "
If I run the script in applescript editor it works perfect. But when I save it as an application and run it, I get a Stack Overflow error. Any help would be greatly appreciated!
My script is:
tell application "Pandora"
run
end tell
delay 3
tell application "Pandora"
activate
tell application "System Events" to keystroke " "