You have a set of custom ActionScript components that extend the SkinnableComponent class and expose skin parts and skin states with the [SkinPart] and [SkinState] metadata tags. You want to create a MXML skin for them in Flash Catalyst.
Solution
Place your components in a Flex library project, solve the Flash Catalyst compatibility warnings, export the library as a FXPL then skin the parts of your component.
I would like to see an example that shows how to use Flex validators in Flash Catalyst project. For instance a contact layout made in Flash Catalyst and adding validators, like an EmailValidator, on the text input fields in Flash Builder.
Solution
Validators only display an outline frame in WireFrame mode, you need to change the Flex Theme to Spark for validators to display correctly.
I would like to see an example that shows how to use a color transform in FXG.
Solution
Color transform can be used to change the tint, brightness and opacity of a group in FXG. Attributes available are alphaMultiplier, alphaOffset, blueMultiplier, blueOffset, greenMultiplier, greenOffset, redMultiplier and redOffset.
At the moment Flash Catalyst doesn't support direct creation of a custom combobox component from design artwork. But sometimes you just need a combobox with a custom look and feel.
Solution
If you think of a combobox as a component with two parts (a toggle button and a data list), you can use the features of Flash Catalyst to create a custom generic component that wil behave just like a combobox. The only catch here is that you need to add an extra event listener in Flash Builder to complete the work.
I would like to see an example that shows how to use a color transform in FXG.
Solution
Color transform can be used to change the tint, brightness and opacity of a group in FXG. Attributes available are alphaMultiplier, alphaOffset, blueMultiplier, blueOffset, greenMultiplier, greenOffset, redMultiplier and redOffset.
I would like to see an example that shows how to use Flex validators in Flash Catalyst project. For instance a contact layout made in Flash Catalyst and adding validators, like an EmailValidator, on the text input fields in Flash Builder.
Solution
Validators only display an outline frame in WireFrame mode, you need to change the Flex Theme to Spark for validators to display correctly.