Hi,
I was looking at the FMXExternalPumpBrowser demo. About this demo: FMXExternalPumpBrowser is made in a similar way than the FMX demo in DCEF3. It uses the OSR mode with an external pump.
The problem is that filling in forms takes forever. Keystrokes are very laggy. I guess thats because of sending messages in order to intercept typing? Is this lag solvable ?
Sincerely,
Edward
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.
FMXExternalPumpBrowser slow typing
- salvadordf
- Posts: 4572
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: FMXExternalPumpBrowser slow typing
The only way I see to speed up that demo is using DirectX. CEF has a TChromiumCore.OnAcceleratedPaint event that uses a DX texture but we still use the TChromiumCore.OnPaint event with the raw bitmap pixels.
Re: FMXExternalPumpBrowser slow typing
the rendering seems fast enough though textures will be an improvement for sure.