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.

Update to CEF 79.1.31

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

Update to CEF 79.1.31

Post by salvadordf »

Hi,

CEF4Delphi is now updated to CEF 79.1.31.

These are the changes in the CEF binaries : The CEF4Delphi code has these changes :
  • Fixed an issue with the RETURN key not working in the FMXExternalPumpBrowser demo.
  • Moved CEF_SHOWBROWSER constant to the main form unit and removed the DoChildDestroyed procedure in the FMXToolBoxBrowser demo.
  • Removed references to the TFMXApplicationService in the SimpleFMXBrowser demo comments.
The CEF binaries are these :
thefunkyjoint
Posts: 459
Joined: Thu Aug 10, 2017 12:40 pm

Re: Update to CEF 79.1.31

Post by thefunkyjoint »

Sometimes i'm getting the attached crashed right on app start. Then i close the app, open it again and it works.

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

Re: Update to CEF 79.1.31

Post by salvadordf »

I haven't seen that error but some people suggest that it could be an internal Delphi error :
https://stackoverflow.com/questions/219 ... -in-delphi

I would need to have small demo to reproduce that error in order to fix it.

Provide all the information you can about the application causing that error :
  • Is it built in debug or release mode?
  • 32 or 64 bits ?
  • Are you using the single process mode or the "debug" cef binaries?
thefunkyjoint
Posts: 459
Joined: Thu Aug 10, 2017 12:40 pm

Re: Update to CEF 79.1.31

Post by thefunkyjoint »

salvadordf wrote: Thu Jan 23, 2020 5:49 pm I haven't seen that error but some people suggest that it could be an internal Delphi error :
https://stackoverflow.com/questions/219 ... -in-delphi

I would need to have small demo to reproduce that error in order to fix it.

Provide all the information you can about the application causing that error :
  • Is it built in debug or release mode?
  • 32 or 64 bits ?
  • Are you using the single process mode or the "debug" cef binaries?

- Debug mode, with Delphi IDE open
- 32 Bit
- No single process, using the regular binaries.

If it is a Delphi related problem and won't happen with regular users, no problem, i can recompile when it happens.
Post Reply