textfield

  1. F

    Android Question Question Chat get Text

    Hello, I use this chat from Erel: Erel-Chat where do I find in the code that when I enter a text in the app (for example "hello") that I can then edit it in the code for example (if Textfiel == "hello" Then Log ("test") End if) I want to program an AI
  2. M

    iOS Question TextField change Border Color (by code)

    Hi everyone, it's possibile to change the parameter "Border Color" of an TextField by code? I have a TextField in RoundRectangle style, and i want to change the border color to red when it is required. I got done in designer but not by code
  3. 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...
  4. Alexander Stolte

    iOS Question TextField get Line count

    Hello, how can i get the line count on TextField? Greetings
  5. 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