[flexcoders] Re: Creating a new ListEvent - how to specify ItemRenderer?

2009-06-19 Thread Tim Hoff
Nice! -TH --- In flexcoders@yahoogroups.com, "flexcoder2008" wrote: > > Thanks Tim, > > That's not quite the behavior I was looking for though - my List can not be in edit mode. > > I figured out exactly what I needed - I had to use the indexToItemRenderer method of the List - hopefully this wi

[flexcoders] Re: Creating a new ListEvent - how to specify ItemRenderer?

2009-06-19 Thread flexcoder2008
Thanks Tim, That's not quite the behavior I was looking for though - my List can not be in edit mode. I figured out exactly what I needed - I had to use the indexToItemRenderer method of the List - hopefully this will help someone else... Here's my List KeyDown handler: private function myLis

[flexcoders] Re: Creating a new ListEvent - how to specify ItemRenderer?

2009-06-18 Thread Tim Hoff
The list has to editable in order to use that event though. -TH --- In flexcoders@yahoogroups.com, "Tim Hoff" wrote: > > Look at the itemFocusIn ListEvent. > > -TH > > --- In flexcoders@yahoogroups.com, "flexcoder2008" djohnson29@ wrote: > > > > I have a List that handles a Click event - the Cl

[flexcoders] Re: Creating a new ListEvent - how to specify ItemRenderer?

2009-06-18 Thread Tim Hoff
Look at the itemFocusIn ListEvent. -TH --- In flexcoders@yahoogroups.com, "flexcoder2008" wrote: > > I have a List that handles a Click event - the ClickEvent takes a ListEvent, > and inside that handler I have access to the ListEvent's itemRenderer > property. > > This allows me to align a b