Archive for March 26th, 2008

26
Mar

Setting the menu selection mode on a DataGrid control in Flex

The following example shows how you can set the menu selection mode on a Flex DataGrid control by setting the menuSelectionMode property.

Full code after the jump.

Continue reading ‘Setting the menu selection mode on a DataGrid control in Flex’

26
Mar

Using embedded fonts with tool tips in Flex

The following example shows how you can use an embedded font with an error tool tip in Flex.

Full code after the jump.

Continue reading ‘Using embedded fonts with tool tips in Flex’

26
Mar

Converting an array of String objects to an array of Object objects in Flex

The following example shows how you can convert an array of strings to an array of objects so it can be used as a data provider in Flex.

Full code after the jump.

Continue reading ‘Converting an array of String objects to an array of Object objects in Flex’