i have list in j2me : the list is like this
homeList = new List("i.Sms", Choice.IMPLICIT);
homeList.append("New SMS",smsImage);
homeList.append("CallBack",callBackImage);
homeList.append("New Contacts",contactsImage );
homeList.append("Sent", sentImage);
homeList.append("Settings",settingsImage);
homeList.append("Help",helpImage);
homeList.addCommand(CmdExit);
homeList.addCommand(CmdSelect);
homeList.setCommandListener(this);
display.setCurrent(homeList);
i can select the items in the list only if i use command "Select" in my phone.
i want to select the items using the "center button" in the phone. Is there a way where i can do this.
Please let me know
thanks

Ask A New Question
Reply





MultiQuote




|