Re: [android-developers] check box states

2012-02-24 Thread chanakyaraichur
Instead of checkbox.ispressed() Use !checkbox.ischecked On Feb 23, 2012 8:32 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 21, 2012 at 9:39 PM, minnie me mgm...@gmail.com wrote: Am trying to get the count of how many check boxes are selected and if you de-select one, it's suppose to

[android-developers] check box states

2012-02-23 Thread minnie me
Am trying to get the count of how many check boxes are selected and if you de-select one, it's suppose to update the counter to -1..So if i select 4 check boxes and it says check less = count 4...then i pick 3 and the counter=3..this is what i have: // ---CheckBox 1--- final CheckBox

Re: [android-developers] check box states

2012-02-23 Thread TreKing
On Tue, Feb 21, 2012 at 9:39 PM, minnie me mgm...@gmail.com wrote: Am trying to get the count of how many check boxes are selected and if you de-select one, it's suppose to update the counter to -1..So if i select 4 check boxes and it says check less = count 4...then i pick 3 and the