[android-developers] Re: Checkbox problem

2011-04-07 Thread grevenilvec
If someone has the same issue, I fixed it now. Just switched the setOnCheckedChangeListener rows with the setChecked call and now it's just working fine. Even though I don't understand that issue. ^^ Best regards Tobi On 7 Apr., 11:48, grevenilvec wrote: > I have a big Problem wit

[android-developers] Checkbox problem

2011-04-07 Thread grevenilvec
I have a big Problem with my Listview and its Checkboxes... Every thing is shown and works fine, until I click on one of the Checkboxes. Then other Boxes are checked and sometimes even without checking the one, I clicked. I searched the web, but didn't find a solution that is working. Now I'm hopin

[android-developers] Custom ListView does not show

2011-04-04 Thread grevenilvec
Hello everyone, first, I'm very sorry, if I'm in the wrong group for my question. I have a Problem with my custom Listview. I created a Activity and an appropriate xml-file with a ListView for the settings of my application. Source Code comes below. Also I created a custom Layout file for the rows