SpinnerList not working in AIR 20
Any ideas why the SpinnerList would no longer work in AIR 20? It works fine when I revert back to AIR 16, which is the version I was using. My SpinnerList no longer displays any texts, and also does not scroll, although the values do seem to change even though it seems that nothing is happening visually. My spinner code looks like this:
<s:SpinnerListContainer>
<s:SpinnerList id="genderSpinner" fontFamily="Myriad Pro Bold Condensed 2" fontWeight="normal" fontSize="16" width="170" height="125" labelField="name" selectedIndex="{preLoadedSelectedIndex}">
<s:ArrayList>
<fx:Object name="Male" genderNode="male"/>
<fx:Object name="Female" genderNode="female"/>
</s:ArrayList>
</s:SpinnerList>
</s:SpinnerListContainer>
Any thoughts?
