Daere
October 21, 2015, 3:10pm
1
Hello!
I have a little problem, I try to get the ChatChannel with this code:
IInteractionChat interaction = (IInteractionChat)interaction;
if (interaction != null)
{
IClientChannel client = interaction.ChatChannel;
}
When this code goes in execution, the Message Box that I’ve set for debug not be showed and the flow goes wrong.
Can you help me to understand where i was wrong?
Thank you
I think we would need to see more complete code.
Additionally we would need to understand what action is triggering the execution of this code.
Also, this may be more appropriate in the dev section.
Regards,
Andrew
Daere
October 24, 2015, 8:43am
3
Hi Andrew,
thanks for your response, I’ve open a new topic in the section that you have suggested to me: http://www.sggu.com/smf/index.php/topic,9181.0.html
Thanks for your help