edittext

  1. K

    Android Question Edittext Date format

    I have to validate date format for edittext. Like dont accept wrong date. ex. 50/07/2018 == not accepted or 21/25/2018
  2. SMOOTSARA

    Android Question Change EditText Hint Colors

    Hey guys ;) How can I change the hint colors edit text? Is it possible with Java code؟ Thanks :)
  3. SJQ

    Android Question Limit the number of lines in a word wrapped multi-line edit text.

    Does anybody know a way to limit the number of lines in a multi-line edit text? I don’t mean limit the number of characters I know how to do that. I also know how to limit lines based on CRLF… What I mean is, by Word Wrap and by Carriage Return. I want to stop the end user from adding text...
  4. A

    Android Question time in an edittextbox

    Hello, I need to display and edit a time value. This time value is in hours,minutes,seconds and hundreths of seconds. I was thinking of using 4 small edittext boxes but this is ofcourse not very nice… the adjustment must be very easy while a person needs to give in a lot of data. This time...
  5. German Buchmuller

    Android Question Add "$" Symbol to Edittext

    Hi, I want to add the Currency symbol to the begining of the editext, so that when the user writes a number, automatically the symbol "$" will be added to the begining of the editext. Thanks to all
  6. LucaMs

    Other Klaus' SetTextSize snippet

    I tried Klaus' SetTextSize code snippet and, on two EditTexts 40dip and 45dip high (Designer + AutoScaleAll), the text become too high. I think this is due to the fact that the routine does not take into account the upper and lower padding plus an invisible space of the EditText. Using the...
  7. aedwall

    Android Question Display text with different colors for each line

    I am currently using an EditText control to display multi-line text. But it apparently displays all text in one color. I need to be able to display different lines of text in different colors. What control should I use? Is there a tutorial or example for doing this? Thank you.
  8. 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