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.

Update to CEF 3.3626.1891.g52be333

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

Update to CEF 3.3626.1891.g52be333

Post by salvadordf »

Hi,

I just updated CEF4Delphi to CEF 3.3626.1891.g52be333.

These are the new features :
  • Added transparency support to TBufferPanel : Added the new TBufferPanel.Transparent property and TBufferPanel.OnPaintParentBkg event.
  • The SimpleOSRBrowser demo can be compiled to support transparency by setting the TRANSPARENT_BROWSER constant to TRUE. Load "file:///transparency.html" to test it. Read the code comments in SimpleOSRBrowser and TBufferPanel.
The CEF binaries are : Known issue :
- The TBufferPanel transparency may flicker. It should use a different bitmap to draw the parent contents or find an alternative way to blend the browser contents to the background.
Post Reply