Hi any one have small example how to use WebPageSource
WebPageSoure is for “injecting” HTML into the WebPage without being confined to a particular control and its corresponding position on the page. You just drop a WebPageSource control onto a WebPage, then add your HTML to the Source property. If you want to set the HTML dynamically (at runtime), then use the EditSource event on the WebPageSource control. Note that you can only change the HTML once for a page - in the EditSource event (it only fires once).
The Location property controls when the browser “loads” your HTML - either before the Xojo generated HTML, or after it. This can make a difference in the z-index of your HTML.