Archive for February 8th, 2008

08
Feb

Displaying tool tips in a Flex DataGrid control’s header

The following example shows you how you can truncate a DataGrid column’s text and display a tool tip by setting a custom header renderer.

Full code after the jump.

Continue reading ‘Displaying tool tips in a Flex DataGrid control’s header’

08
Feb

Setting the track color of a Flex ProgressBar control

The following example shows you how you can set the track colors on a ProgressBar control in Flex by setting the trackColors style to an array of two values.

Full code after the jump.

Continue reading ‘Setting the track color of a Flex ProgressBar control’