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.
salvadordf
Posts: 4572 Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:
Post
by salvadordf » Fri Jan 17, 2020 10:44 am
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: 513 Joined: Thu Aug 10, 2017 12:40 pm
Post
by thefunkyjoint » Thu Jan 23, 2020 4:00 pm
Sometimes i'm getting the attached crashed right on app start. Then i close the app, open it again and it works.
Any clues ?
You do not have the required permissions to view the files attached to this post.
salvadordf
Posts: 4572 Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:
Post
by salvadordf » 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?
thefunkyjoint
Posts: 513 Joined: Thu Aug 10, 2017 12:40 pm
Post
by thefunkyjoint » Thu Jan 23, 2020 11:17 pm
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.