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.

New Component with TChromium and TBufferPanel

Post Reply
cefdummi
Posts: 1
Joined: Thu Jan 16, 2020 7:22 pm

New Component with TChromium and TBufferPanel

Post by cefdummi »

Hi there,

I want to develop a component with TChromium and TBufferPanel, each of which has a JS element, e.g. Button and Label.
However, if I create new TChromium components every time and load a new html page every time, it becomes too slow.
Has anyone built something like this?

thanks for ideas :?:
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4037
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: New Component with TChromium and TBufferPanel

Post by salvadordf »

Hi,

The OSR mode is known to be slower than the normal mode but check that the browsers are closed correctly.
Follow the destruction sequence described in the code comments found in the OSR demo.

Consider using browsers in normal mode in your application to get the best performance.
Post Reply