There are a few ways developers can use resource bundles in a flex application. When using a resource bundle, in particular a simple string, inside of an mxml file you can gain access to the resource using the resourceManager or … Continued
Monthly Archives: April 2009
Skinning Checkbox with Error State
Similar to skinning a combobox with an error state, there may be times where you need to show the error state for a checkbox without showing its error string.
Skinning ComboBox with Error State
Since the ComboBox doesn’t come with an out-of-the-box error state / skin without using an error string, you can grab the sample code below to give your comboBox an error skin. The example implements the interface IValidatable which for the … Continued