Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User praran910's Avatar
    Join Date
    Jul 2008
    Posts
    42
    Can we have multiple drop down in a single form.if u have a solution please give it to me

  2. #2
    Nokia Developer Champion jappit's Avatar
    Join Date
    Nov 2007
    Location
    Rome, Italy
    Posts
    2,391
    Hi praran910,

    have you tried using ChoiceGroup items with Choice.POPUP type?

    Pit

  3. #3
    Regular Contributor ravivalecha's Avatar
    Join Date
    May 2008
    Posts
    68
    Hi,

    Create instance of ChoiceGroup and use Choice.MULTIPLE
    ChoiceGroup size = new ChoiceGroup("Select Toppings", Choice.MULTIPLE);
    size.append("Mushrooms", null);
    size.append("Black Olives", null);
    size.append("Extra Cheese", null);
    size.append("Pineapple", null);

    Thanks
    Ravi

Similar Threads

  1. error about multiple definition of vtable and typeinfo
    By sslsslssl in forum Symbian C++
    Replies: 3
    Last Post: 2012-06-20, 11:48
  2. 调用OpenC/C++的问题
    By shaojieli in forum Symbian
    Replies: 32
    Last Post: 2008-08-20, 09:48
  3. Replies: 1
    Last Post: 2007-12-31, 16:56
  4. Multiple dropdown on Nokia 9210
    By stefan00 in forum Browsing and Mark-ups
    Replies: 1
    Last Post: 2003-02-20, 09:25
  5. Multiple select on Nokia 9210
    By stefan00 in forum Mobile Web Site Development
    Replies: 1
    Last Post: 2002-11-21, 12:26

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