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.

NinjaBrowser made with C++ Builder using CEF4DELPHI

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

Re: NinjaBrowser made with C++ Builder using CEF4DELPHI

Post by salvadordf »

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.
Post Reply