News by Peter deHaan

Setting the label placement on a RadioButtonGroup in Flex

19 Jun 17:23
The following example shows how you can set the label placement on a series of RadioButton controls in a Flex RadioButtonGroup by setting the labelPlacement property. Full code after the jump.

Setting an opaque background on a RadioButton control in Flex

19 Jun 15:39
The following example shows how you can set an opaque background on a Flex RadioButton control by setting the opaqueBackground property. Full code after the jump.

Setting a creation complete effect on a Button control in Flex

18 Jun 16:40
The following example shows how you can set a creation complete effect on a Flex Button control by setting the creationCompleteEffect style. Full code after the jump.

Setting the header height on a DataGrid control in Flex

17 Jun 16:35
The following example shows how you can set the header height on a Flex DataGrid control by setting the headerHeight property. Full code after the jump.

Using an embedded font with the ColorPicker control in Flex

16 Jun 15:55
The following example shows how you can use an embedded font with the Flex ColorPicker control by setting the fontFamily style. Full code after the jump.

Changing the background fill colors on a ComboBox control in Flex

15 Jun 15:29
The following example shows how you can change the background fill colors for a Flex ComboBox control by setting the fillColors style. Full code after the jump.

Looping over an Array using the every() method in Flex

14 Jun 16:31
The following example shows how you can loop over an Array in ActionScript 3.0 using the Array class’s every() method. Full code after the jump.

Setting the border color on a DateField control in Flex

13 Jun 16:56
The following example shows how you can set the border color on a Flex DateField control by setting the borderColor style using MXML, CSS, and ActionScript. Full code after the jump.

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

13 Jun 15:52
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.

Setting the number of visible items in a ComboBox control’s dropdown menu in Flex

12 Jun 16:37
The following example shows how you can set the number of visible items in a Flex ComboBox control’s dropdown menu by setting the rowCount property. Full code after the jump.
Pages   ← previous   next