The only problem is there is a strange bug with the CheckBox that I
can't figure out.  Even though bindView works correctly to get the
information from each alarm and fill out the different pieces of my
inflated list item view, it doesn't work for the checkbox.  The
behavior is really really strange where it seems like the same
OnCheckedChangedListener object is being associated with several
different list items.

What I see is that if I change the enabled state by either clicking on
the CheckBox or by opening the edit dialog and changing the state
there, the state is changed for several of the different items
simultaneously.  Sometimes several will change at once but the one I
checked *doesn't* change.  I really don't get what is going on here.
I wonder if the ListView has some special behavior with regard to
CheckBoxes that I'm not aware of that I am messing up because I don't
know about it.

Anyway, if anyone has any insight into this problem and could throw me
a clue that would be very helpful as I'm totally confused myself.

Thanks.

On Jul 24, 10:23 am, Gregg Reno <[email protected]> wrote:
> Excellent!  Thanks for posting this eags.  From all of the postings
> I've seen from people looking to do something similar, this should be
> a big help.
>
> Just started working through this to adapt it to my project, but I'm
> getting a bunch of syntax errors.  I should probably start a project
> from scratch and get this one working first.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to