Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
358 views
in Technique[技术] by (71.8m points)

codenameone - Dynamic formatting of phone number in cn1

Are there any classes in cn1 similar to Android's PhoneNumberFormattingTextWatcher ? I have a textfield for a phone number input. While user types in the phone number, I want it dynamically modify to "(123)456-7890" format. In general, this code will work https://stackoverflow.com/a/5114914/8921111 . But I need a real-time modifying.

Thank you.

question from:https://stackoverflow.com/questions/65847721/dynamic-formatting-of-phone-number-in-cn1

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

No. You can use a DataChangeListener and dynamically edit the input to force a specific mask but that isn't ideal...

A simpler solution would be to use separate text fields for each editable portion and move the input between those entries. You can automatically move the cursor between the fields when one is filled up. See the developer guide section that covers masking here: https://www.codenameone.com/developer-guide.html#_masking


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...