Hello
Hello,
I have a trouble wirh FMX.WebBrowser on windows.
I have a Form > TabControl > TabITem > WebBrowser and when I close form receive erros like:
FMX.WebBrowser.TWBFactoryService.RealignBrowsers
FMX.WebBrowser.TWBFactoryService.FormActivateHandler(???,???)
how can I avoid it. On Mac works well the same code.
Thank you
I have a trouble wirh FMX.WebBrowser on windows.
I have a Form > TabControl > TabITem > WebBrowser and when I close form receive erros like:
FMX.WebBrowser.TWBFactoryService.RealignBrowsers
FMX.WebBrowser.TWBFactoryService.FormActivateHandler(???,???)
how can I avoid it. On Mac works well the same code.
Thank you
I haven't run into that before. Try freeing the webbrowser before closing the form? Also try github.com - Delphi-Utils
ReplyDeleteI know this isn't that helpful, but do you really want to be using IE on Windows? It is a terribly old, slow and uncompliant browser for the modern web. Consider CEF4 based on Chrome for Windows and then perhaps WebBrowser based on Safari for mac?
ReplyDelete