I've recently added extra buttons to each row of a listactivity that
can then do whatever, but your case sounds a little more involved.

On Thu, May 5, 2011 at 7:20 PM, Eric <e...@alum.mit.edu> wrote:
>
>
> On May 5, 7:11 pm, B Lyon <bradfl...@gmail.com> wrote:
>> So you were able to get everything to work without the trackball case?
>
> It depends on what you mean by 'work'.  I was able to hack things to
> work.  The ListView steals focus from the inner-widgets if you set an
> OnItemClickListener.  So I had to set an OnClickListener() on the
> ListView item View, and a separate OnClickListener() for the child
> button.  That works in so much as touch-clicks work, but the trackball/
> D-pad is broken for clicks.  Furthermore, I still haven't been able to
> figure out how to get the trackball to be able to focus into the
> Button instead of the entire list view cell.
>
> So, no, I would not say I have things working to anywhere near my
> satisfaction.  I am hoping there is one solution that will allow
> everything to work as I would expect it to above, which is in my
> opinion that way the UI should function.
>
> --
> 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

-- 
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