Hello
I can't seem to find a dropdown menu class in the midp 2.0 API.
Is it not possible to make at dropdown menu, in some other way?
If not, is the only way to list a series of choice, to use radio buttons?
regards
Karina, Denmark
Hello
I can't seem to find a dropdown menu class in the midp 2.0 API.
Is it not possible to make at dropdown menu, in some other way?
If not, is the only way to list a series of choice, to use radio buttons?
regards
Karina, Denmark
You need a ChoiceGroup of type POPUP:
shmooveCode:ChoiceGroup myDropdownMenu = new ChoiceGroup("Menu",Choice.POPUP); // now just add elements to the ChoiceGroup and append to a form