Welcome Guest Search | Active Topics | Sign In | Register

WPF WebBrowser new window problem on 32 bit Windows Options
yvesm
Posted: Friday, January 23, 2015 9:45:30 AM
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>
eo_support
Posted: Friday, January 23, 2015 1:45:12 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
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!
yvesm
Posted: Friday, January 23, 2015 1:58:26 PM
Rank: Advanced Member
Groups: Member

Joined: 12/1/2014
Posts: 57
Latest I believe 3.0.97.0
Eurice
Posted: Tuesday, January 27, 2015 10:48:33 AM
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
yvesm
Posted: Tuesday, January 27, 2015 1:20:57 PM
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
yvesm
Posted: Wednesday, January 28, 2015 8:33:40 AM
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.
yvesm
Posted: Saturday, January 31, 2015 3:09:42 PM
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.
yvesm
Posted: Wednesday, February 4, 2015 12:04:44 PM
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.
eo_support
Posted: Wednesday, February 4, 2015 12:42:52 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
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!
eo_support
Posted: Wednesday, February 4, 2015 11:00:57 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
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!
yvesm
Posted: Thursday, February 5, 2015 2:44:32 AM
Rank: Advanced Member
Groups: Member

Joined: 12/1/2014
Posts: 57
It works!! Thank you.
eo_support
Posted: Thursday, February 5, 2015 10:12:18 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Great! Thanks for confirming the fix!
Eurice
Posted: Thursday, February 5, 2015 10:13:35 AM
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.
eo_support
Posted: Thursday, February 5, 2015 10:20:41 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Eurice wrote:
We still want a changelog by the way =)


Yes, we are working on that too. :)


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.