Example:
1. My database call retrieves the following information:
Cat,Fluffy,SouthEast
Dog,Spot,NorthEast
2. My Datagrid Form Template has a graphic button of a map
3. If you hover over the graphic button in the row of Fluffy it will display the tooltip SouthEast /
If you hover over the graphic button in the row of Spot it will display the tooltip NorthEast
I found this post, but it applies to entire datagrid object:
http://forums.livecode.com/viewtopic.php?f=7&t=9432
Code: Select all
set the tooltip of graphic "dgAlternatingRows" of group "Datagrid 1" to "hahaha"
Thanks for any assistance.