M mohammad javad Member Jul 26, 2020 #1 in B4XFloatTextField when you check password mode, then if you click on reveal button, the text alignment will be changed (to left) even if you set that to for example center. How is it possible to prevent that? before clicking on reveal button after clicking on reveal button
in B4XFloatTextField when you check password mode, then if you click on reveal button, the text alignment will be changed (to left) even if you set that to for example center. How is it possible to prevent that? before clicking on reveal button after clicking on reveal button
Erel B4X founder Staff member Licensed User Longtime User Jul 26, 2020 #2 A new EditText is created when the password mode changes. In this case your best option is to disable the reveal button. Upvote 0
A new EditText is created when the password mode changes. In this case your best option is to disable the reveal button.
M mohammad javad Member Jul 26, 2020 #3 Erel said: A new EditText is created when the password mode changes. In this case your best option is to disable the reveal button. Click to expand... Are you going to make it correct in next updates? Is it possible to be corrected? Upvote 0
Erel said: A new EditText is created when the password mode changes. In this case your best option is to disable the reveal button. Click to expand... Are you going to make it correct in next updates? Is it possible to be corrected?
Erel B4X founder Staff member Licensed User Longtime User Jul 26, 2020 #4 It behaves exactly like it is designed. There is a technical reason behind it. I might add an event for this. Upvote 0
It behaves exactly like it is designed. There is a technical reason behind it. I might add an event for this.
M mohammad javad Member Jul 26, 2020 #5 Erel said: It behaves exactly like it is designed. There is a technical reason behind it. Click to expand... Aha Erel said: I might add an event for this. Click to expand... I really appreciate if you do so. many thanks Upvote 0
Erel said: It behaves exactly like it is designed. There is a technical reason behind it. Click to expand... Aha Erel said: I might add an event for this. Click to expand... I really appreciate if you do so. many thanks