Search

You searched for the word(s): cutesoft_client
Showing page 132 of 228 (2,278 total posts) < 1 second(s)
  • Re: spelling errors are not being underlined in IE

    Dear oliveg,   Can you reproduce this issue in http://cutesoft.net/example/general.aspx ? I checked it in IE, it works fine on my end.   Please open ''\CuteSoft_Client\CuteEditor\SpellCheck.aspx'', the following line set the color:   <asp:Label id=''CurrentWord'' runat=''server'' font-bold=''True'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 16, 2010
  • Re: an add-on for this website failed to run

    Dear chrislpt,   ''Anonymous Users are not allowed in this application'', it means you do not login to your website, you are using one anynymouse account. Please login to chat administration console panel, http://localhost/cutechat5.1/CuteSoft_Client/CuteChat/ChatAdmin/Edit_Lobbies.aspx, this is my computer login link.  You can select ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on March 31, 2010
  • Re: Turn Off Auto-Filling URL textbox when Uploading Files?

    Hi jamesk,   you can hide the entire Url part.   Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertDocument.aspx''   Find section below <tr> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 11, 2010
  • Re: DNN 5 Integration: Unable to Login Using the Default Login Credentials of admin/admin

    Some more info, based on Service Capture tracing the SOAP calls from the desktop Live Support Operator application: POST /DesktopModules/CuteSoft_Client/CuteChat/SupportService.asmx HTTP/1.1User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.4200)Content-Type: text/xml; charset=utf-8SOAPAction: ...
    Posted to Cute Live Support (Forum) by developermojoe on January 30, 2010
  • Re: Cuteeditor is not render

    1. Please add the following code to your web.config.     <httpHandlers>       <clear />   <add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'' />     ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 7, 2010
  • Re: Very frustrated with vers. 6.4

    Geoff,   1.   If you want 6.0 upload funtion, please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and modify the following code:   <CE:Uploader id=''InputFile'' runat=''server''></CE:Uploader>   to:   <CE:Uploader id=''InputFile'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 16, 2009
  • Re: Netspell - Slovenian lang.

    Open CuteSoft_Client\CuteEditor\SpellCheck.aspx file and modify the following code:   // check if a dictionary exists for the culture, if so load it              string cultureDictionary = String.Concat (culture, ''.dic'');     if (File.Exists (folderName ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 12, 2009
  • Re: 6.1: Language problem context menu "CTRL" and "DELETE"

    Joerg,   Please open the file: CuteSoft_Client\CuteEditor\Configuration\Shared\Common.config and modify the following code:   <define name=''Undo'' text=''[[Undo]]'' command=''Undo'' hotkey=''CTRL+Z'' /> <define name=''Redo'' text=''[[Redo]]'' command=''Redo'' hotkey=''CTRL+Y'' /> <define name=''Cut'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 17, 2008
  • Re: Custom button to insert html

    The HTML code created automatically created by the dialog cannot be modified.   If you still want to use your own code, please follow the steps below.   Open CuteSoft_Client\CuteEditor\Scripts\Dialog\Dialog_InsertFlash.js   and post the following code in the bottom of this file:   function ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 2, 2008
  • Re: sounds

    Scott,   Please open CuteSoft_Client\CuteChat\Script\ChatUI.js and find the following ...
    Posted to Cute Live Support (Forum) by Adam on February 4, 2008