--- In [email protected], John DuPaix <[EMAIL PROTECTED]> wrote: > > > I have an odd this happening in my tilelist. I am using a custom renderer that is an image. For the image source, i am using bindable bitmap data instead of a url. Everything works fine at first, but as the tilelist gets longer, the previous images start disappearing. Then when i scroll up and down, they all disappear and are not redrawn. Any ideas? Thanks, John >
The list renderers get recycled once they disapear from the screen, make sure you set the "load" proterty of the image to true, and maybe you will need to override the renderer "data" property too :) Damien

