> No errors are generated in sending the message and the
> appropriate callback
> is firing. However it ALWAYS tells me that there is no message waiting.
> ?!?!?!?!?!?!?

The setNetMessageHandler takes an (optional - easily overlooked) parameter
to pass the contents of the message to the handler being called.

Otherwise, you need to call getNetMessage when the callback runs to retrieve
the last message.

Also, you should be handling errors at *every* step of the way, especially
if you're having trouble.

Consult the pdf docs on MM's site for more (confusing?) info.

HTH
-Sean.


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to