Roger.
Sure you can, but datagrids are complex. You can "set the toolTip of field "col 1 0001" to "whatever" and the tip will appear when you hover over the first field of the first column. This is the default name schema of fields in datagrids, and those names can be changed. But when editing, a separate "phantom" field is created on the fly at the rect of the field to be edited, and this will hamper the tip from showing, because the phantom overlies it, so the tooltip will not be invoked. All this is manageable, I guess, The name of the editing field is "dataGridFieldEditor", and you could have that field's toolTip reflect the underlying field. Craig Newman -----Original Message----- From: Roger Eller <roger.e.el...@sealedair.com> To: How to use LiveCode <use-livecode@lists.runrev.com> Sent: Sun, Apr 7, 2013 5:15 pm Subject: Can I show a tooltip for datagrid cells? How can I make a tooltip which dynamically shows the content of a datagrid cell, which may be truncated by its width? ~Roger _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode