01-22-2013 05:58 AM - edited 01-22-2013 07:19 AM
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" ?
01-22-2013 07:09 AM - edited 01-22-2013 07:11 AM
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.
NavigationPane is always on top.