Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User karina_jensen's Avatar
    Join Date
    Nov 2003
    Posts
    1
    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

  2. #2
    Super Contributor shmoove's Avatar
    Join Date
    Mar 2003
    Location
    Israel
    Posts
    2,280
    You need a ChoiceGroup of type POPUP:
    Code:
    ChoiceGroup myDropdownMenu = new ChoiceGroup("Menu",Choice.POPUP);
    // now just add elements to the ChoiceGroup and append to a form
    shmoove

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved