The following example shows how you can change the background color of a Flex DateChooser control by setting the backgroundColor and backgroundAlpha styles.
Full code after the jump.
Continue reading ‘Changing the background color of the DateChooser control in Flex’
The following example shows how you can modify the background color of a Flex VideoDisplay control by setting the backgroundColor style.
Full code after the jump.
Continue reading ‘Setting the background color on a VideoDisplay control in Flex’
The following example shows how you can set the background alpha and background color of a Flex DataGrid control by setting the backgroundAlpha and backgroundColor styles.
Full code after the jump.
Continue reading ‘Setting the background alpha and background color of a DataGrid control in Flex’
The following example shows how you can change the background color and background alpha on a LinkBar control in Flex by setting the backgroundColor and backgroundAlpha styles using either MXML, ActionScript, or CSS.
Full code after the jump.
Continue reading ‘Setting the background color and background alpha on a Flex LinkBar control’
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 change the background fill alpha on a HorizontalList control in Flex by setting the backgroundAlpha style.
Full code after the jump.
Continue reading ‘Changing the background alpha of a HorizontalList control in Flex’
The following example shows you how you can change the ColorPicker control’s background color in Flex 3 by setting the backgroundColor style using CSS and ActionScript.
Full code after the jump.
Continue reading ‘Changing the Flex ColorPicker control’s swatch panel background color’
The following example shows how you can customize the background alpha and background color of a Flex Alert control by setting the backgroundAlpha, backgroundColor, borderAlpha, and borderColor styles.
Full code after the jump.
Continue reading ‘Customizing the background alpha and background color of the Alert control in Flex’