FishTherapy,
>>Is it possible to show a list of rooms just like in standlone in a drop downlist?
Yes. This feature is disabled in the embed mode. Please follow the steps below to enable it:
Open CuteSoft_Client\CuteChat\ChatUI.xml
and find the following code:
<![CDATA[
if(typeof(IsEmbed)!="undefined"&&IsEmbed)
{
this.SetVisible(false);
}
else
{
AttachChatEvent("CHANNEL",this.OnChatEvent);
AttachChatEvent("LOBBYLISTRETURN",this.OnListReturn);
}
]]>
And change it to:
<![CDATA[
AttachChatEvent("CHANNEL",this.OnChatEvent);
AttachChatEvent("LOBBYLISTRETURN",this.OnListReturn);
]]>
This should resolve the problem.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx