[flexcoders] ItemRenderer issue

2012-01-03 Thread Raj raju
Hello group , I have one query related to ItemRenderer . Am using customItemRender in TileList . Initially i have assigned some data to that tileList . On some interaction am doing updation to  the tilelist ( am changing source of the itemrenderer image ) . Now i want that dynamic changed image

Re: Re: Re: [flexcoders] ItemRenderer issue

2011-08-29 Thread claudiu ursica
As far as I am aware list has the visualization turn on by default ... C From: j2me_soul To: flexcoders@yahoogroups.com Sent: Monday, August 29, 2011 2:50 PM Subject: Re:Re: Re: [flexcoders] ItemRenderer issue   I mean set the useVIrtualLayout to true At

Re:Re: Re: [flexcoders] ItemRenderer issue

2011-08-29 Thread j2me_soul
t. C From: j2me_soul To: flexcoders Sent: Monday, August 29, 2011 2:20 PM Subject: [flexcoders] ItemRenderer issue I use the spark list component.I want to set the itemrenderer to the default state when the new data is coming. I try to write the code in the createComplete handler but it

Re: Re: [flexcoders] ItemRenderer issue

2011-08-29 Thread claudiu ursica
What do you mean by " set the visualization to the parent listbase component"? From: j2me_soul To: flexcoders@yahoogroups.com Sent: Monday, August 29, 2011 2:34 PM Subject: Re:Re: [flexcoders] ItemRenderer issue   Thanks for the reply. If I overrid

Re:Re: [flexcoders] ItemRenderer issue

2011-08-29 Thread j2me_soul
e_soul To: flexcoders Sent: Monday, August 29, 2011 2:20 PM Subject: [flexcoders] ItemRenderer issue I use the spark list component.I want to set the itemrenderer to the default state when the new data is coming. I try to write the code in the createComplete handler but it only excute one time ! An

Re: [flexcoders] ItemRenderer issue

2011-08-29 Thread claudiu ursica
element or not. C From: j2me_soul To: flexcoders Sent: Monday, August 29, 2011 2:20 PM Subject: [flexcoders] ItemRenderer issue   I use the spark list component.I want to set the itemrenderer to the default state when the new data is coming. I try to

[flexcoders] ItemRenderer issue

2011-08-29 Thread j2me_soul
I use the spark list component.I want to set the itemrenderer to the default state when the new data is coming. I try to write the code in the createComplete handler but it only excute one time ! And I try to write the same code in the addedToStage and added event handlers but the result is same