[flexcoders] Interesting problem: dynamically creating id's and later referencing them.

2008-07-30 Thread Thatcher
Hi Guys (and Girls), Ok, so I have been fighting a couple of days to figure this out. In order to make a large and compliated form with drag and drop in of more form fields I want to dynamically add an id to an display object, and then be able to reference it later to get data out. Somehow

Re: [flexcoders] Interesting problem: dynamically creating id's and later referencing them.

2008-07-30 Thread Sid Maskit
(myChild); } If you need to have references to multiple components, you could store them in an array. - Original Message From: Thatcher [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 30, 2008 12:18:29 PM Subject: [flexcoders] Interesting problem: dynamically creating

RE: [flexcoders] Interesting problem: dynamically creating id's and later referencing them.

2008-07-30 Thread Gordon Smith
Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thatcher Sent: Wednesday, July 30, 2008 12:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Interesting problem: dynamically creating id's and later referencing