Welcome Guest Search | Active Topics | Sign In | Register

EO.Webbrowser Webpage Sometimes Stops Displaying HTML. Options
ITS Immobilien Treuhand Software GmbH
Posted: Tuesday, April 28, 2020 4:36:10 AM
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)
eo_support
Posted: Tuesday, April 28, 2020 12:43:19 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.