When I grab the thumb and scroll quickly, it skips over a bunch of images. If you're having problems, try it in Moxie.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of nxzone Sent: Tuesday, October 02, 2007 8:16 AM To: [email protected] Subject: [flexcoders] Re: Tilelist and image That shouldn't be true but it is... Here a simple example for you: http://www.ideeclic.com/tilebug/scrollbug.html <http://www.ideeclic.com/tilebug/scrollbug.html> Check the communication with Charles proxy. Thank you David --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > That shouldn't be true either. To grab the scroll thumb to quickly > scroll through 20000 images will cause you to skip lots of the images. > > Note also that loads are synchronous when testing from FlexBuilder and > will behave differently when deployed to the web. > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of nxzone > Sent: Friday, September 28, 2007 11:16 AM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Re: Tilelist and image > > > > Hi, > > Thank you for you answer. I expect the loads stop and new ones start > when scolling but it's false... The load never stop until he is > loader! Why, i dont know but it's stup** :). So if i have a tile list > with 20000 images, if i scroll at the bottom very very fast, i will > load all the 20000 images. And if i want to see only the image number > 19999, i must wait to load the 19999 before. Crasy... > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > , "Alex Harui" <aharui@> wrote: > > > > I would expect the loads to stop and new ones to start when scrolling. > > SuperImage from quietlyscheming.com should alleviate some of that > > > > When you close the Canvas, there is nothing to tell the renderers to > > stop loading. You can build that in if you want. > > > > ________________________________ > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > ] On > > Behalf Of nxzone > > Sent: Wednesday, September 26, 2007 6:56 PM > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > > Subject: [flexcoders] Tilelist and image > > > > > > > > Hi, > > > > I try to do a image browser with a tilelist like this: > > <mx:TileList id="tileBrowser" itemRenderer="{imagebox}" > > borderStyle="solid" dataProvider="{_dataprovider}" height="100%" > > width="100%" verticalScrollPolicy="on"> > > </mx:TileList> > > > > My dataprovider can be a list of hundreds of images. > > > > If I scroll, all visible need to be load. > > > > This is working but... why when i scroll, all image start to load > > but never stop to load even when they are hidden... I mean if the > > image is a 10% of loading, when i scroll and the image is been hide > > why the loader doesn't stop to load this specific image?? > > Even if i close my Canvas that containt the tilelist, all image > > continu to load pointlessly. > > Thank you! > > >

