Android Question B4XFloatTextField how to programmatically set Reveal button On or Off

imbault

Well-Known Member
Licensed User
Longtime User
Hi dream team,

Using the usefull B4XFloatTextField, there is in the designer :
a "Show Reveal Button" checkbox

I would like to set On or Off this property programmatically, but I'm unable to see any refering property or method.

So first, is it possible, and second, where ?

Thanks a lot

Best regards

Patrick
 

TILogistic

Expert
Licensed User
Longtime User
you need this?
B4X:
CallSub2(B4XFloatTextField1, "SwitchFromPasswordToRegular", True) ' true or false
 

Attachments

  • 1.gif
    1.gif
    86.6 KB · Views: 150
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Note:
For those who wonder.
How can you call a private sub?

see:
CallSub and CallSubDelayed can be used to call subs in other services, activities and classes. These methods can be used to access both private and public subs.
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
Note:
For those who wonder.
How can you call a private sub?

see:

:mad::mad::mad:
 
Upvote 0
Top