I want to use multiple tab bar in my applications and the tabbarPanel visible is set to false so that user cannot control the tabs. My application will control the tabs.
However, when the number of tabs reaches 7 or 8, the "More" panel will appear on top. How can i disable the "More" panel from appearing?
please advise
thanks
chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm.. maybe i think i should use NavigationController instead. Seems like that component is more suited for tab-less app control navigation. Will have to re-code my app again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Now i am having navigation problem with NavigationController. If i want to navigate to a particular page for anytime, it is not easy. When to push and when to pop. There isn't a function to navigate to a particular page like setting active tab. Setting active page in Navigation Controller does not change the page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Now i am having navigation problem with NavigationController. If i want to navigate to a particular page for anytime, it is not easy. When to push and when to pop. There isn't a function to navigate to a particular page like setting active tab. Setting active page in Navigation Controller does not change the page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to use multiple tab bar in my applications and the tabbarPanel visible is set to false so that user cannot control the tabs. My application will control the tabs.
However, when the number of tabs reaches 7 or 8, the "More" panel will appear on top. How can i disable the "More" panel from appearing?
please advise
thanks
chris
Hmm.. maybe i think i should use NavigationController instead. Seems like that component is more suited for tab-less app control navigation. Will have to re-code my app again.
Now i am having navigation problem with NavigationController. If i want to navigate to a particular page for anytime, it is not easy. When to push and when to pop. There isn't a function to navigate to a particular page like setting active tab. Setting active page in Navigation Controller does not change the page.
Now i am having navigation problem with NavigationController. If i want to navigate to a particular page for anytime, it is not easy. When to push and when to pop. There isn't a function to navigate to a particular page like setting active tab. Setting active page in Navigation Controller does not change the page.