mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
acd6deb308
Added the source directory to all the search paths Replaced packages with a DPK file for old Delphi versions and a group for newer Delphi versions. Updated all include files |
||
---|---|---|
.. | ||
00-Delete.bat | ||
cef.inc | ||
create_mac_helper.sh | ||
ExternalPumpBrowser.ico | ||
ExternalPumpBrowser.lpi | ||
ExternalPumpBrowser.lpr | ||
ExternalPumpBrowser.res | ||
globalcefapplication.pas | ||
README.txt | ||
uExternalPumpBrowser.lfm | ||
uExternalPumpBrowser.pas |
ExternalPumpBrowser # ABOUT This example uses TCEFLinkedWindowParent TCEFWorkScheduler TCEFWorkScheduler feeds the CEF messageloop by calling DoMessageLoopWork(). On Mac this is currently the only way to run the CEF messageloop. # SETUP 1) Go to "project options" and create the "App Bundle" 2) Download the CEF framework and place the content of the "Release" folder into ExternalPumpBrowser.app/Contents/Frameworks/Chromium Embedded Framework.framework You should have: Chromium Embedded Framework Libraries/* Resources/* 3) Open project "AppHelper" (from demos/Lazarus_any_OS ), create App Bundle and compile the AppHelper. Run create_mac_helper.sh 4) Open project ExternalPumpBrowser, compile and run