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.
 

ilan

Expert
Licensed User
Longtime User
you can request focus to activity and like this loose focus for all other views...

B4X:
Activity.RequestFocus
 
Upvote 0
Top