Clarion 11 with webview

Hi Gustavo,
I wanted to use HTML in my Clarion app hosted on my Windows Server 2025 cloud server.
I tried CapeSoft ChromeExplorer, Ingasoft EasyHTML and Noyantis HTML Editor.
They all work okay on Windows 11.
But none of them work on Server 2025, which is locked down pretty good.
You can’t even copy or paste. None of these use WebView2.
So, I wrote my own HTML Editor using C#, with a lot of help from Copilot.
Now I have a nice, custom HTML editor using WebView2 for my Clarion app.
I didn’t use any JSON.
I save my HTML in a blob field in a tps file, which works great for storing images.
It didn’t have to buy anything.
I suggest you give it a try.
Bob