I have to solve a problem using and old version of xbrowse (2015)
Is it possible to modify this code in order to activate tooltip only if the cell has focus?
- Code: Select all Expand view
- oCol:bToolTip := { || If( oBrw:nArrayAt <= Len( aIncident[ 1 ] ), aIncident[ 1 , oBrw:nArrayAt ], "" ) }
because the tooltip that appears is not related to the selected cell
Another solution accetped since there is an active timer (2/3 seconds), automatically select the cell where the mouse pointer is located
Many thanks
Marco