This Month in Flex Examples (January 2009 Edition)
Here is what I have been blogging about over the past couple months on my Flex examples blog, blog.flexexamples.com:
- Setting a symbol color on an FxTextArea control in Flex Gumbo
- Setting a base color on an FxTextArea control in Flex Gumbo
- Setting a content background color on an FxTextArea control in Flex Gumbo
- Setting the kerning level on the TextGraphic object in Flex Gumbo
- Setting the joint style on a Path stroke in Flex Gumbo
- Setting the scale mode on an Ellipse object stroke in Flex Gumbo
- Setting the focus blend mode on a TextArea control in Flex
- Setting the thickness of a stroke on a Line object in Flex Gumbo
- Setting tab stops in a TextView control in Flex Gumbo
- Masking a Rect object with a TextGraphic in Flex Gumbo
- Setting the block progression on a TextView control in Flex Gumbo
- Setting the miter limit on a Path stroke in Flex Gumbo
- Exporting the text in a FxTextArea control in Flex Gumbo
- Displaying a FxTextInput control’s text as a password in Flex Gumbo
- Setting margins on a FxTextArea control in Flex Gumbo
- Displaying icons in a Flex PopUpButton control (Redux)
- Toggling buttons in a ToggleButtonBar control in Flex
- Setting the header colors on the DataGrid control in Flex
- Setting the column header text color on a DataGrid control in Flex
- Setting the disabled text color on a CheckBox control in Flex
- Setting the label color on a CheckBox control in Flex
- Setting the fill colors on a CheckBox control in Flex
- Setting the horizontal scroll position in the TextInput control in Flex
- Styling the last button in a ButtonBar control in Flex
- Setting the arrow icon color of a disabled CheckBox control in Flex
- Creating an auto-repeating FxButton control in Flex Gumbo
- Creating an auto-scrolling DataGrid control in Flex