Titanium Community Questions & Answer Archive

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

Magazine App Concept - Problems & Suggestions

Hello,

I am trying to build a magazine app like Sports Illustrated's one. You can see it @ "http://www.youtube.com/watch?v=U3j7mM_JBNw"

I have some problems implementing the Page Viewer. They use a TabBar Controller to run a scrollView with the thumbails of the pages (min. 1:40). How can i build a TabGroup with a new window (or a view) to emulate like they do? I can't run a window in background with the html pages and open a new window with the ScrollView and the thumbails inside (pageViewer's window overlaps my main_window).

Any idea/suggestion? Thanks :)

— asked July 15th 2010 by Ivan Gallego Sanchez
  • magazine
  • tabgroup
  • window
0 Comments

2 Answers

  • i wouldn't use a tab group.
    how about a pop up a new view at the bottom with image views for each button add event listeners to trigger the behaviour and links you need.

    — answered July 15th 2010 by Steve Burtenshaw
    permalink
    0 Comments
  • Thanks Steve,

    Actually I use a Toolbar with buttons but I have troubles with events. I cannot give a click event to the main window because the ScrollView with the html pages overlap it. If i give the click event to the main ScrollView to show/hide the Toolbar, the ScrollView doesn't load the webviews. It's a bug or I am doing wrong?

    Thanks.

    — answered July 15th 2010 by Ivan Gallego Sanchez
    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.