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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

LoadString does not load page

Post Reply
EdsonAlves
Posts: 7
Joined: Sun Jan 28, 2018 12:38 pm

LoadString does not load page

Post by EdsonAlves »

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
EdsonAlves
Posts: 7
Joined: Sun Jan 28, 2018 12:38 pm

Re: LoadString does not load page

Post by EdsonAlves »

I managed to pass the icframe with parameter:

Chromium1.LoadString(sPage, Chromium1.Browser.MainFrame);
dilfich
Posts: 368
Joined: Thu Nov 30, 2017 1:17 am

Re: LoadString does not load page

Post by dilfich »

This method was broken and removed for some unknown reason(
As a new option..like he's better))

Code: Select all

LoadURL(CefGetDataURI(TempString, 'text/html'));
And if you need to substitute the address, alas, without perversions, you can not do it(
Post Reply