PDA

View Full Version : J2ME help with choicegroup



UbunUsr
July 13th, 2012, 08:30 PM
Hello all,

I'm using Java 2 Micro Edition(J2ME) for some small project.

I have two choicegroups on the form.I'm using POPUP style(it's like a combobox).
Both choicegroups are populated with items called hours,minutes,seconds.How to make,when user selects,for example,hours in first choicegroup,to have only minutes and seconds in the second choicegroup.Or when user select minutes,to have hours and seconds in the second choicegroup etc...

lykeion
July 20th, 2012, 04:20 PM
See this: http://stackoverflow.com/questions/2604749/how-do-we-add-choicegroups-dynamically-in-java-me-cldc-based-on-the-answer-to