RE: [flexcoders] Problem with TileLIst RowCount

2007-11-20 Thread Alex Harui
After an addChild, a whole validation sequence must happen before the TL is layed out. There is an updateComplete event when finished, or you can force it with validateNow(), but that can be expensive. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Problem With TileList...

2005-08-03 Thread Matt Chotin
Well the 12th row is the first one that comes from offscreen right? So the TileList is re-using the cells from the 1st row and redrawing the data for the 12th row. Maybe your setvalue method isnt updating everything that it should in the cell renderer? If you shorten the TileList to only

RE: [flexcoders] problem with TileList

2005-04-15 Thread Kristopher Schultz
Duccio, I think the problem is this line: img.load=data.thumb; You are using "load" as if it were a settable property, but it is actually a method of the the Image class and would therefore be used with the following syntax: img.load(data.thumb) Alternately, you could set the

Re: [flexcoders] problem with TileList

2005-04-15 Thread Duccio
everything's ok. Duccio - Original Message - From: Kristopher Schultz To: flexcoders@yahoogroups.com Sent: Friday, April 15, 2005 5:09 PM Subject: RE: [flexcoders] problem with TileList Duccio, I think the problem is this line: img.load=data.thumb

RE: [flexcoders] problem with TileList

2005-04-15 Thread Matt Chotin
@yahoogroups.com] Sent: Friday, April 15, 2005 8:42 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] problem with TileList Thanks Kristopher, iwas tryingwith img.source so i did that mistake. I have already done the correction but the problem is that i don't see images yet. I see the items