The following example shows how you can set the corner radius on a Flex LinkButton control by setting the cornerRadius style.
Full code after the jump.
Continue reading ‘Setting the corner radius of a LinkButton control in Flex’
The following example shows how you can set the corner radius on a Flex LinkButton control by setting the cornerRadius style.
Full code after the jump.
Continue reading ‘Setting the corner radius of a LinkButton 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’
The following example shows how you can set the corner radius on a Flex NumericStepper control by setting the cornerRadius style.
Full code after the jump.
Continue reading ‘Setting the corner radius on a NumericStepper control in Flex’
The following example shows how you can set the corner radius on the PopUpButton control in Flex by setting the cornerRadius style.
Full code after the jump.
Continue reading ‘Setting the corner radius on a Flex PopUpButton control’
The following example shows you how you can change the corner radius of a ComboBox control in Flex by setting the cornerRadius style.
Full code after the jump.
Continue reading ‘Changing the corner radius of a Flex ComboBox control’
Here’s a basic example of applying a custom style to an Alert control’s buttons and giving them a nice, rounded effect.
Full code after the jump.
A simple example which lets you tweak a Button control’s cornerRadius property using a HSlider control.
Full code after the jump.
Continue reading ‘Rounding a Button control’s corners using the cornerRadius property’
Another quick sample (I’m cleaning out my Flex projects from the past year). This time we look at controlling a Panel container’s roundness versus squareness by setting the cornerRadius style.
Just drag the slider to control the corner radius of the two panels (one with a ControlBar and one without).
Full code after the jump.
Continue reading ‘Rounding a Panel container’s corners using the cornerRadius style’