Android Question Doubt On AS_TextFieldAdvanced?

RishiKumar2210

Active Member
I am Using AS_TextField Advanced. From the Below Image, There is a gap between the content text and the border line. How to fix this?
 

Attachments

  • Screenshot_20240213-112159.png
    81.6 KB · Views: 91

RishiKumar2210

Active Member
AS_TextFieldAdvanced5.CreateASTextFieldAdvanced_Title(True, "Date", 0,True, xui.CreateDefaultFont(18), 0xFF0000FF, Colors.Black,)

How to use the "CreateASTextFieldAdvanced_Title" method. I Don't Know which parameter need to give for the last one(View as CreateASTextFieldAdvanced_Title).

Any Example Available?
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
Please make a new thread for each question you have.

CreateASTextFieldAdvanced_Title
I make this function private in the next update, because it is easier to change the properties this way:
B4X:
AS_TextFieldAdvanced_5.Title.xFont = xui.CreateDefaultBoldFont(15)
AS_TextFieldAdvanced_5.Title.FocusedTextColor = xui.Color_White

For the last parameter you need the title label, but this is not publicly available.
 
Upvote 0

RishiKumar2210

Active Member
I can't understand what u are trying to say.

Any Example( "AS_TextFieldAdvanced5.CreateASTextFieldAdvanced_Title(True, "Date", 0, True, xui.CreateDefaultFont(18), 0xFF0000FF, Colors. Black,)" ) available like this line?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…