Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Creating in thread

Post Reply
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Creating in thread

Post 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.
Post Reply