Page 1 of 1

Re: Incorrect resize notification

Posted: Wed Aug 23, 2017 10:03 am
by salvadordf
Hi,

Perhaps the resize message arrived before the browser was fully created.

Try calling TCEFWindowParent.UpdateSize inside the BrowserCreatedMsg procedure.

Re: Incorrect resize notification

Posted: Wed Aug 23, 2017 10:32 am
by salvadordf
Hi again,

I updated the demos with an extra call to TCEFWindowParent.UpdateSize when the browser is fully created.

Please, download CEF4Delphi again to see if the MiniBrowser always have the right size.

Thanks for the bug report! :D