Re: Creating in thread
Posted: Sat Aug 18, 2018 9:07 am
Hi,
Use the GlobalCEFApp.OnContextInitialized event to know when you can create all your browsers.
Take a look at the MDIBrowser or ToolBoxBrowser demos.
if you call TChromium.CreateBrowser before GlobalCEFApp.GlobalContextInitialized is TRUE, it will not create the browser.
Use the GlobalCEFApp.OnContextInitialized event to know when you can create all your browsers.
Take a look at the MDIBrowser or ToolBoxBrowser demos.
if you call TChromium.CreateBrowser before GlobalCEFApp.GlobalContextInitialized is TRUE, it will not create the browser.