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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T00:10:11+00:00 2026-05-30T00:10:11+00:00

While clicking the popup button it’s not showing popup box and it’s force close

  • 0

While clicking the popup button it’s not showing popup box and it’s force close the application. Here i included my code (xml and java) for my native android application.

popup.xml

<Button
    android:id="@+id/ButtonPopup"
    android:layout_marginTop="20dip"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:onClick="onButtonInPopup"
    android:text="Dismiss this PopupWindow">
</Button>

Java code

public void onButtonPopup (View target) {
       // Make a View from our XML file
       LayoutInflater inflater = (LayoutInflater)
             this.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
       View layout = inflater.inflate(R.layout.popup,(ViewGroup) findViewById(R.id.ButtonPopup));

       m_pw = new PopupWindow( layout,  350,  250,  true);
       m_pw.showAtLocation(layout, Gravity.CENTER, 0, 0);
    }
  • 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-30T00:10:12+00:00Added an answer on May 30, 2026 at 12:10 am

    You are inflating popup.xml and defined the parent as (ViewGroup) findViewById(R.id.ButtonPopup). This ViewGroup will not create until you inflate the layout. and findViewById will work only after you set the layout in setContentView.
    Try inflating using this –

    View layout = inflater.inflate(R.layout.popup, null);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two Gridview in my Web application.I need ,while clicking the (ExcelExpot) button
This is my Entry Form of my Application. While Clicking the OK button, It
While clicking outside modal window(iframe), it gets closed that's not suitable for forms etc..
Here I am trying to change the value of the following check box while
how to connect to email while clicking on button in android
Is it possible to set the width of the button while clicking the same
I am getting NaN error while clicking radio button first. The page have a3
I have written this code for add cart to payment. while clicking buttons that
I need to show a progress dialog, while clicking a tab, My code id
I have UIwebview. While keep on clicking on a hyperlink or button on UIwebview

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.