Roberto P. Well-Known Member Licensed User Longtime User Sep 28, 2014 #1 how do I set a maximum number of characters in a text edit control? How MaxLen or SetMaxLen thanks
LucaMs Expert Licensed User Longtime User Sep 28, 2014 #2 http://www.b4x.com/android/forum/threads/fix-string-length.40761/#post-244006 Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Sep 28, 2014 #3 thanks Luca, I was hoping there was a chance to enter the limit in the control without having to map the messages of each edit text and then check the length characters Ciao Upvote 0
thanks Luca, I was hoping there was a chance to enter the limit in the control without having to map the messages of each edit text and then check the length characters Ciao
LucaMs Expert Licensed User Longtime User Sep 28, 2014 #4 Simple custom view based on EditText? Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Sep 28, 2014 #5 I'll try, although I have not yet seen how to use the custom control view! Upvote 0
LucaMs Expert Licensed User Longtime User Sep 28, 2014 #6 It's quite easy http://www.b4x.com/android/forum/threads/custom-view-with-designer-support.28953/ Upvote 0
LucaMs Expert Licensed User Longtime User Sep 28, 2014 #7 This is written on the fly now, then it must be perfected, but to give you an idea. Attachments lm MyEditText.zip 12.8 KB · Views: 147 Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Sep 28, 2014 #8 you have been very kind ... after I try it ciao Upvote 0
LucaMs Expert Licensed User Longtime User Sep 28, 2014 #9 Roberto P. said: you have been very kind ... after I try it ciao Click to expand... Di niente, ciao Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Sep 28, 2014 #10 it works. very interesting class Scale. thanks again Upvote 0
LucaMs Expert Licensed User Longtime User Sep 28, 2014 #11 Scale is by Anywhere Software [P.S. It is a code module] Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Sep 28, 2014 #12 ok. thanks for all. (ciao) Roberto Upvote 0