Is there a way,using the native j2me choice group to always display it with no index selected?..note: The choice can be highlighted, but not necessarily selected.
Share
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.
Use ChoiceGroup objects of type MULTIPLE and setSelectedFlags method like this:
setSelectedFlags method Attempts to set the selected state of every element in the ChoiceGroup.For ChoiceGroup objects of type MULTIPLE, this sets the selected state of every element in the Choice. An arbitrary number of elements may be selected.
itemStateChanged(Item item) called when internal state of an Item has been changed by the user.