try using something like

<mx:TileList id="tl" />

in script block :-
tl.invalidateDisplayList();
tl.validateNow();
try with various invalidate and validate properties.

you can also try <name of dataprovider>.reset();

On Nov 30, 4:29 pm, vishal lad <vish...@gmail.com> wrote:
> Hi,
>
> I have TileList, which is used to populate some product items with
> images.The problem is when I edit the image and reload the data provider of
> tile list it shows the older image.Not the newer one.I have tried clearing
> the dataprovider and again assigning the dataprovider.But this not
> working.My Image is replaced at the server side.But not reflected in
> tilelist. What could be the reason and how we solve this.
> Thanks and Regards
> Vishal

--

You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.


Reply via email to