I want to create the EditField which allow Numeric Values, Comma and other values are ignore in Blackberry.
So How I can achieve this by programming code ?
Thanks.
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.
It can be achieved by using the EditField class with the Four arguments according to your need.
Add this field to a screen or a manager
The above code would make the field accept only the integer values. And if it is a Virtual keypad, it would not even show other characters/aplhabets on the keypad
Hope this solves your problem.
Keep Coding
Cheers !!