Edit: unfortunately the unseen item still responds to a click event.
Edit: You also have to set the tags to blanks
B4X:
'To turn 'clear' and 'accept' off
B4XFloatTextField1.lblClear.text = ""
B4XFloatTextField1.lblV.text = ""
B4XFloatTextField1.lblClear.tag = ""
B4XFloatTextField1.lblV.tag = ""
' 'To turn them on
' B4XFloatTextField1.lblClear.text = Chr(0xE14C)
' B4XFloatTextField1.lblV.text = Chr(0xE5CA)
' B4XFloatTextField1.lblClear.tag = "clear"
' B4XFloatTextField1.lblV.tag = "accept"
' If in password mode and reveal switch is set then lblClear is the reveal icon
' It is not possible to switch from password to non-password mode in code
' Therefore I keep two distinct B4XFloatTextField views, to set reveal use...
' B4XFloatTextField1.lblClear.text = Chr(0xE8F4)
' B4XFloatTextField1.lblV.tag = "reveal"
I'm using B4XFloatTextField and having few concerns 1. Padding on right side hides X and Tick symbols 2. When Arabic/Urdu/Persian text is entered in text field it moves the text on Right Side (which it should) but again the text is below X and Tick symbol (which should have ideally moved to...
Some time ago I published how B4XFloatTextField could be configured, in the Spanish forum, since I use this view a lot and I didn't want to modify the class code.
Estimados, Quiero compartir un ejemplo (archivo adjunto) de como se puede personalizar una vista B4XFloatTextField de la librería XUI Views. En este ejemplo he usado el método de desarrollo B4XPages, y si desea se puede usar en el desarrollo normal. La única diferencia entre las plataforma...
Edit: unfortunately the unseen item still responds to a click event.
Edit: You also have to set the tags to blanks
B4X:
'To turn 'clear' and 'accept' off
B4XFloatTextField1.lblClear.text = ""
B4XFloatTextField1.lblV.text = ""
B4XFloatTextField1.lblClear.tag = ""
B4XFloatTextField1.lblV.tag = ""
' 'To turn them on
' B4XFloatTextField1.lblClear.text = Chr(0xE14C)
' B4XFloatTextField1.lblV.text = Chr(0xE5CA)
' B4XFloatTextField1.lblClear.tag = "clear"
' B4XFloatTextField1.lblV.tag = "accept"
' If in password mode and reveal switch is set then lblClear is the reveal icon
' It is not possible to switch from password to non-password mode in code
' Therefore I keep two distinct B4XFloatTextField views, to set reveal use...
' B4XFloatTextField1.lblClear.text = Chr(0xE8F4)
' B4XFloatTextField1.lblV.tag = "reveal"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.