Posts tagged as:

alwaysShowSelection

The following example shows how you can get the Flex TextInput control to display the currently selected text regardless of whether it has focus by using the mx_internal namespace, the getTextField() method and the Boolean alwaysShowSelection property.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set the selected text in a Flex TextArea control by using the setSelection() method.

Full code after the jump.

[click to continue…]

{ 5 comments }