Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4550156
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:27:31+00:00 2026-05-21T16:27:31+00:00

Hello I m working on j2me application. There is one form in which I

  • 0

Hello
I m working on j2me application.
There is one form in which I had used the choicegroup(check box).Now I want that whenever user select the options of the choicegroup(check box) one POP-up or dialogbox or Alert which ask user that if you select this item.Then this item get deleted form the list.
The POP-up or dialogbox or Alert contain:-

Text :–Do you want to delete this
item?

Two command or two options or
button :–1)YES 2)NO

If I keep alert then can I able to keep two command in it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T16:27:32+00:00Added an answer on May 21, 2026 at 4:27 pm

    Create an alert

    alert = new Alert("alert");
    alert.addCommand(new Command("Ok", Command.OK, 0));
    alert.addCommand(new Command("Cancel", Command.CANCEL, 0););
    alert.setCommandListener(this);
    alert.setTimeout(Alert.FOREVER);
    

    And in CommandAction

     if (displayable == alert) {
            if (command == cancelCommand) {
                    //user denied
            } else if (command == okCommand1) {
                  //user accepts
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello Everybody now i working with JSF 2.0 and EJB3 and i used Primefaces
Hello i am creating a J2ME application in which i need to call a
Hello I'm working on an iPhone application which provides information with images and texts.
Hello Im working on a django project where i want to store a set
Hello I am working in django how to use a search form from Django
Hello I am working with an application that already has a few validation criterion,
Hello I am working on this design, but there seems to be a problem
Hello All and thanks ahead for any help I'm working on a website which
Hello I am working with a simulator that uses rcS scripts to boot, this
Hello , I am currently working on the student association's website. The student's association

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.