I've been slowly working on an applescript application which works in
conjunction with the iTunes add-on Synergy to upload the currently
playing track to my site.
The way the interaction works is that when Synergy notices a track
change, it runs all of the items it can find in the Synergy
application support folder. My applet then gets executed, checks to
see if iTunes is running and playing, and does some formatting and
checking before sending the information as an http post to a PHP
script on my site.
My problem is that sometimes when my applet is run it pops up a
dialogue that says:
(Basically, "Click execute to run the script or on quit to quit")
This isn't part of my script and it doesn't always appear, but it's
driving me nuts. Can anyone help me by explaining why these kinds of
dialogues appear, and how I can prevent them in my applet?
If you want to look at the script's source, you can see it here: