I'm just wonder if its possible to change States via a function in flex?
How would I go about doing this?
Thank!
I'm just wonder if its possible to change States via a function in flex?
How would I go about doing this?
Thank!
If its in the same component, how about this.currentState='NewState'?