The fillColors style can be set on the TabNavigator itself and will affect the tabs for that TabNavigator.
So, you can set the fillColors style in the mxml tag for each TabNavigator in your application. Something like: <mx:TabNavigator id="first" fillColors="[0xEEFF00,0xFFFFFF]" /> <mx:TabNavigator id="second" fillColors="[0xFFEE00,0xFFFFFF]" /> -deepa -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Quiles Sent: Tuesday, October 18, 2005 10:17 AM To: [email protected] Subject: [flexcoders] TabNavigator styles Hi, I have two TabNavigator on the same application, and I need to use different fill colors for the Tabs on each of them. Anyone knows how to do it? Thanks a lot! Jose -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

