Archive for February 12th, 2008

12
Feb

Changing the next and previous year navigation icons on a DateChooser control in Flex

In a previous example, “Changing the next and previous month navigation icons on a DateChooser control in Flex”, we saw how to change the next/previous month button skins on a DateChooser control by setting the nextMonthSkin and prevMonthSkin styles.

In the following example, we see how you can change the next/previous year button skins on a DateChooser control by setting the nextYearSkin and prevYearSkin styles and the yearNavigationEnabled property.

Full code after the jump.

Continue reading ‘Changing the next and previous year navigation icons on a DateChooser control in Flex’

12
Feb

Using embedded fonts in a Flex DataGrid control

The following example shows how you can use embedded fonts with the DataGrid control in Flex.

Note that the DataGridColumn’s use a bold font by default, so you’ll either need to either embed both a normal and bold font weight, or else set the DataGrid control’s column font weight to normal.

Full code after the jump.

Continue reading ‘Using embedded fonts in a Flex DataGrid control’