I have a flex mobile app which based upon a list of questions generates a set of controls depending on what kind of response is required, this is the input form.
The structure is
Group
-----Hgroup
-----------Question1, CheckBox, TextInput
-----Hgroup
-----------Question2, CheckBox, TextInput
-----Hgroup
-----------Question3, CheckBox, TextInput
-----Hgroup
-----------Question4, CheckBox, TextInput
end group
How do I loop through the group in Actionscript, into the HGroup and return the value of, in this example, the checkbox and textInput?
I have numerous example of how to determine the control type in the container, just not how to retrieve the values.
Thanks in Advance
To loop and type check use: