Set the tooltip of a datagrid

Bob Sneidar bobsneidar at iotecdigital.com
Tue Jul 11 21:11:30 EDT 2017


That is half the battle, but the trick is how to detect I am hovering over a datagrid element in the first place. 

Bob S


> On Jul 11, 2017, at 16:54 , Mark Wieder via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
>> Hi all.
>> Not sure if anyone has thought of a way to get the dgDataOfHover (so to speak) of a datagrid. By that I mean, I would like to display a tooltip of selected data from a table datagrid record whenever I hover over a control of that record. That would have to bean a mouseWithin handler in the datagrid script that waited a period of time with messages, then triggered a handler that would discern the control being hovered over and deduce the record from that.
> 
> Don't know if this meets your needs, but I set the tooltip of datagrid elements in the FillInData handler of the datagrid row behavior script.
> 
> -- 
> Mark Wieder
> ahsoftware at gmail.com





More information about the use-livecode mailing list