Hello,
How does one go about opening the user's default web browser and displaying in it HTML source code as a string without having to write the HTML to a temporary File? In other words an in-memory approach.
And what about the new internal Chromium WebBrowser Control? I don't immediately see a method for "loading" an HTML document. Is this possible, or is a file always needed?
PowerBuilder 2019R2
Thanks in advance.
Greg
Your approach still requires a temporary file to be created on disk, which then will need to be deleted. In order to avoid all that, we were looking for a way to directly open the default browser and sending it HTML to render in the display.
So ... yeah, I really wouldn't know if that's going to be possible.
Sorry
After re-reading my initial post, I do see how it can be easily misread. Thanks for that.
Yes, I'm looking for an in-memory approach.