No - but contact me off the list and I can try to get some information to you.
Jeff http://www.flexauthority.com ----- Original Message ----- From: "Andrew Spaulding" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, May 11, 2005 6:44 PM Subject: [flexcoders] Re: Open all accordion panes? > Is there a sample of this on FlexAuthority? > > Thanks, > > Andrew > www.flexdaddy.com > > > --- In [email protected], "Jeff Steiner" <[EMAIL PROTECTED]> wrote: > > Andrew, > > > > You could actually create something a bit more custom - try looking > at the > > Cart/product detail view on the Flex Store example. I used that as the > > basis for a slider between 3 different accordion like elements. I > default > > by allowing you to see all 3 and then go from there. > > > > Jeff > > http://www.flexauthority.com > > > > ----- Original Message ----- > > From: "Andrew Spaulding" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Wednesday, May 11, 2005 5:56 PM > > Subject: [flexcoders] Re: Open all accordion panes? > > > > > > > Thanks Jeff, > > > > > > I'll take a look at it ... thanks ;) > > > > > > Andrew > > > > > > > > > --- In [email protected], Jeff Tapper <[EMAIL PROTECTED]> wrote: > > > > 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/f > > lexcoders/>http://groups.yahoo.com/group/flexcoders/ > > > > > > > > > > > > > > > > > > > * > > > > > > > * To unsubscribe from this group, send an email to: > > > > > > > * > > > > > > > > > > > > > > > > > ><mailto:[EMAIL PROTECTED]>flexcode > > [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/fle > > xcoders/ > > > > > > > > > > > > > * > > > > > * To unsubscribe from this group, send an email to: > > > > > * > > > > > > > > > > > <mailto:[EMAIL PROTECTED]>flexcoder > > [EMAIL PROTECTED] > > > > > > > > > > > > > * > > > > > * Your use of Yahoo! Groups is subject to the > > > > > <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service. > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > 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/

