Re: [flexcoders] Re: What event to catch

2007-12-31 Thread jeff
On Sat, Dec 29, 2007 at 02:29:18PM -, ben.clinkinbeard wrote: An example of this approach can be seen here: http://www.returnundefined.com/files/CheckBoxRenderers/srcview/index.html That is using a click event but the principle is identical. In this example, why is the event listener

[flexcoders] Re: What event to catch

2007-12-31 Thread ben.clinkinbeard
You certainly could put the listener there but that would cause a number of disadvantages. It would make for a less clear separation of duties because your renderer class would then contain logic as well. In the context of a large application you definitely would not want to be setting data and

[flexcoders] Re: What event to catch

2007-12-29 Thread ben.clinkinbeard
[mailto:[EMAIL PROTECTED] On Behalf Of mark goldin Sent: Thursday, December 27, 2007 6:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] What event to catch Is there an applicable event at the Gird level? Alex Harui [EMAIL PROTECTED] wrote: focusOut