Android Question Unfocus B4XFloatTextField

Blueforcer

Well-Known Member
Licensed User
Longtime User
How to Unfocus the textfiled?
B4X:
B4XFloatTextField1.Focused=False
doesnt work
 

DonManfred

Expert
Licensed User
Longtime User
Set the focus to another UI element?
B4X:
B4XFloatTextField2.TextField.RequestFocus
 
Upvote 0

Blueforcer

Well-Known Member
Licensed User
Longtime User
Unfortunally not, i tried
UserPanel.RequestFocus
But the cursor still blinking in the textfield
 
Upvote 0

Blueforcer

Well-Known Member
Licensed User
Longtime User
Focus on Button doesnt works.
i added a invisible Textfiled and set the focus to it. now it works. But the Keyboard still shows up, because it has another focus on textbox.
But i think i can fix it.
Thanks
 
Upvote 0
Top