Re: [flexcoders] Re: Accordion state change?

2006-06-20 Thread Impudent1
Tim Hoff wrote: Instead of states, you can use a little binding, like: mx:Text x=10 y=10 text={ScriptsAccordion.selectedChild.label} Page Text width=218 id=text1/ Or, create an Array that contains the text that you want to display, in the same order as the Accordion children. You would

[flexcoders] Re: Accordion state change?

2006-06-19 Thread Tim Hoff
Instead of states, you can use a little binding, like: mx:Text x=10 y=10 text={ScriptsAccordion.selectedChild.label} Page Text width=218 id=text1/ Or, create an Array that contains the text that you want to display, in the same order as the Accordion children. You would then similarly bind