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 [email protected], "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > What do you mean by "the actual object name"? The 'id' that you > specified in MXML? > > > > And what object are you talking about? A component inside your item > renderer? > > > > Gordon Smith > > Adobe Flex SDK Team > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of markgoldin_2000 > Sent: Friday, June 06, 2008 7:12 AM > To: [email protected] > Subject: [flexcoders] Object name from a mouse click > > > > I am overriding mouseDoubleClickHandler event for a custom dataGrid. > How can I get the actual object name (not a class name) when I dblclick? > > Thanks >

