I am creating an application. At one view I have three states. If I changes state and than back button pressed it unloads the application.
I am developing it in Adobe AIR.
any one have any idea how to fix it.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
States are not views, they do not get stacked in the navigator. Back button will never go backward for your states. The back button will drop the view you push until it reach the view 0, then it’ll exit the application. You can monitor what’s going on with the back button by listening like this: