OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: zeeboy on June 18, 2009, 07:11:15 AM

Title: dcl_Control_ShowToolTip = is there something like dcl_Control_HideToolTip?
Post by: zeeboy on June 18, 2009, 07:11:15 AM
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
Title: Re: dcl_Control_ShowToolTip = is there something like dcl_Control_HideToolTip?
Post by: owenwengerd on June 18, 2009, 07:43:27 AM
There is no HideTooltip method, but you could probably fake it by hiding the control.
Title: Re: dcl_Control_ShowToolTip = is there something like dcl_Control_HideToolTip?
Post by: zeeboy on June 18, 2009, 08:51:45 AM
FYI - I tried using the (dcl_Control_SetVisible <CONTROL> NewValue [as Boolean]) setting it both nil and then another one to T and the Tooltip doesn't go away.

doug
Title: Re: dcl_Control_ShowToolTip = is there something like dcl_Control_HideToolTip?
Post by: Fred Tomke on June 18, 2009, 11:56:06 AM
I'm wondering: doesn't it go away automatically after a few seconds?
And how about showing the tooltip outside the screen resolution?

Fred