News by Peter deHaan

Setting the border color on a NumericStepper control in Flex

27 May 15:16
The following example shows how you can set the border color on a Flex NumericStepper control by setting the borderColor style. Full code after the jump.

Setting the icon color on a disabled NumericStepper control in Flex

26 May 13:53
In a previous example, Setting the text color on a disabled NumericStepper control in Flex, we saw how to set the text color for a disabled Flex NumericStepper control by setting the disabledColor style. The following example shows how you can set the icon color for a disabled Flex NumericStepper control by setting the disabledIconColor style. Full [...

Setting the text color on a disabled NumericStepper control in Flex

26 May 13:42
Continuing on the theme of NumericStepper examples, the following example shows how you can set the text color for a disabled Flex NumericStepper control by setting the disabledColor style. Full code after the jump.

Setting the focus thickness on a NumericStepper control in Flex

25 May 12:29
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 [...

Setting the focus alpha on a NumericStepper control in Flex

24 May 16:27
The following example shows how you can set the focus alpha on a Flex NumericStepper control by setting the focusAlpha style. Full code after the jump.

Setting the background color and background alpha for a NumericStepper control in Flex

24 May 11:06
The following example shows how you can set the background color and background alpha for a Flex NumericStepper control by setting the backgroundColor and backgroundAlpha styles. Full code after the jump.

Changing the background color of an error tip in Flex

23 May 05:27
The following example shows how you can change the background color of a Flex error tip by setting the borderColor style on the .errorTip CSS selector. Full code after the jump.

Setting an error string on a CheckBox control in Flex

22 May 16:17
The following example shows how you can set an error string on a Flex CheckBox control by setting the errorString property. Full code after the jump.

Aligning a label in a Button control in Flex

21 May 17:38
The following example shows how you can align the text label within a Flex Button control by setting the textAlign style. Full code after the jump.

Changing the up arrow skin and down arrow skin on a NumericStepper control in Flex

21 May 01:53
The following example shows how you can change the down arrow skin and up arrow skin in a Flex NumericStepper control by setting the downArrowSkin and upArrowSkin styles using MXML, CSS, and ActionScript. Full code after the jump.
Pages   ← previous   next