You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
salvadordf
changed the title
ToolBoxBorwser2 demo crashes creating the window in 32 bits
ToolBoxBorwser2 and TinyBrowser demos crash creating the window in 32 bits
May 16, 2020
Added TinyBrowser demo for Linux.
Added AppHelperRenamer tool for MacOS.
Disabled 3 event in TCefViewDelegateRef in 32 bits as a workaround for the issue #278
This stackoverflow case might be relevant to this issue because returning a TCefSize record in TCefViewDelegate.get_preferred_size seems to be causing this issue.
There's an issue in CEF4Delphi that causes the ToolBoxBorwser2 demo to crash when the user clicks on the "Open" button to create the child window.
This demo works correctly in 64 bits.
It seems to be an incorrect declaration in CEF4Delphi of some of the new "Views Framework" components that only affects 32 bits applications.
The crash occurs right before the TCEFViewComponent.OnGetPreferredSize event because it tries to cast an incorrect pointer as a TCefViewDelegateOwn.
CEF4Delphi/source/uCEFViewDelegate.pas
Line 195 in 318318c
The text was updated successfully, but these errors were encountered: