Posts tagged as:

setFocus()

The following example shows how you can set the focus alpha on the Spark TextArea control in Flex 4 by setting the focusAlpha style.

Full code after the jump.

[click to continue…]

{ 2 comments }

The following example shows how you can create a simple rich text editor control in Flex 4 using the Spark TextArea control and using the getFormatOfRange() and setFormatOfRange() methods.

Full code after the jump.

{ 36 comments }

The following example shows how you can set the focus blend mode of the focus rectangle on a Flex TextArea control by setting the focusBlendMode style.

Full code after the jump.

[click to continue…]

{ 4 comments }

The following example shows how you can set focus on a TextInput control in Flex by using the Flex FocusManager class and the setFocus() method.

Full code after the jump.

[click to continue…]

{ 23 comments }

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.

[click to continue…]

{ 0 comments }