Using rendrer in list in flex
Posted
by Anshuman Jaiswal
on Stack Overflow
See other posts from Stack Overflow
or by Anshuman Jaiswal
Published on 2010-05-19T08:34:14Z
Indexed on
2010/05/19
8:40 UTC
Read the original article
Hit count: 253
flex3
Hi all I am using list component in flex & using custom itemRenderer i.e I have made a component named frameRenrer(there are two controls ImageControl and label control) where I set the image source and label text on creationComplete event.And I providing the data using dataProvider function in List component.But actually problem is that when I scroll this list only 4 items are displayed repeatedly and to check it I make a function on mouseOver of image control in this I am using Alert.show(data.label); then it shows the correct data but it is not displayed in the list.In data provider I am using ArrayCollection. What is the problem anyone????
© Stack Overflow or respective owner