I have a xCustomScrollview that contains 4 panels.
The first 3 each consist of 2 checkboxes
the last contains a checkbox, edittext and a radio button
What I am trying to do is when the radio button is pressed programmatically un check all of the check boxes and clear the edit text.
Each of the controls as a tag set to it's order.. so the first one has tags 1 and 2, 2nd 3 and 4 etc
at the end of this I need to determine how many of the checkboxes are checked and what the value of the edittext.text is.
any help appreciated.
Tom
The first 3 each consist of 2 checkboxes
the last contains a checkbox, edittext and a radio button
What I am trying to do is when the radio button is pressed programmatically un check all of the check boxes and clear the edit text.
Each of the controls as a tag set to it's order.. so the first one has tags 1 and 2, 2nd 3 and 4 etc
at the end of this I need to determine how many of the checkboxes are checked and what the value of the edittext.text is.
any help appreciated.
Tom