DataGrid Form ToolTip - per row
Posted: Sat Feb 20, 2016 9:58 pm
Hello, is there a way to set individualized tooltips on graphics in a datagrid form array?
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
[/quote]
Thanks for any assistance.
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.