Page 1 of 2

How to use MobileNavBar

Posted: Thu Oct 18, 2012 7:27 pm
by rammohan.acharyadasa

Hi
i want to MobileNavNar in my app
MobileNavNar should have 3 tabs( items)
When i click on tab1 it should open page1 ( should highlight tab1 to know it is selected)
When i click on tab2 it should open page2 ( should highlight tab2 to know it is selected)
When i click on tab3 it should open page3 ( should highlight tab3 to know it is selected)

How to achieve above


How to use MobileNavBar

Posted: Thu Oct 18, 2012 8:00 pm
by maxkatz

There is a NavBar component in the palette.

Place it in the header, on each page (you can add/remove buttons in properties)

For each page, check the selected button (in properties)

Use Click/Navigate To Page to navigate to any other page.

http://help.gotiggr.com/documentation...


How to use MobileNavBar

Posted: Thu Oct 18, 2012 10:06 pm
by rammohan.acharyadasa

Thanks Max. i tried it works fine great .
Now inside Page1 i have added MobileList with 3 mobile list items
when i click on MobileLisst1 -- it should go to -- paneX.
Pagex will have some information ( i did not add navigation bar to it)
it is working fine. But when it goes to PageX it is missing navigationbar.
if the user want to go to Page1 he need to click on Tab1 as Tab it self is not appearing on pagex, there is no way he directly go to Page1.
please advice how to achieve


How to use MobileNavBar

Posted: Thu Oct 18, 2012 10:36 pm
by rammohan.acharyadasa

above i meant i did not add navigation bar on PageX.

i want to display navigarionbar(with tabs) on all the pages . so that the user can go to different tabs ( tab1(will got to page1),tab2(will go to page2),tab3(will go to page3)) at any time
How to achieve this


How to use MobileNavBar

Posted: Thu Oct 18, 2012 10:53 pm
by rammohan.acharyadasa

Max/Tiggzi team
can u please help on this


How to use MobileNavBar

Posted: Thu Oct 18, 2012 11:08 pm
by maxkatz

I'm not sure I understand the question. If you want to have a NavBar on each page, simply place it on every page with appropriate Navigate To Action.


How to use MobileNavBar

Posted: Thu Oct 18, 2012 11:23 pm
by rammohan.acharyadasa

Let me explain in better way.
i added navigationbar with tab items. as per your suggestion (http://help.gotiggr.com/documentation...) i did it.

When i click on tab1 it is going to page1 (highlighting tab1 to know it is selected)
When i click on tab2 it is going to page2 ( highlighting tab2 to know it is selected)
When i click on tab3 it is going to page3 ( highlighting tab3 to know it is selected)
till now everything is working fine
Now
on pag1, i added mobilelist( with 2 list items) when i click on first litem it should go to pageX. i did it. it works fine.
but when it goes to PAgeX , it does not display navigation bar. note that on PAgex i did not add navigationbar.
Q1: is there anyway i can show navigationbar always. ?
Q2: is there anything called subpage etcc.. i mean Pagex is subpage of Page1.as page1 has navigationbar , same navigation bar can pagex display it?
Q3: i want to see navigation bar always on the footer of all the pages/
i hope u this is clear now.
Max: please let me know


How to use MobileNavBar

Posted: Fri Oct 19, 2012 12:34 am
by maxkatz

Do you want to use something like a page template?


How to use MobileNavBar

Posted: Fri Oct 19, 2012 4:35 am
by rammohan.acharyadasa

maX,
DO you have tutorial /documentation for how to use page template in using Tiggzi


How to use MobileNavBar

Posted: Fri Oct 19, 2012 4:39 am
by maxkatz