[B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline
With this view you can quickly and easily add good looking text fields, with title and or bottom text. Additionally you can make the TextField a button, so that you can open menus, but still keep the design of the text fields. The view speeds up development because you don't have to worry about...
www.b4x.com
From version 1.41 there are 2 new options for displaying the title.
AboveTextField (Default)
BeforeTextField
You have 2 options to set the width of the title:
1. each text field individually with the
AS_TextFieldAdvanced1.TitleWidth = 100dip
function2. all text fields on the parent panel with one line of code
AS_TextFieldAdvanced1.TitleWidthAll(Root,100dip)
FloatText
Instead of the text hint, the title text is displayed as a hint if no text is available.