|
I have a Custom Cellrenderer, the Cell only contains a image. How can I catch the Click Event and whats the best way to determine which cell was clicked?
This is my current code:
<mx:VBox xmlns:mx="http://www.macromedia.com/2003/mxml" > <mx:Image id="waartekoop" source="@Embed('waar_te_koop.gif')" width="13" height="13" /> </mx:VBox>
Greets,
Sjors Pals
|

