Re: [flexcoders] Can I use mouseOver() an image in ActionScript

2009-02-18 Thread Jeffry Houser

 What problems did you have trying to accomplish this? 

 Without testing anything, I would expect the DataGrid to 'capture' the 
mouseOver event as opposed to the itemRenderer component.  So, I'd 
expect you'd need some way to trigger a function in the renderer based 
on the DataGrid mouseOver . 

 But, this is just my first guess. 

yossi.baram wrote:
> Hi,
> I have some images in a DataGrid cells and I need to chatch the event 
> when I hover on them.
> The images are created in an ItemRenderer AC, so it has to be done 
> there, raising an Alert for example.
>
> Thanks
>   


-- 
Jeffry Houser, Technical Entrepreneur
Adobe Community Expert: http://tinyurl.com/684b5h
http://www.twitter.com/reboog711  | Phone: 203-379-0773
--
Easy to use Interface Components for Flex Developers
http://www.flextras.com?c=104
--
http://www.theflexshow.com
http://www.jeffryhouser.com
--
Part of the DotComIt Brain Trust




[flexcoders] Can I use mouseOver() an image in ActionScript

2009-02-18 Thread yossi.baram
Hi,
I have some images in a DataGrid cells and I need to chatch the event 
when I hover on them.
The images are created in an ItemRenderer AC, so it has to be done 
there, raising an Alert for example.

Thanks