pashminakazi opened a new issue #685: TabNavigator.SelectedChild.Label is throwing exception URL: https://github.com/apache/royale-asjs/issues/685 Project Details are : https://paste.apache.org/cpo8y Test case is available on VDI. Go to Sales from Select in Menu Go to Security -> Group Privileges from Setups in Menu File : com/dbz/modules/Common/dbzGroupPrivileges.mxml In our application we were using mx:ViewStack and s:TabNavigatorContent with TabBar its not working in Royale so I commented **TabBar**, and replace **mx:ViewStack** with **mx:TabNavigator** and **s:TabNavigatorContent** with **mx:VBox** which is working fine but now in dbzGroupPrivileges setups there's a check if (VS.selectedChild.label=="COA") VS is id of ViewStack in Flex and In Royale VS is id of TabNavigator in ViewStack selectedChild is implemented but using TabNavigator it is giving exception  
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
