Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 227 of 966 (9,656 total posts) < 1 second(s)
  • File / database storage

    Hi,   I have extended the CuteEditor.Impl.FileStorage class to create a new class MixedStorage for file storage. I can view and upload files, create and rename folders using my overridden methods (public override string RenameDirectory(string dirpath, string name). However, when I try to rename a file it fails. CuteEditor does ...
    Posted to Cute Editor for .NET (Forum) by sjurmr on March 4, 2008
  • Re: Set Height in script doesn't change the Framestyle height in Firefox

    FredD,   >>I've downloaded and installed the latest version   Can you create a seperate application to test the following code?   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2008
  • Re: Editor.Setting["security:FilesGalleryPath"] is always null

    jmccarrell,   >>My understanding is this IS the way to get security configuration information. Correct?   Please use the following method:      CuteEditor.Impl.EditorProvider provider;  CuteEditor.Impl.SecuritySetting ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 12, 2008
  • Could not find a part of the path 'c:\inetpub\wwwroot\editor\Editor.cep'.

    Hi,   I am trying the most simple example to try and get the CuteEditor working in a sample.  I have setup the default website in IIS to have a default.aspx which creates the CuteEditor.   I have set this setting in the machine.config (.net 2.0):   <add key=''CuteEditorDefaultFilesPath'' value=''~/editor'' ...
    Posted to Cute Editor for .NET (Forum) by scottle on January 16, 2008
  • Domain Licence Cutesoft editor for .NET 6.0 problem

    I have a problem with the licence for Cutesoft editor for .NET 6.0   I put the cuteeditor.lic in my bin directory but it doesn't work ...   The error message is:   A valid license cannot be granted for the type CuteEditor.Editor. Contact the manufacturer of the component for more information.   I tried ...
    Posted to Purchase / License FAQ (Forum) by BramBo on January 3, 2008
  • Bug in HTML2RTF

    We are experiencing problems when using text written in cuteeditor with custom font size. When saved in RTF it seems to be working nice but when we load it with                             Dim rtf2html As ...
    Posted to Cute Editor for .NET (Forum) by joel.bernerman on December 14, 2007
  • error in PDf creation

    Hi,   We are using CuteEditor 6.0  in a we application.We are trying to create a PDF out of the content of the Editor using the following code. CuteEditor.Convertor.PDF.HTML2PDF htmlpdfconver = new CuteEditor.Convertor.PDF.HTML2PDF(Editor1.Text); htmlpdfconver.Render(); string path = Server.MapPath(''~/New ...
    Posted to Cute Editor for .NET (Forum) by anigopal on November 14, 2007
  • Re: error in creating PDF

    anigopal:     Hi,   We are using CuteEditor 6.0  in a we application.We are trying to create a PDF out of the content of the Editor using the following code. CuteEditor.Convertor.PDF.HTML2PDF htmlpdfconver = new CuteEditor.Convertor.PDF.HTML2PDF(Editor1.Text); htmlpdfconver.Render(); string path = ...
    Posted to Cute Editor for .NET (Forum) by anigopal on November 12, 2007
  • Error in Visual Studio 2005 on start debug. Not load file or assembly :(

      The CuteEditor works correctly in my pages but when I run it in debug mode in localhost, it causes the error above. Of course, the .dll file is in the Bin directory :) Error 9 Could not load file or assembly 'CuteEditor.ImageEditor' or one of its dependencies. The system cannot find the file specified. C:\Documents and ...
    Posted to Cute Editor for .NET (Forum) by Manu80 on October 22, 2007
  • Re: Problems activating dropdowns in a wrapper class

    Please use the following code:   If Not Page.IsPostBack Then   If Not Editor1.ToolControls(''FontSize'') Is Nothing Then       Dim dropdown As CuteEditor.RichDropDownList       Dim richitem As CuteEditor.RichListItem       dropdown = ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 19, 2007