Screens in flash may be good for this, but I can see doing this using a ViewStack in Flex... then either your backend (Java, CF) along with some Actionscript would determine which child was selected... Accordions are mainly for splitting out steps (a check out for example)...
Flex doesn't have built in Flow control, like Screens in Flash... but Flex gives you the tools to do what you need.. Personally, I would do this in Flex using a View stack with multiple children and then code some rules to show the one I need.. HTH, Clint On Fri, 18 Mar 2005 14:59:16 -0000, Harris Reynolds <[EMAIL PROTECTED]> wrote: > > > I feel like I am trying to put a square peg in a round hole using > Flex to create a Wizard based app (Next/Back flow control). > Components like Accordian and ViewStack are cool, but not great for > a series of 10 to 15 questions. > > Has anyone actually implemented a solution where you have several > questions where the answers dictate the flow of the questionaire? > > If there isn't a good way to do this in Flex I can simply revert to > using the Screens/Forms in Flash MX Pro; maybe in this case Flash > is just the right tool for the job. > > Anyone have some thoughts on this? Macromedia? > > ~harris > > > --- In [email protected], Abdul Qabiz <[EMAIL PROTECTED]> wrote: > > First question: You can use Accordion but it isn't like the > typical ones, > > but you can make one using ViewStack, Panel & ControlBar, I guess > so... > > > > Second Question: Look into ASDocs, here is the link: > > http://livedocs.macromedia.com/flex/15/asdocs_en/ > > > > > > -abdul > > > > -----Original Message----- > > From: Harris Reynolds [mailto:[EMAIL PROTECTED] > > Sent: Sunday, March 13, 2005 6:22 AM > > To: [email protected] > > Subject: [flexcoders] Flow Control in Flex > > > > > > > > Quick question: What is the primary control one would use in Flex > > to implement a Wizard like application? I am looking for > something > > similar to Screens in Flash. I have looked through the explorer > > example, but didn't see anything for implementing flow control. > > > > Also, is there a "Components Dictionary" somewhere in the Flex > > documentation similar to the one for Flash MX components? I'd > like > > to see all the properties/methods/events available on all the > > available Flex components. > > > > TIA, > > > > ~mh > > > > > > > > > > > > > > Yahoo! Groups Links > > Yahoo! Groups Links > > > > > -- My Blog http://www.clinttredway.com Are you diabetic? http://www.diabetesforums.com

