New Post: htmlTooltip hide border
Here is another example. Try to set the tooltip text to following textThe Database Timeout setting affects every node in this cluster. You can set:<br/><br/>Connection Timeout<br/>The...
View ArticleCreated Unassigned: Invalid table width detection when rendering [9023]
In HtmlRenderer.Dom.CssLayoutEngineTable.DetermineMissingColumnWidths(float availCellSpace) in the loop "spread extra width between all columns" (line 460) columns width is determinted so that sum of...
View ArticleCommented Unassigned: Invalid table width detection when rendering [9023]
In HtmlRenderer.Dom.CssLayoutEngineTable.DetermineMissingColumnWidths(float availCellSpace) in the loop "spread extra width between all columns" (line 460) columns width is determinted so that sum of...
View ArticleCommented Unassigned: Invalid table width detection when rendering [9023]
In HtmlRenderer.Dom.CssLayoutEngineTable.DetermineMissingColumnWidths(float availCellSpace) in the loop "spread extra width between all columns" (line 460) columns width is determinted so that sum of...
View ArticleCommented Unassigned: Invalid table width detection when rendering [9023]
In HtmlRenderer.Dom.CssLayoutEngineTable.DetermineMissingColumnWidths(float availCellSpace) in the loop "spread extra width between all columns" (line 460) columns width is determinted so that sum of...
View ArticleReleased: 1.4.10.0 (Mar 10, 2013)
for more info: HTML Renderer 1.4.0.0Update 1.4.10.0Fix invalid table width detection (Thx Nikolay!) Fix tooltip popup possition Add tooltip CSS class change supportUpdate 1.4.9.0fix error in html...
View ArticleUpdated Release: 1.4.10.0 (Mar 10, 2013)
for more info: HTML Renderer 1.4.0.0Update 1.4.10.0Fix invalid table width detection (Thx Nikolay!)Fix tooltip popup possitionAdd tooltip CSS class change supportUpdate 1.4.9.0fix error in html parsing...
View ArticleClosed Unassigned: Invalid table width detection when rendering [9023]
In HtmlRenderer.Dom.CssLayoutEngineTable.DetermineMissingColumnWidths(float availCellSpace) in the loop "spread extra width between all columns" (line 460) columns width is determinted so that sum of...
View ArticleNew Post: htmlTooltip hide border
It was WinForms bug not correcting the tooltip show position when the size is dynamic. Update to 1.4.10.0 for the fix. Let me know if you have issues.
View ArticleNew Post: RTL Support
Hi, I tried to add RTL support for my html. I added the RTL tag to every object but didn't worked: var sb = new StringBuilder(); sb.Append(@"<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01...
View ArticleNew Post: RTL Support
there is a bug with handling <br/> elements in RTL Until I fix it you can set RTL only on div that has the content in it like so:<html> <style> body { text-align:right }...
View ArticleUpdated Wiki: Home
The rich formatting power of HTML in your .NET applications using simple controls or static rendering code.The library is 100% managed C# code without any external dependencies (no WebBrowser control,...
View ArticleNew Post: the image is just black
Hello ArthurTep, I did what you said in the post above, but still the background image can not be seen correctly. The code I wrote and the result are below. No matter what I tried, I could not load the...
View ArticleNew Post: Image loading issue
It appears that this bug also affects RenderToImage. I've tried making the following modification but it does not seem to fix the problem: // Existing line within RenderToImage...
View ArticleNew Post: Image loading issue
Doh...can't use HtmlRender.Render because of the pixelation problem discussed at https://htmlrenderer.codeplex.com/discussions/468725 (which I just discovered). Please let me know if you're able to...
View ArticleNew Post: Image loading issue
I run this code with the latest (1.4.10.0) and it works fine... can you verify the problem, do you need to create image with transparent background?string path = " D://OriginalImage.png"; string...
View ArticleNew Post: the image is just black
I changed your code a little and the result is almost perfect, I think there is a bug where the height of the body is not respected, will check it in a few days. Note, I have added "margin: 0px;...
View ArticleNew Post: Images are incorrect size
I love the potential of your solution. My solution generates the HTML and images on the fly so your api is great. The problem is that I am getting an index out of range error on pages with lots of...
View ArticleNew Post: Images are incorrect size
I fixed the index out of range error. There is a simple bug on line 266 of CssLayoutEngineTable.cs. Unless I am reading something wrong the line should be: for (int j = 0; j < rows[i].Boxes.Count;...
View ArticleNew Post: Images are incorrect size
The issue seems to be that your solution does not grow divs with their content. My HTML does not specify size at every level.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
View Article