Search

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

    Scott,   We have a plan to have our own spell checker this year.   >>Is it possible to accomplish 1 installation?   1. Open CuteSoft_Client\CuteEditor\SpellCheck.aspx   And remove this line 75:   folderName = this.MapPath(Path.Combine(Request.ApplicationPath, folderName));   2.  Set dictionary ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 28, 2008
  • Re: Mozilla FireFox and Editor/Image upload

    >>However, in Mozilla FireFox (1.0.7) I can not click on the edit window.  Thanks for pointing out this issue. We've fixed it. Please download the control again and updated the file:   CuteSoft_Client\CuteEditor\Scripts\Gecko_Implementation\CuteEditorImplementation.js     >> when the editor starts it ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 8, 2008
  • Re: Session Time Out

    Yes.   The page would send requests to server every 10 seconds to add the visitors to the list.   If you want that Ajax call do not use session , please open the CuteSoft_Client/CuteChat/SupportCustomerHandler.ashx   and then remove this :   '' , System.Web.SessionState.IRequiresSessionState ''     But , if ...
    Posted to Cute Live Support (Forum) by cutechat on November 29, 2007
  • Re: Double-spacing content

    BIG_j: This post is for other users who have had bad experience with the ''support'' from cute soft that we have had....     Despite 6 emails to support on this matter, I finally worked it out myself.   The weirdly (stupidly) named ''EditorWysiwygModeCss'' property of the control requires a setting (a css file).   No ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 16, 2007
  • Re: arabic patch for Cute Chat and Cute Web Messenger where ????

    m_22444,   Yes, please follow the steps below:   1. Find en-us.xml language file in the CuteSoft_client/CuteChat/Languages folder.   2. Create a new xml file, name it to ar.xml. Copy/paste the content of en-us.xml to the new created file.   3. Translate the english into Arabic:    <resource ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 30, 2007
  • Re: Customizing the context menu.

    In the configuration: \CuteSoft_Client\CuteEditor\Configuration\AutoConfigure    <contextmenu>   <item name=''Editing'' value=''False''/>   <item name=''Format'' value=''False''/>   <item name=''Insert'' value=''False''/>   <item name=''InsertAdvanced'' ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 14, 2007
  • Re: How and what might I edit to do a couple things

    Please open CuteSoft_Client\CuteChat\ChatUI.js.aspx file and modify the following code:   function ChatUI_GetAutoFocus() {  var v=GetCookie(''CCNoFocus'');  if(v==''true'')   return false;  return true;  //default allow sound.. }     to   function ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 25, 2007
  • Re: Creating Chat Rooms from Code

    I had to do the same thing. Basically what I did was mimick the way cutesoft did their's by copying the code-behind (and logic) in the Lobbies.aspx and LobbyItem.aspx files. I created my own pages and controls in the exact same way they did theirs.  These can be found in the 'CuteSoft_Client\CuteChat\Admin' directory. I basically ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by swelborn on April 23, 2007
  • Re: HTML bottom tags

    bobby,   This feature is called tag detector or tag selector.   You can disable this feature by setting the following propery to false.   Editor.ShowTagSelector Property Specifies whether quick tag selector toolbar appear.   You can customize this feature by modifying the following config ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 12, 2007
  • Re: Some image border colors not working after save...strange.

    bigdoggy007, >>if I use the color picker, to choose blue #0000FF, and then save it, the border turns black (actually, there is just no style....it doesn't show up).   It's strange. Can you test the following demo?   http://cutesoft.net/example/general.aspx   If you can't reproduce the problem there, can you tell me ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 3, 2007
« First ... < Previous 16 17 18 19 20 Next > ... Last »