Ok, so I have a TileList using a itemRenderer known as Thumb.mxml.  In
Thumb.mxml I have

<mx:Image  id="up" source="{upArrow}" visible="false"
click="mx.controls.Alert.show('hello');"/>

I mash run, all looks good.  When I click on the image, nada, as in
nothing occurs.  If I change the event to mouseOver, mouseDown,
etc...it works.  Shouldn't click work too?

--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to