Page 1 of 1

Re: how to replace the page

Posted: Tue Oct 09, 2018 2:46 pm
by dilfich
To handle the error in Chromium1LoadError not an option?

Re: how to replace the page

Posted: Tue Oct 09, 2018 3:29 pm
by salvadordf
Hi,

Load a custom URL in the TChromium.OnLoadError event. That URL can be :
  • A FILE URL to open a simple local HTML file. See the MiniBrowser demo to know how to use FILE URLs.
  • A URL with a custom scheme to show custom HTML. See the SchemeRegistrationBrowser demo to know how to register schemes.

Re: how to replace the page

Posted: Tue Oct 09, 2018 4:05 pm
by salvadordf
As far as I know, that's not possible to do with CEF. You would have to modify Chromium's code.