Discussion Board

Results 1 to 6 of 6

Thread: Select button

  1. #1
    Registered User kiran770's Avatar
    Join Date
    Sep 2006
    Posts
    11
    Could you suggest some hints or codes for the "Select" button to appear and work on the bottom left screen of my emulator coz right now I am not able to do that. I only have "Back" or "Exit" on the bottom right screen.

    Thank you so much one more time.

    Warmest regards

    Kiran

  2. #2
    Nokia Developer Champion hartti's Avatar
    Join Date
    Apr 2003
    Location
    USA, CA
    Posts
    7,192
    I am a little unsure what your question is...

    Are you using a Form and are you trying to add some commands, which can be accessed using the soft keys (left and right)?
    If yes, you need to first create the commands with Command(String label, int commandType, int priority) and then add them in the Form with addCommand(Command cmd)

    If you are asking something else, please be more specific.

    Hartti

  3. #3

  4. #4
    Registered User abhi2037's Avatar
    Join Date
    Sep 2006
    Posts
    11
    hi
    kiran

    this is code 4 select button

    private Command selectCommand;
    selectCommand = new Command("Select",Command.OK,1);

    and thn

    addCommand(selectCommand);

  5. #5
    Regular Contributor boumitran's Avatar
    Join Date
    Dec 2005
    Location
    Bangalore, India
    Posts
    90
    you can have CBA defined in your RSS and associate with your view.

    EG::
    Best Regards
    -Boumitran

  6. #6
    Super Contributor peterblazejewicz's Avatar
    Join Date
    Dec 2005
    Location
    Europe/Poland/Warsaw
    Posts
    1,699
    Quote Originally Posted by boumitran
    you can have CBA defined in your RSS and associate with your view.
    EG::
    ???
    regards,
    Peter

Similar Threads

  1. Replies: 35
    Last Post: 2009-04-11, 14:36
  2. 6230i select button
    By martin-in-bath in forum Mobile Java General
    Replies: 12
    Last Post: 2006-06-12, 07:49
  3. Middle Select Button on Nokia 3650
    By njacharya21 in forum Mobile Java General
    Replies: 6
    Last Post: 2006-02-20, 18:51
  4. Changing the 'Select' Soft Button in an Implicit List
    By daniel_wave2005 in forum Mobile Java General
    Replies: 0
    Last Post: 2005-02-10, 21:05
  5. Menu Select button using List object
    By abstractworlds in forum Mobile Java General
    Replies: 4
    Last Post: 2002-12-09, 13:08

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