Archive for February 10th, 2008

10
Feb

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

The following example shows how you can change the next/previous month navigation icons on a Flex DateChooser control by setting the nextMonthSkin and prevMonthSkin styles.

For an example of skinning the next/previous month icons in a Flex DateField control, see “Changing the next and previous month navigation icons on a DateField control in Flex”.

Full code after the jump.

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

10
Feb

Changing the arrow button skins on a Flex container’s scroll bars

The following example shows how you can change the up arrow and down arrow skins on a horizontal/vertical scroll bar in a Flex container by setting the horizontalScrollBarStyleName, verticalScrollBarStyleName, downArrowSkin, and upArrowSkin styles.

Full code after the jump.

Continue reading ‘Changing the arrow button skins on a Flex container’s scroll bars’