Search

You searched for the word(s):
< 1 second(s)
  • Customizable localization

    Hi, &nbsp; Is it possible to set the language of the chat interface according to information contained in our database on a ''per user'' basis? What I mean is that instead of having a general rule for the display language (server or client), I would like to control the display language from the ''prefered language'' set for each user in our ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kaspario on February 27, 2008
  • Re: Custom chatprovider

    Ok, thanks. I've solved my problem. I'm not sure that's the way I was supposed to do it but I simply removed the original global.asax to replace it by my own and it started using my provider... go figure... Before I came to this solution, I even tried renaming a bunch of things in global.asax (even the namespace) and I couldn't break anything... ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kaspario on February 26, 2008
  • Re: Removing the logoff button from the chat window

    Thank you very much. Exactly what I needeed.
    Posted to Cute Chat and Cute Web Messenger (Forum) by kaspario on February 25, 2008
  • Re: Removing the logoff button from the chat window

    Unfortunately, the value is False in the customize UI interface but the button is still showing. Actually, it is showing ''D&#233;connecter'' and not ''sign out'' because we use it in french. I wonder if that could give you an clue to what the problem is... &nbsp; Anyway,&nbsp;right now, when you chat, you have 2 buttons (not considering ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kaspario on February 25, 2008
  • Removing the logoff button from the chat window

    Me again. Hope I'll be more successful with this simpler question: &nbsp; I'd like to remove the logoff button from the chat window. I saw in Channel.aspx the following property: ChatWebUtility.GlobalShowSignoutButton &nbsp; That property is readonly (so I just can't set it to false at the beginning of the file)&nbsp;so I assume there is a ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kaspario on February 15, 2008
  • Custom chatprovider

    Hi, &nbsp; I've created a custom class (in a .NET class library) that inherits ChatProvider&nbsp;and put the resulting dll in the /bin folder of my CuteChat application. &nbsp; I've also added the following lines in the global.asax.cs file in the Application_Start function: &nbsp; CuteChat.ChatProvider.Instance=new ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kaspario on February 14, 2008