Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor kakoskin's Avatar
    Join Date
    Jan 2004
    Location
    Finland
    Posts
    51
    Hi,

    I have tried to make Yes-No dialog to confirm user's action.

    I have tried several combinations, but
    always the Yes-part is behind Options menu,
    I don't want any menu, just two command s
    that can be pressed without browsing.
    No-button is displayed correctly on the right side of the screen.
    I'm using 6600.

    Alert question = new Alert("Continue?");
    question.setType(AlertType.WARNING);
    //Command cmdYes = new Command("Yes",Command.OK,1);
    Command cmdNo = new Command("No",Command.CANCEL,1);

  2. #2
    Registered User Fess's Avatar
    Join Date
    Jun 2003
    Location
    Kallio, Finland
    Posts
    4
    I am as well interested in knowing this (so replying to get responses by email...)

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