[flexcoders] Listem to an event sent by a DataGrid ItemRenderer

2008-10-19 Thread Sébastien Tromp
Hello, I am stuck with an issue whose solution I cannot find on the Internet. I have an application with a DataGrid: where CountDownRenderer is a custom ItemRenderer that can dispatch a TimerEvent.TIMER_COMPLETE event. I would like to listen in my main application (where

Re: [flexcoders] Listem to an event sent by a DataGrid ItemRenderer

2008-10-19 Thread claudiu ursica
Listem to an event sent by a DataGrid ItemRenderer Hello, I am stuck with an issue whose solution I cannot find on the Internet. I have an application with a DataGrid: where CountDownRenderer is a custom ItemRenderer that can dispatch a TimerEvent.TIMER_ COMPLETE event. I would like to

Re: [flexcoders] Listem to an event sent by a DataGrid ItemRenderer

2008-10-20 Thread jitendra jain
tem to an event sent by a DataGrid ItemRenderer Hello, I am stuck with an issue whose solution I cannot find on the Internet. I have an application with a DataGrid: where CountDownRenderer is a custom ItemRenderer that can dispatch a TimerEvent.TIMER_ COMPLETE event. I would like to lis

Re: [flexcoders] Listem to an event sent by a DataGrid ItemRenderer

2008-10-20 Thread Scott Melby
. Thanks, with Regards, Jitendra Jain *From:* Sébastien Tromp *To:* [EMAIL PROTECTED] ups.com *Sent:* Saturday, 18 October, 2008 3:48:39 PM *Subject:* [flexcoders] Listem to an event sent by a DataGrid ItemRenderer Hello, I am stuck with an issue whose solution I cannot find on the Interne

Re: [flexcoders] Listem to an event sent by a DataGrid ItemRenderer

2008-10-21 Thread Sébastien Tromp
Scott Melby a écrit : > In your item renderer, if you have control over the TimerEvent creation, > set the "bubbles" parameter to true. If you do not, you may want to > catch the event in the renderer and re-dispatch a new one with bubbles > set to true. This will allow your event to bubble o