I understand how to use the version 2 of MsgBoxAsync with Wait For:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
but not how to use the simple MsgBoxAsync; this does not work:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			
			
				B4X:
			
		
		
		Msgbox2Async("Message", "Title", "Positive", "Cancel", "Negative", Bmp, False)
    Wait For MsgBox_Result (Result As Int)
    If Result = DialogResponse.NEGATIVE Thenbut not how to use the simple MsgBoxAsync; this does not work:
			
				B4X:
			
		
		
		Wait For MsgboxAsync("Message", "Title") 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		