Hello, I'm using the Chromium1.LoadString method (MyString, 'about: blank');
In MyString it contains an HTML page, but it is not displayed, the chormium is blank
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
LoadString does not load page
-
- Posts: 7
- Joined: Sun Jan 28, 2018 12:38 pm
Re: LoadString does not load page
I managed to pass the icframe with parameter:
Chromium1.LoadString(sPage, Chromium1.Browser.MainFrame);
Chromium1.LoadString(sPage, Chromium1.Browser.MainFrame);
Re: LoadString does not load page
This method was broken and removed for some unknown reason(
As a new option..like he's better))
And if you need to substitute the address, alas, without perversions, you can not do it(
As a new option..like he's better))
Code: Select all
LoadURL(CefGetDataURI(TempString, 'text/html'));