I am using a BasicEditfield.Filter_phone field…in my app.
and taking maximum 10 char in it ….but i want to enter the numbers in this field…in
(###-###-####) format…
How can I achieve this ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not aware of any US format only phone number fields. Why not create your own component to store the data?
This could be made up of three text fields with label fields in between them to represent the dashes.
Check out
Blackberry User Interface Design – Customizable UI?
for lots of links about creating a custom UI component.