Hi All, Unlike Flex 3, it seems that Flex 4 doesn't allow state names to be bound to constants anymore. An example that no longer works would be something like this:
<mx:State name="{ MyNavigationConstants.STATE_OPEN }"/>
While I appreciate the improvements that have been made to Flex 4 states, this
can be a problem for MVC oriented navigation frameworks. Just wondering what
the rational was for making this change.
Thanks,
-TH

