Some more issues

Last post 09-27-2004, 1:37 PM by Anonymous. 4 replies.
Sort Posts: Previous Next
  •  09-22-2004, 7:06 AM 1886

    Some more issues

    I installed the cute chat and now its working really good with my site but now i have some more issues.

     
    1. When I run the cute chat in the netscape it opens normally and after login when i try to get in a room it generates an error that some conenct method don't take 2 arguments.
     
    2. When I go in a chat room and i open another private chat window from within a personal chat window. This is really irritating.
     
    3.  when a user comes online or join the chat room it display all the previous msgs.
     
    How can I solve all these problems.
     
    Regards,
    Ghazala
  •  09-23-2004, 10:59 AM 1896 in reply to 1886

    Re: Some more issues

    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 .
  •  09-24-2004, 2:12 AM 1903 in reply to 1896

    Re: Some more issues

    The very first problem of mine is solved. Now I can go in chat window in netscape.

    But when i logged in to chat window it shows me an error
     
    you are disconnected.
    Refresh the window.
     
    It don't display the users logged in and no welcome message etc.
     
    Regards,
    Ghazala
  •  09-24-2004, 7:41 AM 1904 in reply to 1896

    Re: Some more issues

    One more problem the biggest one is that cute chat save all the messages in the database and we don't want this.

    If i integerate cute chat database with my exisiting database then it will grow its size very rapidly and on the shared
    server we can't afford this.
     
    How can I resolve this problem because it's a restriction that bounding me to integrate cute chat with my existing system.
     
    Regards,
    Ghazala
  •  09-27-2004, 1:37 PM 1921 in reply to 1896

    Re: Some more issues

    This is a very important issue for me please tell me its solution because i really want to integrate cute chat with my existing system.
View as RSS news feed in XML