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

  • SEARCH
  • Home
  • 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 i have created one windows application in c# .net and its working fine
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 all I am working in javascript and html5.I want to ask that how
Hello Android programmers, I am working on parsing a website in my application. This
hello everyone I'm working with Eclipse under Windows XP, but I can't find there
Hello i m new to android and working on Radio application i gt stuck
I made the simple j2me login application, code is below. It's working perfectly on
Hello Im working on a Sudoku Checker which verifies the completed board's solution is
Hello Guys I am working on WPF app and I want to Unlike the

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.