Page 1 of 1

Re: uCEFLifespanHandler OnBeforeClose

Posted: Fri Jun 14, 2019 6:27 am
by salvadordf
Hi,

Try calling TChromium.SetNewBrowserParent to a hidden TCEFWindowParent before you change the form's parent.

Re: uCEFLifespanHandler OnBeforeClose

Posted: Fri Jun 28, 2019 10:25 am
by salvadordf
Hi,

Try using the TForm.OnCloseQuery event or overriding the TCustomForm.CloseQuery function to set the new parent before the form is destroyed.