New Post: HtmlRender.Render - Pixilated Images
I'll try using 1.4.5.0. I need to place a watermark image behind the images I am rendering with HtmlRender, hence I need the backgrounds of these images to be transparent.
View ArticleNew Post: HtmlRender.Render - Pixilated Images
Maybe you can do it using HTML background image, place a background image on the body of the HTML using CSS.
View ArticleNew Post: HtmlRender.Render - Pixilated Images
This was the plan – but it won’t show through the images unless they are transparent. I ended up doing the following: Image theImage = HtmlRender.RenderToImage( htmlString, (int)maxSize.Width,...
View ArticleNew Post: Value cannot be null. Parameter name: parent
I'm sorry, I don't see where you attached the html..
View ArticleNew Post: HtmlRender.Render - Pixilated Images
Let me clarify, if you want some image to be the background of the rendered html you can do it like so:save the attached html to 'c:\html.txt'save this image to 'c:\b.jpg' run the attached code Code to...
View ArticleNew Post: Value cannot be null. Parameter name: parent
For some reason the attachments are not coming through when replied via email. Anyway, if you go to this url and save the HTML, that is basically what I am trying to...
View ArticleNew Post: ScrollToEnd() / ScrollToBegin()?
Hi there, what is the easiest way to scroll to end after adding some content? Or scroll to top of document? Some background... I've wrapped the HtmlPanel into a ScrollableHtmlPanel which allows the use...
View ArticleNew Post: ScrollToEnd() / ScrollToBegin()?
Nevermind, I found this:https://htmlrenderer.codeplex.com/discussions/442448 At first it didn't work the way I expected, but the problem was a redundant Invalidate(). So I added the following to my...
View ArticleNew Post: Value cannot be null. Parameter name: parent
As i though it's a parsing but, I will fix it in next minor release. Note though that HTML Renderer is not powerful enough to render the generally complex web sites like the one in your link. you may...
View ArticleNew Post: ScrollToEnd() / ScrollToBegin()?
Great you found a solution. If you run in other problems I may suggest to either use the HtmlLabel so you won't have an issue with panel inside a panel or to use the HtmlContainer directly to have the...
View ArticleUpdated Release: 1.4.9.0 (Mar 10, 2013)
for more info: HTML Renderer 1.4.0.01.4.9.0fix error in html parsing with single tags having closing tag as wellfix rendering error for html without root elementchange the order of filling background...
View ArticleUpdated Release: 1.4.9.0 (Mar 10, 2013)
for more info: HTML Renderer 1.4.0.01.4.9.0fix error in html parsing with single tags having closing tag as wellfix rendering error for html without root elementchange the order of filling background...
View ArticleReleased: 1.4.9.0 (Mar 10, 2013)
for more info: HTML Renderer 1.4.0.0Update 1.4.9.0fix error in html parsing with single tags having closing tag as well fix rendering error for html without root element change the order of filling...
View ArticleUpdated Release: 1.4.9.0 (Mar 10, 2013)
for more info: HTML Renderer 1.4.0.0Update 1.4.9.0fix error in html parsing with single tags having closing tag as wellfix rendering error for html without root elementchange the order of filling...
View ArticleClosed Issue: Clicking/dragging in scroll bars causes text selection [9021]
Clicking/dragging in scroll bars causes text selectionComments: 1.4.9.0
View ArticleNew Post: htmlTooltip hide border
Hello, I am trying to use htmlTooltip in one of my project. I want to make it completely custom look so I want to pass everything as html. The problem is it shows the border/edges and my html has some...
View ArticleNew Post: htmlTooltip hide border
The HtmlToolTip uses htmltooltip CSS class for its style defined like so:.htmltooltip { border:solid 1px #767676; background-color:white; background-gradient:#E4E5F0; padding: 8px; Font: 9pt Tahoma; }...
View ArticleNew Post: htmlTooltip hide border
Hello ArthurTep, It did work thanks. Now I am facing another problem. The tooltip is not aligned properly. It shows alot far from the mouse cursor. Here is the image. Here is the html that I am trying...
View ArticleNew Post: htmlTooltip hide border
weird, will look into it. BTW, your images don't show
View ArticleNew Post: htmlTooltip hide border
Here is the direct link to the imagehttp://s23.postimg.org/4jr4s4u1n/Untitled.png Thanks.
View Article