I have an Flex-Object with for example 3 properties.
myObj.prop1 myObj.prop2 myObj.prop3
I like to generate 3 Comboboxes to show the data. No problem if I do it hardcoded in sourcecode.
But how can I find the prop1 to prop3 at runtime?
If next time I have 5 properties with different name it should generate 5 combos.
Thanks for any help Jan