Re: [android-developers] OnItemClick not detected in listview inside customdialog

2012-05-15 Thread VenkateswaraReddy
Send u r CODE -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more op

Re: [android-developers] OnItemClick not detected in listview inside customdialog

2012-05-11 Thread Jason Teagle
here it is..This is the adapter class and in it there is a click on holder.productName where i am displaying the dialog.. There are a couple of questions you didn't answer: 1) How do you know it isn't getting to the click handler? Are you seeing the dialog appear, but not get dismissed? Are y

Re: [android-developers] OnItemClick not detected in listview inside customdialog

2012-05-11 Thread vani reddy
here it is..This is the adapter class and in it there is a click on holder.productName where i am displaying the dialog.. public class SelectedItemsAdapter extends BaseAdapter { private LayoutInflater mInflater; private List arlItems; int totalQty; float totalPrice; Activity activity; private fin

Re: [android-developers] OnItemClick not detected in listview inside customdialog

2012-05-11 Thread Jason Teagle
In my custom dialog i have a Listview , on which i am invoking OnItemClickListener() but it is not detecting.. What can be the problem Showing us the code would help... the part where you add the listener and how you get a reference to the list view you add it to, and the listener's onClick()

[android-developers] OnItemClick not detected in listview inside customdialog

2012-05-11 Thread vani reddy
Hi friends,, In my custom dialog i have a Listview , on which i am invoking OnItemClickListener() but it is not detecting.. What can be the problem -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr