|
Rank: Advanced Member Groups: Member
Joined: 2/11/2015 Posts: 122
|
I'm using EO.WebBrowser.Wpf 17.1.42.0, I have regisgtered the BeforeDownload DownloadUpdated and DownloadComplete events and have setup my own custom UI to use display download progress.
However, I never receive any calls in DownloadUpdated.
I do get the BeforeDownload call as well as the DownloadCompleted call and can update my UI accordingly
my BeforeDownload handler sets the e.FilePath, e.ShowDialog = false
I've reviewed the forums to see if there was anything, and the only thing I could find was about receiving a Content-Length header, which I've verified is being sent and received by EO with the download tests I'm running.
I also verified that the DownloadItem.TotalBytes property is already set in BeforeDownload and is still set in DownloadCompleted. I also tested the download in Chrome and it is able to detect/display the file size and the progress.
I verified that my event handler is registered, it just doesn't seem to get called.
I presume there must be an issue on my end, otherwise I think I'd see other bug reports for this here. Is there any other considerations I need to make here? Is this a bug?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
If you run our TabbedBrowser sample application, do you get the download percentage updates?
|
|
Rank: Advanced Member Groups: Member
Joined: 12/23/2013 Posts: 115
|
I see the same issue. It is working in the sample application because of the databinding behavior in WPF. I'm using WinForms and I rely on the DownloadUpdated event. It is not fired although the individual DownloadItem objects do get updated percentage values etc. IMHO the DownloadUpdated event does not get fired when it should.
Regards, Stefan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
Hi,
This is just to let you know that we have found the root issue on our end. This will be addressed in our next build.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/23/2013 Posts: 115
|
Thank you! Looking forward to the new build.
Regards, Stefan
|
|
Rank: Advanced Member Groups: Member
Joined: 2/11/2015 Posts: 122
|
Thank you, sorry for not responding, I hadn't had a chance to investigate the sample application. Thank you Stefan for looking into it.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
Hi,
We have posted a new build that should resolve this issue. You can download the new build from the download page. Please take a look and let us know how it goes.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/23/2013 Posts: 115
|
Thanks for the quick fix! I can confirm the event is now fired properly.
Regards, Stefan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
Great. Thanks for confirming the fix!
|
|