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.
Continue reading ‘Setting focus in Flex using the Focus Manager’
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.
Continue reading ‘Setting focus in Flex using the Focus Manager’
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.
Continue reading ‘Setting the focus alpha on a NumericStepper control in Flex’