From the daily archives:

Saturday, January 5, 2008

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }