I found the problem with not getting the sender's name in the IM Received event.
 
Just had to change one line of code in Avatar.cs:

change this:
else if(field.Layout.Name == "AgentName")
to this:

else if(field.Layout.Name == "FromAgentName")
I now have a working SL IM program.

---
Tom Wilson
[EMAIL PROTECTED]
KI6ABZ
_______________________________________________
libsecondlife-dev mailing list
libsecondlife-dev@gna.org
https://mail.gna.org/listinfo/libsecondlife-dev

Reply via email to