| 
		
	 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 11/3/2015 Posts: 65 
	 | 
		   
	     
		    Hello,
  I've created some kind of TabbedBrowser.
  If I click on a treeview, I add a Tab with a webview.
  So far so good. But the first webview needs about 10 sekonds to load, the others 5 sekonds.
  Is there an option to initialize the WebBrowser Engine to load the first as fast as the others?
  Best regards
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    This is normal because the browser engine must initialize on the first time. Unfortunately there is no way to skip this step. :(
		 
	 | 
 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 11/3/2015 Posts: 65 
	 | 
		   
	     
		    Hello,
  okay, but is there a way to fire it manually?
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Fire what manually?
		 
	 | 
 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 11/3/2015 Posts: 65 
	 | 
		   
	     
		    The initialization of the browser engine.
  Then I could do it on the start of the application. 
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    You can call EO.WebEngine.Engine.Default.Start to initialize the browser engine.
		 
	 | 
 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 11/3/2015 Posts: 65 
	 | 
		   
	     
		    Thank you very much. I'll try that.
		 
	 | 
 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 11/3/2015 Posts: 65 
	 | 
		   
	     
		    Works fine for me, thank you
		 
	 | 
 |