Hello Andrew,
c-smile wrote:
Why not to use Electron "as it is" then?
because Electron is programmed with JavaScript and not with PureBasic?

Moreover, the NodeJS overhead can be almost completely replaced by PureBasic-Commands.
c-smile wrote:
1. With WebKit you cannot get anything close to this HTML window: [...] as you need DirectX for that.
You mean the window transparency? Admittedly, I'm not particularly interested in these effects, but if you want to have it: there are enough examples in the PB forums how to make a PureBasic window transparent.
c-smile wrote:
2. Things that are achievable in web browsers by libraries are built-in in Sciter. As an example here is full example of syntax highlighting implementation in Sciter:
there are thousands of useful JavaScript-Libraries and -Functions (also several syntax highlighter).
c-smile wrote:
Can you do anything close to this in 40 lines of code in browser?
http://mbostock.github.io/d3/talk/20111018/collision.htmlCan you do anything close to this in 75 lines of code in Sciter?

(yes, I know that the code calls d3js - functionalities and is therefore so short, but with a browser that supports JavaScript this is possible, with Sciter it is not possible (correct me, if i'm wrong).)
Please don't get me wrong: I think your product is great, but I also think we are much more flexible and more independent with a WebGadgetEx()-Solution.
Greetings ... Peter