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’
In a previous example, “Setting the background color on a VideoDisplay control in Flex”, we saw how you could modify the background color of a VideoDisplay control in Flex by setting the backgroundColor style.
The following example shows how you can set the background alpha on a Flex VideoDisplay control by setting the backgroundAlpha style.
Full code after the jump.
Continue reading ‘Setting the background alpha on a VideoDisplay control in Flex’
In a previous example, “Setting the border alpha on a Panel container in Flex”, we saw how you could change a panel’s border alpha by setting the borderAlpha style.
The following example shows how you can set the background alpha on a Flex Panel container by setting the backgroundAlpha style.
Full code after the jump.
Continue reading ‘Setting the background alpha on a Panel container 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 how you can create semi-transparent dropdown menus in the Flex ComboBox control by setting the backgroundAlpha style.
Full code after the jump.
Continue reading ‘Creating semi-transparent ComboBox dropdown menus in Flex’
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’
The following example demonstrates how you can create a Flex DataGrid control with a transparent background by setting the backgroundAlpha style to 0.0, and the alternatingItemColors style to an empty array.
Full code after the jump.
Continue reading ‘Creating a Flex DataGrid control with a transparent background’