HTMLViewer doesn't render on Windows VISTA

Hi,

In my latest app, one user has a problem using the HTMLViewer.

The HTML is rendered by code then loaded to the HTMLViewer as text:

HTMLViewer1.LoadPage(Data, Nil)

The result is the following:

I didn’t follow this article yet: http://www.realsoftwareblog.com/2011/01/changing-htmlviewer-rendering-mode-on.html

But would like to get your advice first before releasing an update that might not fix the problem.

I believe you may be running into this bug: <https://xojo.com/issue/34277>
It was fixed, but we’re waiting on 2014r3…

I don’t think it is related because the renderer is already set to “Native”.

Just for kicks, try writing it to a file and loading the file instead. Not the best practice for a release version, but if it fixes the issue then this is the bug you’re encountering. More data always helps debug :slight_smile: