Hi,
I have two applications that talk via private apple events. They send and receive my apple events just fine. Now I would like to control them via external scripts. But I don’t want to make the events public. So I do not want to have a dictionary. I need a private AppleScript API.
How can I script these private apple events without a dictionary? I know the Class/ID pairs, since they are my apps. I think what I want is a raw apple event script object, where I just provide the class and ID.
Is this possible? Am I approaching this correctly?
Thanks,
Tracy