[flexcoders] Re: addEventListener in itemRenderer of DataGrid

2009-03-04 Thread Tim Hoff
It really depends on what you are listening to, what you are listening for, and what type of itemRenderer you are using. Typically though, eventListeners are added either in the constructor or the createChildren() function. -TH --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@...

[flexcoders] Re: addEventListener in itemRenderer of DataGrid

2009-03-04 Thread oneworld95
Thanks, Tim. I'm using a VBox control to wrap the items in the itemRenderer so it can go in the creationComplete handler for that. - Alex C --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: It really depends on what you are listening to, what you are listening for, and what

[flexcoders] Re: addEventListener in itemRenderer of DataGrid

2009-03-04 Thread Tim Hoff
yup, for mxml itemRenderers, that'll work fine as well. -TH --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: Thanks, Tim. I'm using a VBox control to wrap the items in the itemRenderer so it can go in the creationComplete handler for that. - Alex C --- In