Re: [flexcoders] mouseOver an element within a TileList problem

2007-02-10 Thread Roman Protsiuk
I don't really see problem in this. You just have to add event handler to handle "itemRollOver" event of your TileList. That's all. Handler may look like: protected function onItemRollOver(event : ListEvent) : void { someLabelUnderTheList.text = event.itemRenderer.data.name; } Or something li

[flexcoders] mouseOver an element within a TileList problem

2007-02-09 Thread bensmith5774
Hello, I hope someone can help me with my problem - I think I may be missing something rather obvious. I have a TileList populated with data (ArrayCollection). Underneath the TileList I have a blank area. When the user mouseOver's a row in the TileList I want some of that data (for example n