Search

You searched for the word(s):  
Showing page 1327 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Regarding Installing Purchased version over Trial version.

    Saravanakumar,   Do you have the same problems with the examples in the download package?   It would be really helpful if you could create sample aspx page which demonstrates the exact problem with more information. Please make sure your code is very simple.For example:  <%@ Page Language=''C#''%> <%@ ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 5, 2005
  • Re: Problem with insert image and insert download doc

    Has this issue been resolved in version 3.0?  I am using version 3.0 and have not been able to figure out how to have scrollbars in the insert_image window.  I've tried modifying the WinIE.js file to turn on the scrollbars, but this does not work.  Hoping there's just something I'm missing.   Any help will be greatly ...
    Posted to Cute Editor for .NET (Forum) by ahoward on September 2, 2004
  • Re: Problem writing Editor XHTML markup to file

    Hi Adam,   My problem is that I can't seem to write the cuteEditor markup to file. As you can see it is executed within a buttonclick event handler. It should work with a blank page that contains only a button control.   The idea is quite simple. I want to take the string of xhtml output from the editor and then write it to disk. I ...
    Posted to Cute Editor for .NET (Forum) by giantsteps on March 18, 2004
  • Re: MAJOR shortcoming with hyperlink button

    sgilboy,   You Have A Good Point. Revjon's FreeTextBox uses a built-in MSHTML function to handle insert link (CuteEditor uses this feature in the earlier version as well).   Due to the limitation of this built-in function, we decided to create a pop-up windows to allow the end users specify the new windows, the link color, ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2004
  • Re: Firefox not populating dynamic form fields

    Kevin,   Please check the following example:   http://cutesoft.net/asp/Multiple.asp   You can find the source code of the above example in the download package:   Also please change   editor.Text = content editorPhoto.Text = pcontent   to editor.Text = ''First Editor'' editorPhoto.Text = ''Second ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 2, 2006
  • Re: CPU Usage above 80% (cute messenger 3.1.1)

    Not localhost.   We just changed web.config and global.asax as per ur instructions.   We host the application on a web server and running on LAN.   With default settings, the CPU is already very high.   How about this? later, I will let you access the cute messenger hosted on my web server.    
    Posted to Cute Chat and Cute Web Messenger (Forum) by chonglongchoo on November 28, 2006
  • Re: EndOfStreamException occuring during file upload...

    Casey,   I am not sure that EndOfStreamException is throwed from your code.   Maybe it is throwed from uploader internal code.   So you can just do a test :   protected void ajaxUploader_OnFileUploaded(object sender, CuteWebUI.UploaderEventArgs ...
    Posted to Ajax Uploader (Forum) by cutechat on April 16, 2009
  • Re: Image Upload not working on a Mac client

    Hi,   Do your web.config installed the httpModules UploadModule ?   Something like this ?   <httpModules>     <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>   If no , please try it.   Regards, Terry  
    Posted to Cute Editor for .NET (Forum) by cutechat on March 19, 2009
  • Re: simple_xml_load_file error

    Reed,   Did you change the language file location? How did you set it up?   Do you have problems with the examples included in the download package?   Can you run the following code and make sure you set DOCUMENT_ROOT  correctly.     <?php // Show all information, defaults to ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 6, 2008
  • Re: Textbox input problem

    David,   Please use the following button to insert textbox:    TextArea Inserts a textarea at the selected position. InsertTextBox ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 23, 2008