Hi, 

Sorry if this is duplicate, but was having trouble getting registered into
the mailing list... would like to see this become an actual forum.

I'm trying to simply change the color of the skin states of the
ButtonBarButtons in the TabbedViewNavigator. It seems I can change the
chromeColor of the ButtonBar using CSS styles defined in the top level MXML,
but not the states. This is a TabbedViewNavigatorApplication with a
TabbedViewNavigator being a child of one of the Views. I want to only affect
the TabbedViewNavigator. Here is what I've tried without success: 

s|TabbedViewNavigatorApplication s|View
s|TabbedViewNavigator#tabbedViewNavigator #tabBar
s|ButtonBarButton:upAndSelected, 
s|TabbedViewNavigatorApplication s|View
s|TabbedViewNavigator#tabbedViewNavigator #tabBar
s|ButtonBarButton:overAndSelected, 
s|TabbedViewNavigatorApplication s|View
s|TabbedViewNavigator#tabbedViewNavigator #tabBar
s|ButtonBarButton:downAndSelected, 
s|TabbedViewNavigatorApplication s|View
s|TabbedViewNavigator#tabbedViewNavigator #tabBar
s|ButtonBarButton:disabledAndSelected { 
        chromeColor: #FFCC00; 
        color: #000000; 
                        
} 

The above changes the text color when a tab is selected, but not the
chromeColor. Cannot this done this way? 

thx



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Problem-Styling-TabbedViewNavigator-ButtonBar-tp5063.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to