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.
- 32 bit -> http://opensource.spotify.com/cefbuilds ... 32.tar.bz2
- 64 bit -> http://opensource.spotify.com/cefbuilds ... 64.tar.bz2
- 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.