Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Navigate to another window from a full screen-window

Hi

I have a 3 tabs / 3 windows app.
One of the window is a full screen window in which I hide the tab bar and nav bar.

How do I navigate from the full screen window to one of the other windows?

Thanks!

— asked March 26th 2010 by Peter Lum
  • full-screen
  • navigate
  • windows
0 Comments

2 Answers

  • Havent verified this but you may want to try this snippet:

    Titanium.UI.currentTabGroup.setActiveTab(Titanium.UI.currentTabGroup.tabs[index])
    
    — answered March 26th 2010 by First Name Last Name
    permalink
    1 Comment
    • Do you know how to do this when your not using a tab group?

      just opening some windows and setting which one will be in front with an custom event?

      — commented April 26th 2011 by travis k
  • Thanks Jon, it works now!!

    Another question; can I add an animation when transiting to the new window?

    — answered March 26th 2010 by Peter Lum
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.