Hi, I'm not sure if I truly understood your problem but one thing I would suggest is to check the API Demos app that is shipped with the SDK, if you haven't done yet.
In particular, there's a class named List11.java which gives you a brief overview on how to use the CheckedTextView. In the case you still have problem, you might want to post some code in order to make this clear. Cheers, Mic On Jun 8, 3:08 am, SirAndroidDev <[email protected]> wrote: > I'm really frusterated at this point, three days in. I've put many > hours into this issu and am no closer to having a working (let alone > proper) solution. Why is this so painful to accomplish I wonder > aloud. > > Problem: > > I've got a a ListView which has a row.xml for each row in the > ListView. That file has two TextView's, ImageView, and aCheckedTextView. > > Now, I can get oneCheckedTextViewto become checked by pressing on > its UI area. But, I cannnot not check any other unchecked checkbox in > the ListView. > > Further more I see checkboxes when I scroll down that have checkmarks > in them where I did not check such myself. > > So, what is the issue? One of you google engineers surely can explain > this to us end-devs, better yet please supply a sample project. I > have each row also where the user can select a file and work is done > with it when that path is pasted back to the main activity (which > works fine). > > I have half the hair I had 72 hours ago (because I pulled half out). > Please, please help those of us struggling with this important feature > (CheckedTextView). As I see several posts about this, anything from > implement Clickable on the class (which I did, both trying on the main > java file and as a helper class) toCheckedTextViewhas to be the > parent in the xml file (not say a LinearLayout for example). > > Please...... help... drowing ..... in ... stess. > > Thank you -- 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

