Tag Archive for 'focusthickness'

12
Jun

Rounding specific corners on a focus rectangle in the TextInput control in Flex

The following example shows how you can apply a corner radius to specific corners of a Flex TextInput control’s focus rectangle by setting the focusRoundedCorners style.

Full code after the jump.

Continue reading ‘Rounding specific corners on a focus rectangle in the TextInput control in Flex’

24
May

Setting the focus thickness on a NumericStepper control in Flex

In a previous example, “Setting the focus alpha on a NumericStepper control in Flex”, we saw how you could set the alpha of the focus rectangle for a Flex NumericStepper control by setting the focusAlpha style.

The following example shows how you can set the focus thickness of the focus rectangle by setting the focusThickness style on the Flex NumericStepper control.

Full code after the jump.

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