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 6104939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:54:00+00:00 2026-05-23T13:54:00+00:00

I have a dialog appear when i press a button with dynamic data but

  • 0

I have a dialog appear when i press a button with dynamic data but when i press the same button again the same data appears .I used log to find out why the next question is not shows there was a warning that ” Window already focused ignoring focus” Below is the code

protected Dialog onCreateDialog(int id)
{ AlertDialog.Builder dilog = new AlertDialog.Builder(this); 

switch (id)

    {

        case 99:
                String qa = showNext(); //gets question from database new  question  every time   

                dilog.setTitle("Team A player" + contactList.get(1).getName());
                dilog.setMessage(qa);

                dilog.setNegativeButton("ok", new DialogInterface.OnClickListener() {
                    @Override
                    public void onClick(DialogInterface dialog, int id)
                    {

                        dialog.cancel();
                    }   
                });

            break;

        }
        return dilog.create();


        }
  • 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-23T13:54:01+00:00Added an answer on May 23, 2026 at 1:54 pm

    You create your Dialog and set its data inside onCreateDialog().
    The system calls this if it does not have an object for the supplied dialog id.
    Once created, this never gets called again. You have to modify the existing dialog with the newest data inside Activity.onPrepareDialog(). That warning is not important, you can ignore it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a dialog box that allows users to set hotkeys for use in
I have a dialog where each entry in a JTree has its corresponding options
I have a dialog that resizes. It also has a custom background which I
I have a dialog in MFC with a CStatusBar. In a separate thread, I
I have a UI-dialog something like this: You must choose a book from a
I have a MFC dialog with 32 CComboBoxes on it that all have the
I have a WPF dialog with a couple of textboxes on it. Textboxes are
I am using SimpleModal in jQuery, and I have one confirm dialog. If the
I have created a custom dialog for Visual Studio Setup Project using the steps
I have to create a dialog based application, instead of old CFormView type of

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.