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.

"OnAfterMonitorDpiChanged" missing?

Post Reply
donald7771
Posts: 7
Joined: Thu Jul 26, 2018 5:14 pm

"OnAfterMonitorDpiChanged" missing?

Post by donald7771 »

As I tried to open demo "KioskOSRBrowser" , I got this error:
无标题.jpg
The version description says "The latest version of CEF4Delphi uses the branch 3538 of CEF3. More precisely, it uses CEF 3.3538.1852.gcb937fc which includes Chromium 70.0.3538.102".
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: "OnAfterMonitorDpiChanged" missing?

Post by salvadordf »

The TForm.OnAfterMonitorDPIChanged event was added in recent Delphi versions.

Ignore that error and any other error with missing VCL events or properties.
donald7771
Posts: 7
Joined: Thu Jul 26, 2018 5:14 pm

Re: "OnAfterMonitorDpiChanged" missing?

Post by donald7771 »

Yes, salvadordf. I open it in Delphi XE8 accidentally, it's none of CEF4Delphi's business!
Post Reply