Search

You searched for the word(s): cutesoft_client
Showing page 10 of 228 (2,278 total posts) < 1 second(s)
  • Re: Valid values for properties

    Hi,   There properties mean swap-able modules.   For example Layout means the CuteSoft_Client/Gallery/Layout/  ,(while ConsoleLayout means CuteSoft_Client/Gallery/Editor/)   If you choose different Layout , the Gallery will show different UI .   In the future , we will add more and more module , so the ...
    Posted to ASP.Net Image Gallery (Forum) by cutechat on September 30, 2009
  • Re: How I can remove second messenger window when i already opened this

    Hi,   1. you can write script to keep one window instane for the messenger.  for example , window.open(''CuteSoft_Client/CuteChat/NewMessenger.aspx'',''messengerwindow'','''');  You can also use script to save active signal to cookie and let other pages know the messenger is opened.   2. that's browser behavior, we can't ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on June 25, 2009
  • Re: Live support for registered users of my website

    Hi chanduu4u,   Try this way:   ----------------------------------------------------------------->     <% if (Context.User.Identity.IsAuthenticated)       { %>     <!--- add the live support chat button  -->     <script ...
    Posted to Cute Live Support (Forum) by Kenneth on May 15, 2009
  • Re: Server side error:System.InvalidOperationException

    sencor,   Are you sure the Web service Url you entered is correct? Web service Url: The Url of your website which contains CuteSoft_client folder.     Logging in as an operator: When you initially open the program you will see the screen below: Web service Url: The Url of your website which contains CuteSoft_client ...
    Posted to Cute Live Support (Forum) by Adam on February 24, 2009
  • Re: Restrict image editing

    Vin,   You have two options.   1. Disable the double click event.   Open CuteEditorSolution\EditorWebsite\CuteSoft_Client\CuteEditor\Scripts\Constant.js and change the following code to true.   //By default, when users double click a control, a tag property dialog will open. Set it to true if you want to disable this ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 15, 2008
  • Re: Postback and Messenger 5.0

    Hi,   You can try to popup a new window for the new messenger .   Please try this code :     <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.1//EN'' ''http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd''> <html ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on October 16, 2008
  • Re: Got an Exception

    Irfan, When you initially open the program you will see the screen below: Web service Url: The Url of your website. You can set default value of Web service Url by editng LiveSupport.exe.config file. <add key=''CuteChatServiceUrlBase'' value=''http://yoursite.com''/> If the Web service Url you entered ...
    Posted to Cute Live Support (Forum) by Adam on August 19, 2008
  • Re: Any way to support more than one top level domain in a single instance of the client?

    Mike,   Please use the cross domain solution.   If the target web page is in another domain, you need to use the following cross-domain tags instead: Chat Button: <script src=''http://yourdomain.com/CuteSoft_Client/CuteChat/Support-Image-Button.js.aspx''></script> Monitor: <script ...
    Posted to Cute Live Support (Forum) by Adam on March 20, 2008
  • Re: Editor styles in IFrames style attribute

    njw,   The setting in the style sheet will overwrite the default setting.   For example:   Open   CuteSoft_Client\CuteEditor\Themes\Custom\style.css CuteSoft_Client\CuteEditor\Themes\Custom\style_gecko.css   Change:   #EditorID .CuteEditorFrame ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2008
  • Re: Has anyone tried using their own images inst of avatars?

    Hi Jessica,   You  have to rewrite the Code in the HttpHandler DrawAvatar's ProcessRequest method (/CuteSoft_Client/CuteChat/DrawAvatar.ashx). The script file /CuteSoft_Client/CuteChat/Script/ChatUI.js contains two methods for drawing avatars where parameters are passed to the handler via querystring (ChatUI_GetAvatar(user) and ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by christoph on February 19, 2008
« First ... < Previous 8 9 10 11 12 Next > ... Last »