|
By the way, you almost always should use
rollOver/rollOut instead of mouseOver/mouseOut. The "mouse" versions
have the peculiar behavior that mousing over a child cause a mouseOut from the
parent, which usually isn't what you want. - Gordon From: The MouseOver event is a flash MouseEvent,
so it does not have any knowledge of the data under it. It does have a localX
and locallY property that you might be able to use to figure out what row and
column you are at assuming that your rowHeight and column widths are constant. Joan From: I'm wanting to implement
a mouseOver event that is cell-specific for a |
- RE: [flexcoders] mouseOver for specific cells in DataGrid... Gordon Smith
- [flexcoders] Re: mouseOver for specific cells in Dat... djbrown_rotonews

