Just wondering if anyone has managed to get the TabNavigator label
text to display in different colours (e.g MainTab(black),
SecondTab(Blue), ThirdTab(Red)) within the same TabNavigator - see below

Unfortunately explicitly setting the color property of each individual
tab deosn't seem to work. Then again I could be missing something.

<mx:TabNavigator id="homePageTabs" borderStyle="solid" width="100%"
height="100%" themeColor="#3A73BA" color="#000000" fontSize="10">
<view:Applicant id="applicantTab" label="Applicant"
color="#FF0000"/>
<view:Address id="addressTab" label="Address"
color="#000000"/>
<view:Employment id="employmentTab" label="Employment"
color="#FF3300"/>
</mx:TabNavigator>


Any Ideas?


Thanks in advance
Matt Voerman





Reply via email to