comboBox - iterate through dropdown elements?
I need to subdivide a large list of elements in a comboBox into smaller groups in Flash. Is there anyway to loop throught the elements and set te background color of each element to a value in the dataProvider object?
I can run through the loop using myPoS_combobox.dropdown
var ddList = myPoS_combobox.dropdown
for(var propertyName in ddList) {
trace(ddList[propertyName])
}
But I can't seem to get to the individual elements, much less change their properties.
THANKS!
