Hi,
I’m working on an applescript that helps me put a list of songs from iTunes on my website.
http://gummibearheads.com/itunes ← there it is. (i’ll put a paragraph below on how it works)
I have the script working really well, I think. My only beef is that every time it runs, the dock icon pops up and the system’s focus moves to it (ie: you you lose what you just typed/clicked on).
I dont mind the icon so much (it’s kinda nice to see that its running) but I can’t stand the losing the focus thing.
So google didn help me much. I saw a lot of people asking the questions, but only 1 place with an answer.
http://www.macosxhints.com/article.php?story=20050517210406483
according to that article, i put this in after the first line in my info.plist file and it should work.
<key>NSUIElement</key>
<string>1</string>
It does work, but for some reason its now asking me if I want to run that script?
http://gummibearheads.com/images/dialog.jpg ← there is a screenshot (Pics dont seem to work for me)
If I click run, it does start up, run and quite in the background.
Anyone know how to get rid of that dialog?