CuteEditor for .NET Questions

Last post 07-03-2006, 11:45 AM by Adam. 6 replies.
Sort Posts: Previous Next
  •  06-28-2006, 10:57 AM 20550

    CuteEditor for .NET Questions

    Hi, I downloaded Cuteeditor for .NET, trial version and tried it out. It works great, but I have few problems, I am not sure if this is because it is a trial version. We want to think of buying this, if these issues are resolved. We use .Net framework 1.1.
     
    1. SavePDF - PDF file is saved fine, but this doesn't keep the PageBreaks in the cuteeditor html content. Is there a way to fix this?
    2. Spell check - When I click on spell check, it pops up the new window, but the Change To and Suggestions text boxes are blank. I have NetSpell.SpellChecker.dll and en-US.dic and all other .dic files under bin folder of my application. Am I missing anything else?
    3. Printing - When I used Print button, it prints the content fine, but it is keeping the header and footer of the IE browser, I know we can manually goto browser's menu, File -> Page Setup and remove the header and footer settings, but that solution is not feasible, we need a programmatic solution, so I decided to use another aspx page and set the Response.Contenttype = "application/msword" and it works fine except the page break not working, do you know any solution for this? If the Pagebreak works in SavePDf, that will be good too. Thanks for any help.
    4. Image Gallery - I get the following error when I click on this button.  The name 'ThumbUrl' doesn't exist in the class or namespace 'ASP.Thimblist_ascx'
    5. Insert Image - I get the following error when I click on this button. The name 'ProcessWebPath' doesnot exist in the class or namespace 'ASP.InsertImage_aspx'
    6. Licensing - We have local servers where we do our development, then 1 development server, 1 staging server and 2 Production servers (currently we have 1 prod server, but planning to implement web farm with 2 prod servers), what would be the best license option for us?

    thanks,
    Bindu

  •  06-28-2006, 11:34 AM 20553 in reply to 20550

    Re: CuteEditor for .NET Questions

    Bindu,
     
    The following situation happened to other developers before:
     
    When you are using the Visual Studio IDE to include the " CuteEditor" folder into your Visual Studio project, it prompts you to create a code-behind file for the *.aspx.

    If you select "Yes", the a new code-behind files will be created by the Visual Studio IDE.

    But the new code-behind files are empty.
     
    Can you check your project?

    Steps to fix this problem:

    1. Delete all the files in CuteEditor fodler.

    2. Copy "CuteEditor" folder into your Visual Studio project again, when prompts you to create a code-behind file for the *.aspx, please select "NO" .
     
    Hope it helps.
     
    I will answer the rest questions as soon as possible.
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-28-2006, 2:20 PM 20565 in reply to 20553

    Re: CuteEditor for .NET Questions

    Bindu,
     
    For the license issue, I suggest your choose the developer license, developer team license or enterprise license.
     
    The above license types don't have any domain/IP restrictions.
     
    Developer License:

    A developer license entitles a single developer to install and use the product on one machine. 


    Developer licenses apply to software components, control or class libraries that are integrated by developers into their applications. All developer products have royalty free runtimes. This means that you may freely distribute the product with your application. 

     
    Developer Team License:

    A developer team license entitles 4 developers to install and use the product. 


    Developer licenses apply to software components, control or class libraries that are integrated by developers into their applications. All developer products have royalty free runtimes. This means that you may freely distribute the product with your application. 

     
    Enterprise License:

    An enterprise License allows use of the Software on Unlimited servers and applications within a single organization. The Enterprise License includes Royalty FREE distribution rights.  

    Hope it helps.
     
    Let me know if you have any further questions.
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-29-2006, 11:46 AM 20595 in reply to 20553

    Re: CuteEditor for .NET Questions

    Thanks Adam for the info, after I made the above change, the spell check works, but image gallery and insert image gives another error. "Unable to Translate Physical Path 'C:\CuteEditor\Code\Aug14\Solution\CuteEditorWeb\Upload\Users"
  •  06-29-2006, 11:56 AM 20596 in reply to 20595

    Re: CuteEditor for .NET Questions

    Please edit security policy file.
     
    The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the ImageGalleryPath element which contains the image gallery path information within Cute Editor.  By default, it contains the following format:

    <security name="ImageGalleryPath">~/uploads</security>
     
    Just make sure the above folder does exist in your server.
     
    BTW, which version of CuteEditor are you using?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-03-2006, 9:04 AM 20661 in reply to 20596

    Re: CuteEditor for .NET Questions

    Thanks Adam, admin.config and guest.config had the default path as you mentioned, but default.config was hardcoded to the path I mentioned in the error, after I changed to uploads path, it is working now.
     
    The version I am using is 5.3, the trial version and the .net framework is 1.1.
     
    I found a solution for the below question on printing pages with page breaks

    Printing
    - When I used Print button, it prints the content fine, but it is keeping the header and footer of the IE browser, I know we can manually goto browser's menu, File -> Page Setup and remove the header and footer settings, but that solution is not feasible, we need a programmatic solution, so I decided to use another aspx page and set the Response.Contenttype = "application/msword" and it works fine except the page break not working, do you know any solution for this? If the Pagebreak works in SavePDf, that will be good too. Thanks for any help.
     
    Response.Contenttype = "application/msword"
     
    and also thre content was in a table tag, when I removed the content from the table tag, it started working fine, no headers and footers, page break working fine.
     
    The only pending thing is on SavePDF, is PageBreak works on that, it will be wonderful, but the above printing option is fine with us for now.
     
    I have another question, will this work fine with .NET 2.0?
     
    Bindu
  •  07-03-2006, 11:45 AM 20665 in reply to 20661

    Re: CuteEditor for .NET Questions

    Bindu,
     
    Glad to know you found the solution.
     
    >>The only pending thing is on SavePDF, is PageBreak works on that,
     
    For the SavePDF feature, PageBreak doesn't work. We will resolve it in the next release.
     
    >>I have another question, will this work fine with .NET 2.0?
     
    Yes, just make sure you use the CuteEditor.dll under bin\Framework 2.0.
     
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML