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.

TCefRTTIExtension error

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: TCefRTTIExtension error

Post by salvadordf »

Hi,

The JavaScript code is run in another process and that causes errors if you try to handle the UI directly.

I uploaded a separate demo called JSExtension only with the JavaScript extension code.

The code comments explain all the steps.

Use the TJSExtensionFrm.Chromium1ProcessMessageReceived event to show the JavaScript results.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: TCefRTTIExtension error

Post by salvadordf »

It's in the GitHub repository :
https://github.com/salvadordf/CEF4Delphi

All the links and information about this project are here :
https://www.briskbard.com/index.php?lang=en&pageid=cef
Post Reply