RE: [flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Tracy Spratt
On Behalf Of Brad Bueche Sent: Sunday, June 14, 2009 9:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Dynamically Naming Objects Ok, thanks for the underscore there, Tracy. Sounds like exactly what I need. Basically, at a simple level I'm extending that searchcode

Re: [flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Brad Bueche
-- > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Brad Bueche > *Sent:* Sunday, June 14, 2009 6:11 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Re: Dynamically Naming Objects > > > >

RE: [flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Tracy Spratt
11 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Dynamically Naming Objects 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 mailt

Re: [flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Brad Bueche
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 wrote: > > > --- In flexcoders@yahoogroups.com , Gordon > Smith wrote: > > > > 1. If accessing the ComboBoxes

[flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Amy
--- In flexcoders@yahoogroups.com, Gordon Smith 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