Thanks Ansh for the quick response. Is it ok to use combination of both ? As mentioned, I already have a viewstack for the homepage. So I was thinking of using modules for rest of the pages.
Kshama On Wed, May 20, 2009 at 4:50 AM, Ansh <[email protected]> wrote: > > Hey kshama, > Views could be maintained as in 3 different ways. > 1. Through ViewStack > 2. Through States > 3. Through Modules > > Recommended way to handle views is with Modules. > > Regards, > Anshuman > > On May 20, 1:43 am, "[email protected]" <[email protected]> > wrote: > > Hello... > > > > I have a ToggleButtonBar for which data is provided by ViewStack with > > 3 views - Home,Browse,About. As the application advances , I will need > > many more views and will have to navigate to them based on the actions > > performed by the user. So should I have one more ViewStack container ? > > Because if I add more views to the existing ViewStack, it gets added > > to the ToggleButtonBar and can be navigate manually by the user. > > > > What is the most recommended way of achieving this , keep one > > viewstack or its ok to have more than one ? And if I have more than > > one do I need to instantiate it ? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

