Network
- SendAppleEvent
0.9b
Sends
an AppleEvent with the specified class/event to a program with a direct parameter
which holds the data string. Version b allows 2 parameters to be sent.
- AppleEventHandler
0.9e
This
was produced to overcome the fact that Director does not give the user control
of AppleEvent reception . You can define a set of AppleEvents to recieve,
one instance of the XObject for each class/id. You can test if there is an
event waiting and obtain data that was passed with it. Version 'e' allows
for messages to be buffered. The user specifies the maximum number of messages
to be buffered.