Hi all,
I have several times come across the case when I want to perform a certain task and I can easily perform it with AppleScript but not using C++ code. I was wondering if there was a way in which I can debug an AppleScript somehow so as to figure out what kind of AppleEvents are sent and just copy these AppleEvents to my code in order to do the job. That would be much nicer and time saving than just trial and error with different AppleEvents. Can anyone advise? Thanx....