Re: [flexcoders] accordion, load ALL

2006-11-29 Thread Yiðit Boyar
Subject: RE: [flexcoders] accordion, load ALL Well the *easy* answer is to set creationPolicy= all on the accordion. But use this carefully, because there are performance impacts on doing this. Karl From: [EMAIL PROTECTED] ups.com [mailto:flexcoders

RE: [flexcoders] accordion, load ALL

2006-11-29 Thread Gordon Smith
: Wednesday, November 29, 2006 6:46 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] accordion, load ALL thanks for your quick anser, but i just need to load one of my child tab not all... so isn't there a way to say accordion, load your xth tab ? thanks - Original Message

Re: [flexcoders] accordion, load ALL

2006-11-29 Thread Michael Schmalle
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Yiðit Boyar *Sent:* Wednesday, November 29, 2006 6:46 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] accordion, load ALL thanks for your quick anser, but i just need to load one of my child tab not all... so isn't there a way

[flexcoders] accordion, load ALL

2006-11-28 Thread Yiðit Boyar
i have an acoordion box, and when sth is clicked inside one canvas, another is opened and a function in the component included in the opened tab is called. but in the first click, because the canvas objects are not preloaded, i cannot call the function... how can i say the accordion component

RE: [flexcoders] accordion, load ALL

2006-11-28 Thread Karl Johnson
28, 2006 5:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] accordion, load ALL i have an acoordion box, and when sth is clicked inside one canvas, another is opened and a function in the component included in the opened tab is called. but in the first click, because the canvas