--- In flexcoders@yahoogroups.com, "giopaia" <[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com, "Amy" <amyblankenship@> wrote:

> > > Any idea how to avoid the freezing problem?
> > 
> > Have you tried setting includeInLayout to false on the TileList 
until 
> > after the transition is finished?
> > 
> > HTH;
> > 
> > Amy
> >
> 
> 
> In this way I'm obliged to create all instances of the tilelists
> before entering the states they are part of...
> and it is a bit too much in terms of things to download...
> but for now it works... and really well, the movement now it's 
smooth.
> When I have time I'll try to dive into it to optimize it.

I would think if you don't specify the dataProvider or itemRenderer 
of the TileList until you're ready to use the TileList, it shouldn't 
be that expensive to create.

HTH;

Amy

Reply via email to