[flexcoders] Re: Flex 2.01 - TabBar

2008-09-22 Thread jwc_wensan
Michael: I guess I expected the second set to work like the second set does for a ComboBox. May I ask then why is there a second set of colors if you have to go in and create your own skin/component? Seems a little confusing. I don't really understand all the AS code for these components,

Re: [flexcoders] Re: Flex 2.01 - TabBar

2008-09-22 Thread Michael Schmalle
Hi, You know what, I eat my words. I quickly looked at that class but missed the fact in the over skin they do use 2 and 3 index. if (fillColors.length 2) overFillColors = [ fillColors[2], fillColors[3] ]; else overFillColors = [ fillColors[0], fillColors[1] ]; What does this mean? based on

[flexcoders] Re: Flex 2.01 - TabBar

2008-09-22 Thread jwc_wensan
Michael: MXML Code . . . . mx:TabBar styleName=MyTabBar . . . CSS Code . . . . .MyTabBar { paddingTop: 0; paddingLeft: 0; verticalGap: 0; themeColor: #345D86; borderStyle: