Page 1 of 1

Update to CEF 3.3626.1891.g52be333

Posted: Wed Feb 20, 2019 11:57 am
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.