The following example shows you how you can toggle between plain text and text masked as a password by setting the displayAsPassword property on a TextInput control in Flex.
Full code after the jump.
Continue reading ‘Displaying a TextInput control’s text as a password in Flex’
The following example shows how you can set a background image and background size for a Flex VBox container by setting the backgroundImage, and backgroundSize styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background size in Flex’
The following example shows how you can set both an background image and background color and change its alpha to for a Flex VBox container by setting the backgroundImage, backgroundColor, and backgroundAlpha styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background alpha in Flex’
The following example shows how you can set a background image and change its attachment to scrolling or fixed for a Flex VBox container by setting the backgroundImage and backgroundAttachment styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background image attachment in Flex’