Creating a Custom Look and Feel for Flex 4 Components
Summary:
An important feature in Flex 4 is a new component architecture, Spark, that allows a complete separation of a component's view from its display logic. This article provides a tutorial introduction to creating custom Flex 4 skins using the Spark architecture.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: July 9, 2010 9:20 AM by
Oz
|
This article provides a tutorial introduction to creating custom Flex 4 skins using the Spark architecture. http://www.artima.com/articles/flex_4_styling.htmlWhat do you think of the Flex 4's component and skinning architecture?
|
|
|
A very useful article. I'm experienced at Flex, but learning the spark skinning methods.
I think there is an error in the text:
"using the new Flex 4 state syntax: the state name, followed by a dot, followed by the name of the property, and finally followed by the value the property should assume in the specified state."
You probably mean "the property name, dot, followed by state name". At least that's what the code shows.
Thanks. Oz
|
|