Re: TCefRTTIExtension error
Posted: Tue Jul 25, 2017 9:02 pm
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.
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.