Hi,
I want to wait for a webpage to finished but I dont want that the program continues.
When a use the Wait For comand the program return an continue. Is it posible to wait for the page to be finished?
Thanks
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			I want to wait for a webpage to finished but I dont want that the program continues.
When a use the Wait For comand the program return an continue. Is it posible to wait for the page to be finished?
Thanks
			
				B4X:
			
		
		
		Sub LoadWebPage(Address As String)
    
    WebView1.LoadUrl(Address)
    Wait For WebView1_PageFinished(Url As String)
    ...
End sub 
				 
 
		 
 
		 
 
		 
 
		