Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser will not load page while wpf tab is not active/visible Options
Drags
Posted: Thursday, February 11, 2016 12:46:54 AM
Rank: Member
Groups: Member

Joined: 10/4/2015
Posts: 13
Hi

I have to open new window with tab control in it. Tab control has two tabs and each of tab has web browser control.
First tab (that is visible) will load web page. However webcontrol control in second tab will only start loading when I click on second tab.

I need second tab to load web page without me clicking on it. As workaround on loading wpf form I could quickly switch both tabs so they become active. However I hope you could advise better solution.

Thank you!
eo_support
Posted: Thursday, February 11, 2016 5:24:34 PM
Rank: Administration
Groups: Administration

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

You can try the TabControl in EO.Wpf instead. Our TabbedBrowser control uses EO.Wpf.TabControl and it seems to work fine. The root of the problem is the invisible tabs are in fact not being created --- which causes the WebView inside that Tab to be unitizlied. The WebView will only start loading after it is intialized.

Thanks!
Drags
Posted: Thursday, February 11, 2016 6:40:56 PM
Rank: Member
Groups: Member

Joined: 10/4/2015
Posts: 13
thnx!


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.