Search

You searched for the word(s):
Showing page 3 of 4 (38 total posts) < 1 second(s)
  • Bug in setting border of table

    Right click table, properties. &nbsp; Go to the 4th tab, select color -&gt; more colors, I enter 003300 press ok set border to 1px. &nbsp; Next when I look in html it has set the size of the borders to 3300px... reproducable in cutesoft examples
    Posted to Cute Editor for .NET (Forum) by Dtest on October 28, 2008
  • Dragging image in Firefox 3

    Hi, When I drag an image in the editor in Firefox, it disappears. Example; Image is in http://www.xxx.com/Editordata/image.jpg which is all good. After dragging the image is broken and pressing properties gives me; http://www.xxx.com/website/pageeditor/Editordata/image.jpg Dragging it again gives ...
    Posted to Cute Editor for .NET (Forum) by Dtest on October 28, 2008
  • Re: Access to the path C:\WINDOWS\TEMP is denied

    Adding the exact line gives me the error that the path doesn't exist. So I changed it to ~/Data/Temp where I keep my files. I see I need to set read/write permissions, is this a new thing in the latest editor? Or shouldn't I need to set permissions? By the way, the C:\Windows\TEMP error occurs only the first time the page is loaded. If I refresh ...
    Posted to Cute Editor for .NET (Forum) by Dtest on September 8, 2008
  • Access to the path C:\WINDOWS\TEMP is denied

    Hi, &nbsp; When opening the ImageEditor I get the message ''Access to the path 'C:\WINDOWS\TEMP\persisted.{filename}' is denied.' &nbsp; I have downloaded the latest version and I have tried setting identity impersonate=false. The older version (without the vista look) didn't used to have this problem.. &nbsp; How can I solve this?
    Posted to Cute Editor for .NET (Forum) by Dtest on September 8, 2008
  • Re: HTML2PDF

    And 1 more problem I notice.. &nbsp; When generating a pdf from html with a table in it with border=''1'' the pdf is empty... removing the border=''1'' or setting it to 0 works.. &nbsp; + it won't render the Euro sign
    Posted to Cute Editor for .NET (Forum) by Dtest on July 22, 2008
  • Re: HTML2PDF

    I think there is another problem, this is what I get when I try the code with the url www.cutesoft.net; &nbsp; [OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.] &nbsp;&nbsp; CuteEditor.Convertor.PDF.PDFRect.AddText(String text, FontStyle fontStyle, Boolean warp, PDFAnchor anchor) +950 &nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Dtest on July 22, 2008
  • HTML2PDF

    Hi, I try this; &nbsp; CuteEditor.Convertor.PDF.HTML2PDF html2pdf = new CuteEditor.Convertor.PDF.HTML2PDF(new Uri(''http://www.google.com'')); html2pdf.Render(); html2pdf.Save(Response.OutputStream); &nbsp; And it throws this error; &nbsp; [NullReferenceException: Object reference not set to an instance of an object.] &nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Dtest on July 22, 2008
  • Underline tag not correct

    Hi, &nbsp; When I have an URL in the editor and press the Underline button it generates this HTML: &nbsp; &lt;u&gt;&lt;a href=''http://url.com''&gt;&lt;span style=''font-family: Arial;''&gt;read more&lt;/span&gt;&lt;/a&gt;&lt;/u&gt; &nbsp; Firefox 3 can render the underlining fine but Internet Explorer 7 fails because the ...
    Posted to Cute Editor for .NET (Forum) by Dtest on July 22, 2008
  • Insert column bug

    Hi, &nbsp; After inserting a table, then right click -&gt; Table -&gt; Insert column to the right, it inserts the column on the right but there is no dotted border in the editor like the rest of the table has&nbsp;(there is after its saved so it's only an editing problem). &nbsp; Thanks &nbsp;
    Posted to Cute Editor for .NET (Forum) by Dtest on January 21, 2008
  • Bug in snippets

    Adding this snippet; &nbsp; new CuteEditor.RichListItem(''Script'', '''', ''&lt;script&gt;alert('test');&lt;/script&gt;''); &nbsp; Inserts nothing, it should insert the script in HTML... &nbsp; new CuteEditor.RichListItem(''Script'', '''', ''test&lt;script&gt;alert('test');&lt;/script&gt;''); &nbsp; This does insert ...
    Posted to Cute Editor for .NET (Forum) by Dtest on September 13, 2007