Re: [flexcoders] accordion, load ALL

2006-11-29 Thread Michael Schmalle
- *From:* flexcoders@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

RE: [flexcoders] accordion, load ALL

2006-11-29 Thread Gordon Smith
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 to say accordion, load your xth tab ? thanks - Origin

Re: [flexcoders] accordion, load ALL

2006-11-29 Thread Yiðit Boyar
7:19:20 PM 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.co

RE: [flexcoders] accordion, load ALL

2006-11-28 Thread Karl Johnson
t: Tuesday, November 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

[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