Good Morning!
Good Morning!
I am having an anti-blessed time with TChromium.Browser.
When I put the component on the form, the app crashes (cpu window) before the form shows.
When I create it myself, the .Browser is nil.
FCRM := TChromium.Create(Self);
FCRM.Parent := self;
FCRM.HandleNeeded; // WindowsHandle <> 0 so CreateBrowser is not called.
Delphi XE7 Pro, Win 8.1 Pro, i7 quad core. 16GB RAM.
My goal is to use a js library to access Google voice recognition.
Cya...Dan'l
I am having an anti-blessed time with TChromium.Browser.
When I put the component on the form, the app crashes (cpu window) before the form shows.
When I create it myself, the .Browser is nil.
FCRM := TChromium.Create(Self);
FCRM.Parent := self;
FCRM.HandleNeeded; // WindowsHandle <> 0 so CreateBrowser is not called.
Delphi XE7 Pro, Win 8.1 Pro, i7 quad core. 16GB RAM.
My goal is to use a js library to access Google voice recognition.
Cya...Dan'l
Comments
Post a Comment