Started by zeeboy ·
2009-06-18 14:11 UTC ·
3 replies · SMF topic #822
zeeboy
2009-06-18 14:11 UTC
I've search the help file and can't find anything like the opposite of dcl_Control_ShowToolTip, but is there something like dcl_Control_HideToolTip?
Thanks!
doug
owenwengerd
2009-06-18 14:43 UTC
There is no HideTooltip method, but you could probably fake it by hiding the control.
zeeboy
2009-06-18 15:51 UTC
FYI - I tried using the (dcl_Control_SetVisible NewValue [as Boolean]) setting it both nil and then another one to T and the Tooltip doesn't go away.
doug
fred_tomke
2009-06-18 18:56 UTC
I'm wondering: doesn't it go away automatically after a few seconds?
And how about showing the tooltip outside the screen resolution?
Fred