I'd start by going through the Accordion.as file in the FlexForFlash.zip. In the current implementation, its the commitSelectedIndex() method which actually changes which child is seen. To allow for multiple to be seen, you'd want to add a new method showAllChildren() or some such thing, which replicates that logic, bur rather than toggling them each off, toggles them each on and positions them accordingly.
At 08:37 PM 5/11/2005, you wrote: >Hi Jeff, > >Thanks for the reply. Do you have any suggestion for where to begin? I >thought I would have to customise this, but I'm not too sure where to >start from. > >Thanks, > >Andrew. > > > > >--- In [email protected], Jeff Tapper <[EMAIL PROTECTED]> wrote: > > You'd have to subclass it for that, or create your own. The Accordion > > class acts a lot like a view stack, in that its built to only allow a > > single child to be seen at any time. You could subclass it and >change this > > behavior. > > > > At 07:53 PM 5/11/2005, you wrote: > > >Hi all, > > > > > >Is it possible to open more than one accordion pane at the same time? > > >Lets say I have an expand all button, is this possible? > > > > > >Thanks, > > > > > >Andrew Spaulding > > > > > > > > > > > > > > >---------- > > >Yahoo! Groups Links > > > * To visit your group on the web, go to: > > > * > > > ><<http://groups.yahoo.com/group/flexcoders/>http://groups.yahoo.com/group/flexcoders/>http://groups.yahoo.com/group/flexcoders/ > > > > > > > * > > > * To unsubscribe from this group, send an email to: > > > * > > > ><mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] > > > > > > > * > > > * Your use of Yahoo! Groups is subject to the > > > > <<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/info/terms/>Yahoo! > Terms of Service. > > > > >---------- >Yahoo! Groups Links > * To visit your group on the web, go to: > * > <http://groups.yahoo.com/group/flexcoders/>http://groups.yahoo.com/group/flexcoders/ > > > * > * To unsubscribe from this group, send an email to: > * > <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] > > * > * Your use of Yahoo! Groups is subject to the > <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

