air - How to manage Two WindowedApplication in Flex? -
case:
1) there 2 .mxml files (windowed application): 1 log-in(active window/ start window) , other main window.
2) main window has viewstack
3) on log-in successful, log-inhandler called main window.
4) log-inhandler access viewstack id of main window.
5) viewstack id shows null.
question:
1) how solve case?
- you should not use 2 windowed applications
- make login page mxmlcomponent
- add login page new nativewindow main app, can communicate it.
Comments
Post a Comment