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
   
   
![image](https://user-images.githubusercontent.com/42200979/72594391-165f2d00-3929-11ea-9121-6e0dd0db71a8.png)
   
   
![image](https://user-images.githubusercontent.com/42200979/72594376-0ba49800-3929-11ea-9e95-d9548047e91a.png)
   
   

----------------------------------------------------------------
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

Reply via email to