Android Question How do I lost the focus of a control?

davepamn

Active Member
Licensed User
Longtime User
I have code that sets the focus on a control
B4X:
txtTruck.requestfocus

How do I lost the focus on the control. I use the focus_changed code to launch a user created activity for a number pad.
 
Top