Archive

Archive for April, 2009

Flex Sub-States

April 15th, 2009

Flex states are wonderful. What if we need substates?
A closer look to the lifedocs shows us an attribute which is providing this. The so called “basedOn-attribute”.

The mx:State tag has the following attributes:

  mx:State
  Properties
  basedOn="null"
  name="null"
  overrides="null"

stevie Flex 3