[flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-12 Thread delaquae
Thanks Saleh, I am already quite familiar with the CSS Style explorer but unfortunately it does not expose all the styles that are available for each component and what I'm trying to do is not a documented style that I have been able to find anyway. I suspect I will have to do it with some

RE: [flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-12 Thread Ashish Goyal
You can't change the backgroundcolor of the selected link but you can change the color and font properties to show that its selected. Below is the sample code, where I'm changing the font color of the selected link to red and also making it bold. Hope this will help. ?xml version=1.0

[flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-11 Thread Andrew Spaulding
The closest thing I can think of (without looking into it) would be the disabledColor attribute of the LinkBar control. The currently active link in the LinkBar is disabled and will take on the disabledColor attribute. To what extent did you want to style the active link? Andrew Spaulding

[flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-11 Thread delaquae
I'd like the background color of the link to remain hilighted (same color as rollover) after selecting it instead of only changing momentarily. I'd actually like to do the same for toggle buttons so that there is some stronger indication that they are in a selected state rather than just the