Archive for March 12th, 2008

12
Mar

Setting the background alpha on a Panel container 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’

12
Mar

Using a CheckBox to filter items in a DataGrid in Flex

The following example shows how you can filter items in a Flex DataGrid using a CheckBox control, and the ArrayCollection class’s filterFunction property.

Full code after the jump.

Continue reading ‘Using a CheckBox to filter items in a DataGrid in Flex’

12
Mar

Setting the border alpha on a Panel container in Flex

The following example shows how you can set the border alpha on a Flex Panel container by setting the borderAlpha style.

Full code after the jump.

Continue reading ‘Setting the border alpha on a Panel container in Flex’