Rank: Member Groups: Member
Joined: 10/30/2019 Posts: 10
|
Hi, We currently use the Version 20.0.81.0. We switched the Internal Winforms .Net Webbrowser Control to a EO.Webbrowser in our Application. We noticed that in some cases the EO.Webbrowser Control stops displaying the HTML-Page. In some cases this happens because the EO Helper processes get terminated, but it doesn't look like this is the always the case. Is there anything/anyway we can check/react to terminating of the helperprocesses? (For Logging and if possible recover/recreation of the EO.Webbrowser Controls)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
Yes, you can handle the WebView's Closed event and check the event argument's "Reason" property. If it is not "Normal" (meaning closed by user or through your code), then you can try to recreate the WebView. Make sure you do the re-creation part asynchronously.
Thanks!
|