Welcome Guest Search | Active Topics | Sign In | Register

Need EO Events Equivalent to IE browser Options
Tsn
Posted: Friday, January 4, 2019 7:15:52 AM
Rank: Newbie
Groups: Member

Joined: 1/3/2019
Posts: 5
Hi,
We are embedding the EO browser in our WPF application where we had IE browser embedded before.

a) Could you please help us with the equivalent events for EO browser for the below mentioned cases:

1.DocumentCompleted
2.ProgressChanged
3.NavigationComplete2
4.NavigateError
5.WindowClosing
6.Set Window/Pop up Height and Width. (WindowSetHeight)

b) Is it possible to get the postdata in BeforeNavigate event or any other feasibility instead of using BeforeRequestLoad event. Because we dont want to load all the sub urls.

eo_support
Posted: Friday, January 4, 2019 10:04:49 AM
Rank: Administration
Groups: Administration

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

All the core API are on the WebView class. You can take a look of the reference for this class and you should be able to easily find the corresponding events/methods:

https://www.essentialobjects.com/doc/eo.webbrowser.webview.aspx

Note that since it's a completely different browser engine, there isn't a one to one correspondence between our API and WebControl's API --- for example, there is no correspondance to ProgressChanged event on our API, even though we do provide file downloading program information.

BeforeRequestLoad event is the correct event for you to capture all postdata. This event is always fired, but the actual post data is delay loaded until you fetch them. So there is little overhead as soon as you do not fetch the data.

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.