views:

32

answers:

1

Hi,

I am having issues with the getCheckedItemPositions call for ListView. The first call works but subsequent calls returned the same results even if the previous checked items were unchecked.

eg.

first call: positions 0 & 1 are checked, result shows 0 & 1 are checked 2nd call: position 0 & 1 are unchecked, result still shows 0 & 1 are checked.

Is this a bug or getCheckedItemPositions doesn't work this way? Can someone clarify please? Thanks!

A: 

I think that is meant to be called when you are closing the list, like when it's used in a dialog, so you can save the settings.

CaseyB