Welcome Guest Search | Active Topics | Sign In | Register

PreloadTask and WebView.Preload Options
Idem santé
Posted: Friday, October 13, 2017 9:19:30 AM
Rank: Newbie
Groups: Member

Joined: 4/27/2016
Posts: 5
hi

I want to use a preloadtask object and the webviws.preload method but it don't works
I have the code :
Private myPreloadTask As EO.WebBrowser.PreloadTask

Public Function PreLoadDone(WebView As EO.WebBrowser.WebView, args As Object) As Object

Return Nothing
End Function


Private Sub myForm_Load(sender As Object, e As EventArgs) Handles myForm.Load

myPreloadTask = EO.WebBrowser.WebView.Preload(600,400, "http://fr.yahoo.com", AddressOf PreLoadDone, Nothing)

end function


but I never go in my function PreLoadDone

best regards
eo_support
Posted: Tuesday, October 17, 2017 4:35:17 PM
Rank: Administration
Groups: Administration

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

We have tested it here and it seems to work fine. The page does take a long time to preload. However if you wait long enough, it will eventually finish preloading. It took 2 to 3 minutes during our test.

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.