Page 1 of 1

Re: Creating in thread

Posted: Sat Aug 18, 2018 9:07 am
by salvadordf
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.