I control my tabs like this from the container/application holding the tab.
myTab.selectedIndex=myTab.getChildIndex(sisterID);

This is how I control the tabs from within the children
            var tn:TabNavigator = parent as TabNavigator;
            tn.selectedIndex = 
tn.getChildIndex(tn.getChildByName("sisterID"));


its_llpj wrote:
>
> Is there a way to link from one tab to its sister tab?
>
> I have a datagrid within one tab and if the record is related to the
> sister tab I would like to have a link that when clicked will open the
> sister tab and show the related record. Is this possible?
>
> __

Reply via email to