Hi all,
I have one activity , Which has the menu "update" .Whenever i
click on update button. I am creating pop up window.In that ,
following is the code snippet ,
PopupWindow loginPopUp = new PopupWindow(this);
loginPopUp.setContentView(this.getLayoutInflater().inflate
(R.layout.login_page, null, false));
Here i am setting login_page.xml to content view.In this i have two
buttons.I need to perform something in click of those buttons.
I have tried , I created one activity in that I am loading the same
XML in contentView , There I have registered with onClickListeners
but whenever i click that button public void onClick(View v) {} this
function is not getting triggered.
any solution ?
-Ashok.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---