The TChromium.OnScrollOffsetChanged event is executed in OSR mode only.
If you use TChromium in normal mode you will need to use a low level mouse hook with SetWindowsHookEx and WH_MOUSE_LL.
If you use TChromium in OSR mode you have all mouse events in TBufferPanel.
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.
OnScrollOffsetChanged do not work
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: OnScrollOffsetChanged do not work
If I remember correctly, there's no CEF event with that information but you can use JavaScript :
https://stackoverflow.com/questions/389 ... the-bottom
https://stackoverflow.com/questions/943 ... -to-bottom
https://stackoverflow.com/questions/100 ... out-jquery
https://stackoverflow.com/questions/389 ... the-bottom
https://stackoverflow.com/questions/943 ... -to-bottom
https://stackoverflow.com/questions/100 ... out-jquery