If your component is extended through UIComponent and you are not able to capture the key event. Try adding an instance of EventDispatcher class and add the listener to it.
chances it will work. Anand On Sep 10, 12:22 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote: > Teddy, > > When you press DELETE, does your handler method (delCircle) trigger? Does > your code reach the point where you do removeChild? > > Regards, > Venkatwww.venkatv.com > > On Wed, Sep 10, 2008 at 12:30 PM, HISSAM <[EMAIL PROTECTED]> wrote: > > see if it is UIComponent then u can add the eventlistener to ittry it u > > will success > > > myCircle1 ..addEventListener(KeyboardEvent.KEY_UP,delImage); > > > see if this work, it has to as myCircle is a UIComponent > > > -- > > ----------------------------- > > Warm Regards, > > HISSAM, > > Soft Engg, > > iThinkLabs Pvt Ltd. > > India. > > website:http://www.ithink-labs.com > >http://www.yureekah.com > > ------------------------------ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

