If I were you I'd override the data setter in the ItemRendere and debug in
there. If you got the correct data in there you lost me....
public override function set data(value : Object) : void
{
super.data = value;
//add debugging code in here and see that the path is indeed
the right one
}
Claudiu
________________________________
From: johndoematrix <[email protected]>
To: [email protected]
Sent: Wednesday, December 31, 2008 10:33:40 AM
Subject: [flexcoders] Re: image in tilelist not showing
still confused why the images cant show. i have tested the path to my
images folder and it is correct. is there something am missing?