Tooltips with DataGrid
I have my own "button" class (extends movieclip) that dispatch their own looltip events which are then used to show information related to the action of that button.
I have a data grid with rows of events and I want those rows to tie into my established tooltipping system. I'm guessing I can use the rollover event to start a timer (killing the timer with a rollout or click) to dispatch an event and get some information about what I've rolled over and use that to retrieve the info for the tooltip. Right?
Anybody have any suggestions or ideas on this? Pitfalls?