|
Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
I have been trying to convert my application to use your WPF WebBrowser object. My problem from the beginning was always new windows. I get blank screens. But sometimes it displays 1 or 2 new windows properly before getting blank screens.
I thought it was related to the NewWindow event so I created a small test app with a button that just creates windows which open a web page. Same problem so not related to the NewWindow event passing the WebView.
The weird thing was that it worked better in your demo app (although I do eventually get the same problem - when it does, all the tabs previously opened turn blank).
I sort of gave up but this morning I decided to try on a different computer running Window 8.1 64 bits and it runs perfectly.
I tried on a 32 bit Windows 7, same problem. My 32 bit Windows (7 and 8) run on parallels on a Mac and the 64 bit Windows is a Dell laptop.
All I have a my MainWindow is a WebControl like below and a button that open popups wit the same code. If you keep clicking to open 5 or 6 windows it eventually happens.
Thank you.
<Grid> <eo:WebControl> <eo:WebControl.WebView> <eo:WebView Url="http://microsoft.com"></eo:WebView> </eo:WebControl.WebView> </eo:WebControl> </Grid>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
What is the version of your EO.WebBrowser.dll? We had a similar issue a while ago but that was already fixed in the current build.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
Latest I believe 3.0.97.0
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 133
|
Hello, I have similar problem on win 7 / 64bits with latest EO dll , webViewEO_LoadFailed is triggered with "The request was canceled" argument. Is there a way to "restart" the webview when this happens ? I tryed without sucess (sample) :
webViewEO_LoadFailed(object sender, LoadFailedEventArgs e){ this.webViewEO.StopLoad(); this.webViewEO.LoadUrl(url); }
Regards
|
|
Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
I was wondering if you had had a chance to try a 32 bit machine
|
|
Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
Something I noticed: if I remove the WebControl from the calling window (the one with buttons to open new windows with then the problem does not happen.
|
|
Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
I love everything about EO.WebBrowser, including the support on this forum. Tested my converted app on a 64 bit Windows 8.1 and it seems solid. As soon as I get an answer on this 32 bit issue I'm ready to buy.
|
|
Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
I was wondering if you had a chance to try this issue on a Windows 8.1 32 bit machine. Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Yes. We did find and fixed the problem. However the new build is not out yet. We will update this thread again as soon as the new build is out.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
We have posted the new build that should fix this problem. You can download it from our download page. The EO.WebBrowser.dll file version in this build is 3.0.99.0 (EO.Total 2014.0.38).
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
It works!! Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Great! Thanks for confirming the fix!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 133
|
Thanks for the update, its better for us too.
We still want a changelog by the way =)
Have a good day, regards.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Eurice wrote:We still want a changelog by the way =) Yes, we are working on that too. :)
|
|