Welcome Guest Search | Active Topics | Sign In | Register

WebBrowser crashing when closing the window Options
FrancoisG
Posted: Wednesday, April 1, 2020 8:38:46 AM
Rank: Newbie
Groups: Member

Joined: 4/1/2020
Posts: 2
Hi, I'm using a dev environment called Windev (similar to Delphi or so...)
I was able to use a webBrowser Winform, and everything works perfectly.... as long as I don't quit the app.
As soon as I close the window and Quit the app, the app crashes without any info...
Is there anything to close or release or end the object before closing the form?
eo_support
Posted: Wednesday, April 1, 2020 4:14:35 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

We are not familiar with WinDev. You can try to call this method when your application exits and see if it helps:

https://www.essentialobjects.com/doc/eo.base.runtime.shutdown.aspx

Thanks!
FrancoisG
Posted: Wednesday, April 1, 2020 6:01:24 PM
Rank: Newbie
Groups: Member

Joined: 4/1/2020
Posts: 2
Sorry if I ask a newbie question, but how can I call this method when I only use webview and eo.WinForm.WebControl objects?
I have no access to eo.Base classes.
eo_support
Posted: Thursday, April 2, 2020 8:10:19 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

You do have access to EO.Base class. EO.WinForm.WebControl uses EO.Base.dll so it must be there as well. You may want to check your project reference to make sure EO.Base.dll is referenced though.

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.