This Week In FlexExamples.com (8/19)
I added a few more examples to my other blog, blog.flexexamples.com, over the last week or so, so if you are learning Flex, or just curious, head on over and check a couple entries out:
- Styling the Flex Alert control
- Dynamically creating ActionScript cue points from FlashVars loaded using the HTTPService tag
- Sorting date columns in a DataGrid
- Validating Flex forms using the Validator classes
- Converting and formatting colors
- Changing a modal Alert control's blur, transparency and transparency color
- Creating a simple timer in Flex with the flash.utils.Timer class
- Sorting an XMLListCollection using the mx:Sort and mx:SortField MXML tags
- Locking columns in a horizontally scrolling DataGrid control
- Preventing a user from deselecting dates in a DateChooser control
- Creating tool tips manually using the ToolTipManager class
- Displaying sound data using the SoundMixer.computeSpectrum() method
- Adding icons to a Flex TabNavigator control
- Using HTTPService tag to send/receive variables to a server-side script
- Styling a ComboBox control's dropdown menu
- Displaying icons in a Flex List control
- Alternating row colors in a Flex List control
- Setting a Flex Button control's border color and theme color
- Displaying icons in a Flex ComboBox control
- Changing the Flex ComboBox control’s opening and closing easing functions
- Creating a vertical LinkBar in Flex