You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by leejk <le...@yahoo.com> on 2014/02/19 18:38:40 UTC

Problem Styling TabbedViewNavigator ButtonBar

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.

Re: Problem Styling TabbedViewNavigator ButtonBar

Posted by Justin Mclean <ju...@classsoftware.com>.
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.

The forum version of this mailing list can be found here:
http://s.apache.org/flex-users-forum

Thanks,
Justin