Thanks, Amy, I didnt think about that.  I've always thought of the Repeater
as a simple grid creator but I guess I'll have to read up on it.

brad

On Sun, Jun 14, 2009 at 11:57 AM, Amy <amyblankens...@bellsouth.net> wrote:

>
>
> --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, Gordon
> Smith <gosm...@...> wrote:
> >
> > 1. If accessing the ComboBoxes you'll create by an index number is
> sufficient, declare an instance var of type Array:
> >
> > private var comboBoxes:Array = [];
> >
> > When you dynamically create a new ComboBox, simply add the reference onto
> the end of this Array:
>
> Or you can use a repeater, which automates this and will automatically
> handle destroying and recreating all the comboboxes if the data source they
> are based on changes.
>
>  
>

Reply via email to