dijksvi
4 Feb 2012, 12:50 AM
Imagine you have an app that consists of "X" different pages. Would you then implement a TabPanel to manage all of these pages, and have some Navigation controller that activates a specific page based on a particular button click?
I can imagine that you fire events (App.fireEvent('HomePage')) that get caught by the NavigationController that than activates the requested page. Is this a recommend aprroach ?
Any other thoughts ?
Thanks,
Vincent
I can imagine that you fire events (App.fireEvent('HomePage')) that get caught by the NavigationController that than activates the requested page. Is this a recommend aprroach ?
Any other thoughts ?
Thanks,
Vincent