Tag Archive for 'cornerradius'

02
Sep

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’

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’

13
May

Setting the corner radius on a NumericStepper 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’

31
Jan

Setting the corner radius on a Flex PopUpButton control

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’

21
Jan

Setting the button link corner radius on a Flex LinkBar control

The following example shows you how to set the corner radius on the link buttons in a LinkBar control in Flex by setting the linkButtonStyleName and cornerRadius styles.

Full code after the jump.

Continue reading ‘Setting the button link corner radius on a Flex LinkBar control’

07
Jan

Setting the button corner radius in a Flex ButtonBar control

The following example shows how you can set the corner radius on a ButtonBar control in Flex by setting the buttonStyleName and cornerRadius styles.

Full code after the jump.

Continue reading ‘Setting the button corner radius in a Flex ButtonBar control’

01
Jan

Changing the corner radius of a Flex ComboBox 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’

09
Aug

Styling buttons in an Alert 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.

Continue reading ‘Styling buttons in an Alert control’

09
Aug

Rounding a Button control’s corners using the cornerRadius property

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’

02
Aug

Rounding a Panel container’s corners using the cornerRadius style

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’