cxflag203 / dcef3

Automatically exported from code.google.com/p/dcef3
0 stars 0 forks source link

TCefRTTIExtension.Register('native', TNativeCallClass.Create ); #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. TCefRTTIExtension.Register('native', TNativeCallClass.Create );
2. Could not call delphi procedure with it.
3. It works fine on Delphi Chromium Embedded 1..

What is the expected output? What do you see instead?
N/A

What version of the product are you using? On what operating system?
Delphi XE3 on Windows 7 64bit.

Please provide any additional information below.
N/A

Original issue reported on code.google.com by mid...@gmail.com on 17 Jan 2013 at 2:32

GoogleCodeExporter commented 9 years ago
it not work every time in FMX.

Original comment by jo...@ryron.net on 26 Sep 2014 at 7:14

GoogleCodeExporter commented 9 years ago
I have the same issue. The workarround is to register extension when 
OnWebKitInitialized is call. Look at main.pas in guiclient demo

Original comment by stbl...@gmail.com on 28 Nov 2014 at 9:57