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.

Update to CEF 80.0.5

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

Update to CEF 80.0.5

Post by salvadordf »

Hi,

CEF4Delphi is now updated to CEF 80.0.5 which includes Chromium 80.0.3987.132

This is what's new in the CEF4Delphi code :
  • Added overloaded ScreenToClient and ClientToScreen functions to TFMXBufferPanel.
  • Modified TFMXBufferPanel.GetScreenScale to read the current DPI.
  • Modified FMXExternalPumpBrowser and FMXTabbedOSRBrowser demos to read TFMXBufferPanel.ScreenScale and removed some pointer checks.
The CEF binaries are these : WARNING : The cookies issue is still unresolved.
https://github.com/salvadordf/CEF4Delphi/issues/266
https://bitbucket.org/chromiumembedded/ ... omatically

Go to the bitbucket link and vote for that issue if you want it to be fixed.
dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 80.0.5

Post by dilfich »

SimpleOSRBrowser does not compile, 51 errors. (Delphi_VCL)
User avatar
salvadordf
Posts: 4047
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 80.0.5

Post by salvadordf »

dilfich wrote: Fri Mar 06, 2020 8:03 am SimpleOSRBrowser does not compile, 51 errors. (Delphi_VCL)
I added some overloaded functions to TBufferPanel which is used in that demo.
Try uninstalling CEF4Delphi, deleting the BPL files and installing CEF4Delphi again.
dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 80.0.5

Post by dilfich »

This is a long time ago , since the 79 version, I always put the component on the new one.
thefunkyjoint
Posts: 460
Joined: Thu Aug 10, 2017 12:40 pm

Re: Update to CEF 80.0.5

Post by thefunkyjoint »

salvadordf wrote: Thu Mar 05, 2020 10:24 am Go to the bitbucket link and vote for that issue if you want it to be fixed.
Did it. For now i'm stuck on 79, can't update without saving cookies :roll:
Post Reply