developing application for symbian s60 device.
how can i keep the combobox on the form in j2me?
i have tried this but there is no drop down for selecting from the list.
ChoiceGroup CoursePOP = new ChoiceGroup ("Pop Up choice", Choice.POPUP, new String[] {"Python", "J2ME","Symbian"}, null);

Reply With Quote




