This Week-ish in Flex Examples (4/15)
Somewhat of a short list, but here is a list of posts from the past seven-ish days from my Flex examples blog, blog.flexexamples.com:
- Centering a pop up window when a Flex application is resized
- Skewing an Image control in Flex
- Resetting a sort on a DataGrid control in Flex
- Creating a custom sort on a DataGrid control in Flex
- Removing the track skin from a List control in Flex
- Getting JavaScript variables into your Flex applications using the ExternalInterface API
- Changing the focus rectangle color on a TextInput control in Flex
- Creating a pop up TitleWindow using the PopUpButton control in Flex
- Calling a simple web service from Flex using the WebService class