You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2021/06/14 08:06:35 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #1116: TabNavigator Issue in getTabAt

pashminakazi opened a new issue #1116:
URL: https://github.com/apache/royale-asjs/issues/1116


   Click on Hide Tab or Show Tab and see the Exception
   [TabNavigator.zip](https://github.com/apache/royale-asjs/files/6644340/TabNavigator.zip)
   ![1](https://user-images.githubusercontent.com/42200979/121816329-6ebc6a80-cc94-11eb-8add-771d23d57215.png)
   ![2](https://user-images.githubusercontent.com/42200979/121816332-71b75b00-cc94-11eb-86b2-88f52b9ae9e7.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:
users@infra.apache.org



[GitHub] [royale-asjs] pashminakazi commented on issue #1116: TabNavigator Issue in getTabAt

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #1116:
URL: https://github.com/apache/royale-asjs/issues/1116#issuecomment-862214030


   @yishayw after your commit getTabAt() is working fine..Thanks


-- 
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:
users@infra.apache.org



[GitHub] [royale-asjs] pashminakazi commented on issue #1116: TabNavigator Issue in getTabAt

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #1116:
URL: https://github.com/apache/royale-asjs/issues/1116#issuecomment-862160122


   @yishayw Thank u so much
   Is there any alternate for getTabAt()?


-- 
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:
users@infra.apache.org



[GitHub] [royale-asjs] yishayw commented on issue #1116: TabNavigator Issue in getTabAt

Posted by GitBox <gi...@apache.org>.
yishayw commented on issue #1116:
URL: https://github.com/apache/royale-asjs/issues/1116#issuecomment-862149209


   I am closing this because my latest commit fixes the example, I would still advise against relying on getTabAt() at this point.


-- 
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:
users@infra.apache.org



[GitHub] [royale-asjs] yishayw commented on issue #1116: TabNavigator Issue in getTabAt

Posted by GitBox <gi...@apache.org>.
yishayw commented on issue #1116:
URL: https://github.com/apache/royale-asjs/issues/1116#issuecomment-862206026


   It depends what you want to do. If you need to remove a button, for example, I think you can change the dataProvider to exclude that particular button.


-- 
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:
users@infra.apache.org



[GitHub] [royale-asjs] yishayw closed issue #1116: TabNavigator Issue in getTabAt

Posted by GitBox <gi...@apache.org>.
yishayw closed issue #1116:
URL: https://github.com/apache/royale-asjs/issues/1116


   


-- 
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:
users@infra.apache.org



[GitHub] [royale-asjs] yishayw commented on issue #1116: TabNavigator Issue in getTabAt

Posted by GitBox <gi...@apache.org>.
yishayw commented on issue #1116:
URL: https://github.com/apache/royale-asjs/issues/1116#issuecomment-862136962


   mx TabNavigator is based on Basic's ButtonBar so accessing individual tabs will yield unexpected results. For full emulation of this component a major refactor is required. I would advise to refactor your application to avoid the need to call getTabAt() at this point.


-- 
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:
users@infra.apache.org