[flexcoders] UIComponents as Object keys and Re-parenting

2008-05-28 Thread Maciek Sakrejda
I have a UIComponent (let's call it Foo) that extends Canvas. I'm trying to track various instances of this in an Object, mapping each instance to some String metadata. However, when I re-parent a Foo instance (by adding it to a new container), or I re-parent that parent container, it seems to be

RE: [flexcoders] UIComponents as Object keys and Re-parenting

2008-05-28 Thread Gordon Smith
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Maciek Sakrejda Sent: Wednesday, May 28, 2008 10:19 AM To: flexcoders Subject: [flexcoders] UIComponents as Object keys and Re-parenting I have a UIComponent (let's call it Foo) that extends Canvas. I'm trying

RE: [flexcoders] UIComponents as Object keys and Re-parenting

2008-05-28 Thread Maciek Sakrejda
Ah, that makes perfect sense. That's exactly the explanation I was looking for. Thanks, Alex. -Maciek -Original Message- From: Gordon Smith [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] UIComponents as Object keys and Re