RE: [flexcoders] Re: create looping component programmatically

2008-03-24 Thread Tracy Spratt
Yes, that is what you must do when instantiating components manually. An option to the Array is an associative array. An associative array is essentially just an Object, and you choose a descriptive name for the property name, and assign a reference to your created component to the property

RE: [flexcoders] Re: create looping component programmatically

2008-03-24 Thread Ary
Thanks jer_ela Tracy i will give it a try :) --- Tracy Spratt [EMAIL PROTECTED] wrote: Yes, that is what you must do when instantiating components manually. An option to the Array is an associative array. An associative array is essentially just an Object, and you choose a