Re: [android-developers] Re: ListView OnClickListners Issue

2010-10-22 Thread Vinay Julme
I had the similar problem with the checkbox. This link helped me out. http://stackoverflow.com/questions/1121192/android-custom-listview-unable-to-click-on-items It states that these check boxes sort of o

[android-developers] Re: ListView OnClickListners Issue

2010-10-22 Thread Doug
Without looking at the code you should have provided, are you registering an onClick listener on the ListView itself, or an onItemClickListener? Only one of those really make sense. Doug -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Re: ListView OnClickListners Issue

2010-10-21 Thread Honey
As i have mentioned i am having issues with using two listeners in the code.One for the button in the list and the other having listener for the list itself. On Oct 21, 10:29 pm, TreKing wrote: > On Thu, Oct 21, 2010 at 5:24 AM, Honey wrote: > > Please let me know a solution for this issue. > >

[android-developers] Re: ListView OnClickListners Issue

2010-10-21 Thread Honey
Thanks TreKing fro your help. On Oct 21, 10:29 pm, TreKing wrote: > On Thu, Oct 21, 2010 at 5:24 AM, Honey wrote: > > Please let me know a solution for this issue. > > I have attached the sample code here: > > Sorry, but realistically no one is going to download your files, sift > through your c