Hi All,
In B4A "HideKeyboard" is handled as below.
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
In B4XPages "Activity" of course is not valid. How do we close the keyboard?
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Regards Roger
			
			In B4A "HideKeyboard" is handled as below.
			
				B4X:
			
		
		
		Private Ph As Phone
Private  Display1   As EditText      'In Designer ---  Input Type Decimal numbers
Sub Display1_EnterPressed
    dummytext.RequestFocus
    Ph.HideKeyboard(Activity)
End SubIn B4XPages "Activity" of course is not valid. How do we close the keyboard?
			
				B4X:
			
		
		
		Private Ph As Phone
Private  Display1   As B4XView     'In Designer --- Input Type Decimal numbers
Sub Display1_EnterPressed
    dummytext.RequestFocus
    Ph.HideKeyboard(Activity)
End SubRegards Roger
 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		