Hi Gh:
1. Current We have just a little function for Non-IE browser ,
That's a bug or the CuteChat1.1 , If you want to fix , you could open ChatRoom_FS.aspx , and change this :
//Connect the chat room !
string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
to
//Connect the chat room !
string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);
We have plan to add more support for Non-IE browser in next release : CuteChat2.0.
2:I think I understand your
question, but we still think it's useful in some situations.
For example, you have a net meeting with many people. Sometimes people need
the ability to open the private chat windows.
We also will provide a new feature in CuteChat2.0 : You could specify which user are talking to in the UI : [message input box] [To User Name] [Send Button]
3:
We think it's a good feature too .
If you don't want this , please change the web.config:
<cuteChat historyTimeout="0" />
Regards , Terry .