Open tab from TabNavigator with actionscript in flex
Posted
by johnorange
on Stack Overflow
See other posts from Stack Overflow
or by johnorange
Published on 2010-03-22T12:41:56Z
Indexed on
2010/03/22
12:51 UTC
Read the original article
Hit count: 338
A short question:
I've got a TabNavigator with multiple canvas children. How can i open one of the children with actions script (imagine it as a tab with an intro and after login the tab with content needs to be opened).
I have tried this.parentDocument.tabs.selectedIndex(1);
but that doesnt work.
© Stack Overflow or respective owner