Page 1 of 1

Update to CEF 79.1.31

Posted: Fri Jan 17, 2020 10:44 am
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 :

Re: Update to CEF 79.1.31

Posted: Thu Jan 23, 2020 4:00 pm
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:

Re: Update to CEF 79.1.31

Posted: Thu Jan 23, 2020 5:49 pm
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?

Re: Update to CEF 79.1.31

Posted: Thu Jan 23, 2020 11:17 pm
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.