Page 1 of 1

New version with a new demo and easier extension registration

Posted: Sat Feb 11, 2017 9:09 pm
by salvadordf
Hi :

I just uploaded a new version of CEF4Delphi with the following changes :
  • A new demo called "MiniBrowser". It has a few more features that SimpleBrowser. It has a DevTools panel and an example of a CustomRenderProcessHandler registering an extension.
  • TCEFApplication has 4 new properties : OnRegCustomSchemes, ResourceBundleHandler, BrowserProcessHandler and RenderProcessHandler. This should make it easier to add custom handlers and schemes.
  • TChromium now has a new procedure to execute Javascript called "ExecuteJavaScript" :P
  • Updated to CEF 3.2924.1566.ga6a3da2
The crash in 64 bit applications is still pending

Re: New version with a new demo and easier extension registration

Posted: Sun Feb 12, 2017 2:48 pm
by RaelB
Thanks. The additions are great.