tags:

views:

82

answers:

0

Hi, i got listactivity binding to database with Custem SimpleCursorAdapter. in each of my list item ive got 4 texts, image and checkbox(everyone is focosable:false)

in the list itself i have a long button so when i press on it, i want it to delete all the rows which thire checkboxes are 'checked;

Now, ive tried many technics in order to achive a simple operation(click listeners,CheckedtextView as shown in the tutorial) but didnt success. some another wierd phenomenon is after i Override onListItemClick, also i dont get any calls while i`am pressing on any of the list's rows.

any idea how to solve this issue? what could be the problem?

Thanks,

Moshic.