--- In [email protected], "Damien Legros" <[EMAIL PROTECTED]>
wrote:
>
> --- In [email protected], "Damien Legros" <damien.legros@>
> wrote:
> >
> > --- In [email protected], John DuPaix <jrdupaix@> 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
> >
> 
> oops, i mean the "autoLoad" property
>
Thanks for the info, however, the "autoLoad" property didn't do it.
I'm not sure what you mean by overriding the renderer "data" property.
 It's odd to me that if i use a url, it gets reloaded, but a bitmap wont..

Reply via email to