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...
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...
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
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.