Search

You searched for the word(s):
Showing page 3 of 4 (38 total posts) < 1 second(s)
  • Cute Editor version 5.2 issue with textbox auto resize

    I just upgraded to version 5.2/ One of the nastiest bugs is when you right click on the properties and enter a new name, it immediately stretches the height of the text box(it now looks like a text area)&nbsp;and there is no way to resize it. You have to leave the page and come back and then the textbox will look like a regular single line height ...
    Posted to Cute Editor for .NET (Forum) by AMarino on February 2, 2006
  • Re: RTF To HTML

    Does this function know how to deal with html tags like fieldset introduced by the ''Insert groupbox'' toolbar button? I know when I open the html saved in a browser by setting its mime type to application-word, it doesnt like the tags&nbsp; and I have to manually replace them with table to make it look somewhat decent.
    Posted to Cute Editor for .NET (Forum) by AMarino on February 2, 2006
  • Re: RTF To HTML

    I assume this does not work in version 5.0?
    Posted to Cute Editor for .NET (Forum) by AMarino on February 1, 2006
  • Re: Problem with spaces & # 1 6 0 ;

    I fixed the issue. It turned out that the issue was unrelated. I was parsing the html into a xmldoc and this was stripping the &amp;nbsp;. I had to do some manipulation to prevent it. However, my other issue is still unresolved - I have version 5.0, so the properties window is different from that in 5.2. I downloaded the version in 5.2 and saw ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 31, 2006
  • Re: Problem with spaces & # 1 6 0 ;

    I have version 5.0, and I dont have time for the new 5.2, I changed the DisableAutoFormatting = true; and the BreakElement = CuteEditor.BreakElement.Br, this took care of the special character when you export the html into a word document. But the spaces still show up in the word document as an A with a ^ on top. Please help. I need some ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 31, 2006
  • Re: Couple Javascript issues

    Unfortunately , I cant upload a screen shot here but the button is on the main tab of the properties window. Drop a text box, right click, the properties window opens up, name of the tab is input. Look towards the bottom under the section marked general. There, in the row below alignment is the FOnt Color text input field. It has an image next to ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 30, 2006
  • Re: Couple Javascript issues

    The property window that shows up when you right click on the control like a text box
    Posted to Cute Editor for .NET (Forum) by AMarino on January 30, 2006
  • Couple Javascript issues

    Adam, Wondering if you could help with a couple issues (I have source code as well) &nbsp; 1. I cant get the font color drop down in the properties dialog box to populate any values. If I type in a value like blue , it seems to interpret it but gives a javascript error as I type each letter into the font color text entry. &nbsp; 2. The ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 30, 2006
  • Re: Problem with spaces & # 1 6 0 ;

    I have the latest version, including source code, it seems to have gone away with setting the cuteeditor.DisableAutoFormatting = true. However, that seems to work for new documents saved using the editor, previous versions of html saved with those spaces still show up as the A with the caret on top. Luckily for me, I can give the users a clean db. ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 30, 2006
  • Re: Problem with spaces & # 1 6 0 ;

    I am having a major issue with this, with a major time cruch,&nbsp;since I have to export my html documents as word. In word, those spaces show up as &#194;. I tried searching and replacing /t, as well as &nbsp;, no luck. it does nothing. I also set&nbsp; Editor.DisableAutoFormatting = true at the time of creation of html. I would appreciate some ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 27, 2006