textfield

  1. TnP

    iOS Question TextField passwordmode toggling with Custom Fonts

    Hi All, I have a project with a log-in screen using a TextField for the password entry. I am using a Custom Font on this TextField. I also have a 'show password' Switch to toggle the 'passwordmode' on the TextField by servicing the _ValueChanged event for the Switch. I have found that if I...
  2. Alexander Stolte

    iOS Question TextField get Line count

    Hello, how can i get the line count on TextField? Greetings
  3. Rokko

    iOS Question Need to limit the entry of an editText field

    Hello to all, I need to limit the entry of an editText field to 6 digits. I tried the code Erel posted here: https://www.b4x.com/android/forum/threads/substring2-not-working-well-on-ios-8.51212/#content Sub TextField1_TextChanged (OldText As String, NewText As String) CallSubDelayed(Me...
Top