B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline

Alexander Stolte

Expert
Licensed User
Longtime User
Hi there... checking your example... from #1 post... at the last control (multiline) press 10-12 tab (or more)... you will see that:
decheck trailing icon in the designer. The example project is outdated, I have updated it to the latest version.
Ofcourse you did... great job!
Thanks

If you have any questions, please always create a new thread, thank you.
 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 1.45
    • New get OldText - Returns the text that was there before
OldText
B4X:
Private Sub AS_TextFieldAdvanced1_TextChanged(Text As String)
    Log("Old Text: " & Sender.As(AS_TextFieldAdvanced).OldText)
End Sub
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…