C Carlven Lao New Member Licensed User Longtime User Jan 25, 2014 #1 Dear all, I'm new to b4a, how can I format user input in text like 9999-9999-9999-9999? Thanks
LucaMs Expert Licensed User Longtime User Jan 25, 2014 #2 This is nice (by Informatix): [Lib] Masked EditText Upvote 0
C Carlven Lao New Member Licensed User Longtime User Jan 25, 2014 #3 LucaMs said: This is nice (by Informatix): [Lib] Masked EditText Click to expand... Thanks for the info. I'll try it. Upvote 0
LucaMs said: This is nice (by Informatix): [Lib] Masked EditText Click to expand... Thanks for the info. I'll try it.
DonManfred Expert Licensed User Longtime User Jan 25, 2014 #4 I have made a little example for you using this Masked edit text lib. Please see it attached Attachments number-input-test.zip 6.3 KB · Views: 278 Upvote 0
C Carlven Lao New Member Licensed User Longtime User Jan 25, 2014 #5 DonManfred said: I have made a little example for you using this Masked edit text lib. Please see it attached Click to expand... Thank you very much for your post. I've tried but it cannot input any number. Update: After change ET1.Format ="AAAA-AAAA-AAAA-AAAA" to "####-####-####-####" then I can input numbers. Thanks a lot. Upvote 0
DonManfred said: I have made a little example for you using this Masked edit text lib. Please see it attached Click to expand... Thank you very much for your post. I've tried but it cannot input any number. Update: After change ET1.Format ="AAAA-AAAA-AAAA-AAAA" to "####-####-####-####" then I can input numbers. Thanks a lot.