I've recently started working with AppleEvents. I keep running into things that I don't know how to do, though. I can send and receive events just fine, the question is just what events to send to do certain things.
Surely there must be a master list of these somewhere? At least for the Finder and some common things in applications?
Like, for example, I want to launch an application. I know I can tell the Finder to do this by sending it an event class "aevt" eventID "odoc" with the path in the parameter "----", but that seems like a bad way to do it. What if the user changes the name of the application? It seems I should be able to launch it by creator code, but I can't seem to find a reference to tell me this information.
Any suggestions?