Archive for May 27th, 2008

27
May

Setting a border on specific sides of a NumericStepper control in Flex

The following example shows how you can apply a border to specific sides (top, bottom, left, right) of a Flex NumericStepper control by setting the borderStyle and borderSides styles.

The borderSides style is only supported when the borderStyle style is set to “solid”.

Full code after the jump.

Continue reading ‘Setting a border on specific sides of a NumericStepper control in Flex’

27
May

Setting the border thickness on a NumericStepper control in Flex

The following example shows how you can set the border thickness on a Flex NumericStepper control by setting the borderThickness style.

The borderThickness style is only supported when the borderStyle style is set to “solid”.

Full code after the jump.

Continue reading ‘Setting the border thickness on a NumericStepper control in Flex’