Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
New Contributor
Laert
Posts: 4
Registered: ‎01-22-2013
My Carrier: Life

BB10 globar tab bar application(global TabbedPane)

[ Edited ]

I am creating a cascades application  which is having a global tab bar .It should have 5 tabs and this tabs should be be visible on every screen of the app . How I can make this tabs global? Latter in the app I use navigationPane and tabs dissapears.  And  is there any way to place 5 tabs  at one moment without help of "tabbed menu" ? 

 

Please use plain text.
Developer
Zmey
Posts: 892
Registered: ‎12-18-2012

Re: BB10 globar tab bar application(global TabbedPane)

[ Edited ]

I think actions can't be added directly to TabbedPane, they belong to pages. If you need the same set of actions on different types of pages, create a common base class in which create the actions. Or use a utility function to create the actions and call it from every page's class.

 

As for the global tabbedPane: if you're asking about how to prevent navigationPane overlapping tabs, then I think this currently is not possible unless you implement a custom navigation. :smileysad: NavigationPane is always on top.

 

 

Please use plain text.