RE: [flexcoders] Re: Object name from a mouse click

2008-06-11 Thread Gordon Smith
: Friday, June 06, 2008 11:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Object name from a mouse click objDG = new myDG(); I want to know objDG. I have a number of GDs based on the same class. Based on objDG I need to run different parts of my code. --- In flexcoders

RE: [flexcoders] Re: Object name from a mouse click

2008-06-11 Thread Gordon Smith
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Wednesday, June 11, 2008 6:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Object name from a mouse click Ok, let's say I have a container (VBox) that adds some children to itself at the run-time