RE: [flexcoders] Re: weird accordion consequences

2007-05-03 Thread Tracy Spratt
In that case, you could listen for the creationComplete event of the child view, then do your setup. creationPolicy="all" is almost cheating. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arieljake Sent: Wednesday, May 02, 2007

RE: [flexcoders] Re: weird accordion consequences

2007-05-03 Thread Gordon Smith
Don't pull data from outside your component. Push outside data into your component, but store it in data vars, not directly in the children. Then when the children get created, have them pull data to display from those data vars. - Gordon From: flexcoders@yahoog