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.
Hello.
The event TChromium.OnLoadEnd is running in not main thread. Why in MiniBrowse example are not used any synchronization working with form components?
You're right. All the VCL modifications in the demos should be done in the main application thread.
The only reason some of them do it inside CEF events is because I didn't want to complicate things even more.
It's highly recommended that all the VCL code should be executed in the main thread.
salvadordf wrote: Tue Jun 02, 2020 7:18 am
The only reason some of them do it inside CEF events is because I didn't want to complicate things even more.