xbrowse old version (2015) oCol:bToolTip
Posted: Mon Jun 15, 2020 8:14 am
Hi,
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?
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
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
oCol:bToolTip := { || If( oBrw:nArrayAt <= Len( aIncident[ 1 ] ), aIncident[ 1 , oBrw:nArrayAt ], "" ) }
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