Im using states in my flex form application.

The base state is the regular form. I then have an advanced form button which calls the advanced state. Once inside the advanced state form if a user enters invalid data an error will be displayed using another error state which just adds a text field to the lastChild element of the advanced state,

the problem im having is that when the error state is kicked off, instead of displaying the error below the advanced form it instead goes back to the base state.

Is it possible to calls a state from inside another state?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

I'm not familiar with states, but judging from the documentation, isn't that what the basedOn attribute of the State object is for?

link|improve this answer
feedback

you can check out the flex states tutorial here :

http://askmeflash.com/tutorial/0/how-to-create-website-in-flex-tutorial-my-first-flex-website

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.