I've got a ListView where each item in the list is contains several
controls. One of the items is a checkbox, and I can check/uncheck it
without problems.  The other items are some TextViews and a WebView.
I've got autoLink turned on and linksClickable turned on, but I can't
get links to fire up the browser when I click on them.  This applies
to both TextView and WebView.  I've tried changing the parent to a
GridView instead of a ListView, playing with setFocusable(), and all
that, but to no avail.

Is it even possible to have interaction on the TextView-based elements
of a row in a ListView?  It seems like that *should* be possible, but
I've been banging my head against this problem for a few weeks with no
progress.  What's the secret?

Thanks!
Steve

--~--~---------~--~----~------------~-------~--~----~
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to