Archive for August 21st, 2007

21
Aug

Adding icons to a Flex TabBar control

This example is pretty similar to the previous entry “Adding icons to a Flex TabNavigator control” although it uses a TabBar control instead of a TabNavigator control. Well, that and this post doesn’t bother with an XML object and the DataGrid controls.

Full code after the jump.

Continue reading ‘Adding icons to a Flex TabBar control’

21
Aug

Highlighting a Slider control’s track using the showTrackHighlight style

Well, the title of the post pretty much says it all, but I just noticed this today. It seems that you can highlight the HSlider/VSlider track by setting the showTrackHighlight style to true. I made this really quick mini-app which lets you toggle the style on and off, as well as see the behavior of 1 slider thumb versus 2 slider thumbs.

Full code after the jump.

Continue reading ‘Highlighting a Slider control’s track using the showTrackHighlight style’