Re: NinjaBrowser made with C++ Builder using CEF4DELPHI
Posted: Sun Jan 07, 2018 10:47 am
Hi,
First of all, I have to say that I'm not a C++ expert and I've never used C++ Builder. In fact, I only have a Delphi Starter license, so I can't even test your application.
I don't know what's causing your mouse scrolling problem but I would suggest you to create a browser without tabs first, using a TChromium and a TWindowParent.
It should be easier to debug a simpler application without tabs.
Try to create a C++ version of the Geolocation demo without the CefGetGeolocation call and without the GeoLocationUpdate function.
First of all, I have to say that I'm not a C++ expert and I've never used C++ Builder. In fact, I only have a Delphi Starter license, so I can't even test your application.
I don't know what's causing your mouse scrolling problem but I would suggest you to create a browser without tabs first, using a TChromium and a TWindowParent.
It should be easier to debug a simpler application without tabs.
Try to create a C++ version of the Geolocation demo without the CefGetGeolocation call and without the GeoLocationUpdate function.