Re: LC 9.0 Windows - tooltip broken for new datagrid?

2018-10-18 Thread Bob Sneidar via use-livecode
Well think about pointing at a populated record. Does the user want the tooltip for the datagrid? A tooltip for the record itself (they way I created a hack for) or the tooltip for the individual field? But I agree, if it doesn't do anything, it shouldn't be there. Bob S > On Oct 17, 2018,

Re: LC 9.0 Windows - tooltip broken for new datagrid?

2018-10-17 Thread Bernard Devlin via use-livecode
Thanks. If it's not supposed to work then best to remove it from the property inspector so the product doesn't appear buggy to new users. I have Livecode 5.5 on another machine. I'll see if the tooltip works there. I see no reason why a datagrid (even if it is a fancy group) shouldn't have a

Re: LC 9.0 Windows - tooltip broken for new datagrid?

2018-10-16 Thread Bob Sneidar via use-livecode
Actually, everything in a datagrid is an object of some sort with it's own tooltip (empty by default). There would have to be special code to display the tooltip for a datagrid instead of the tooltip for the object you are pointing at. I tested in a new stack and the tooltip for a datagrid

LC 9.0 Windows - tooltip broken for new datagrid?

2018-10-16 Thread Bernard Devlin via use-livecode
Am I right that this is broken? A new stack with a single button will show the button's tooltip when the pointer hovers over it. Add a datagrid, and set the tooltip for the datagrid through the inspector. The tooltip does not display no matter where the pointer is in the datagrid. Regards