I'm using tabs for my main navigation in my app.  On the first tab, I 
have a button which points to tab 2.  Tab 2 has a viewstack.  I want 
the button in tab 1 to point to tab 2 > myViewstack.selectedIndex=3.

I have something like:

function goTab2Stack3(){
   myViewStack.selectedIndex=3;
   mytabs.selectedIndex=2;

}

This takes me to tab 2 but it shows the wrong stack (shows the first 
view NOT the third).  I have not been able to find a solution in the 
archives.  If somebody could help, I would appreciate it.

Thanks!






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to