Welcome Guest Search | Active Topics | Sign In | Register

ProgressChanged equivalent event to EO.WebBrowser? Options
Luis Claudio
Posted: Monday, October 1, 2018 5:32:57 PM
Rank: Newbie
Groups: Member

Joined: 10/1/2018
Posts: 2
Hello guys.

Does anyone know an event equivalent to ProgressChanged for EO.WebBrowser? Or any event that triggers while the page is loading in the webview? The intention is to update a ProgressBar of a windows forms.
eo_support
Posted: Tuesday, October 2, 2018 8:42:23 AM
Rank: Administration
Groups: Administration

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

There is no such thing as progress changed for regular page load. For regular page load, the browser engine would load the main HTML page, then if the main HTML uses any external resources (such as images, CSS files, script, etc), it would start to load them. Multiple such dependency resources can load simultaneously while the main HTML page is still being loaded. So a single progress information does not exist.

The only scenario progress exists is when downloading a file. In that case you can handle download related event to get progress changed notification:

https://www.essentialobjects.com/doc/webbrowser/customize/download.aspx

Thanks!
Luis Claudio
Posted: Tuesday, October 2, 2018 9:39:31 AM
Rank: Newbie
Groups: Member

Joined: 10/1/2018
Posts: 2
Thanks a lot for your help.


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.