flex3 - Flex 3 using nested states -


Using states in my Flex form application.

The base state is a regular form. I have an advanced form button, which says the advanced state. Once a user enters invalid data within the advanced state form, an error will be displayed using another error state, which adds a text field to the last child element of the advanced state,

< P> The problem is that when the error status has been removed, instead of displaying an error below the advanced form it goes back to the base position.

Is it possible to call a state from a state?

I am not familiar with the states, but knowing this, it is not that State depending on the object


Comments