dcl_Control_SetToolTipTitle

Started by TimSpangler, January 19, 2011, 09:38:52 AM

Previous topic - Next topic

TimSpangler

When did this property become available?  I have someone whom is running the latest released version and are getting an error:

Error: Invalid Argument
Function: dcl_Control_SetToolTipTitle
Argument: 0

Property <ToolTipTitle> Not Found

Thanks.
theswamp
Get below the surface......

Fred Tomke

Hi,

make sure that the VarName has a valid value. Be aware of typemismatches!
The property ToolTipTitle is only available for controls, not for forms and tabs.

Regards, Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

TimSpangler

Everything seems to be fine.  it works for everyone else who has been using it as well.?
theswamp
Get below the surface......

Fred Tomke

Yes, me :) !

I have about 100 places in my code when I use SetToolTipTitle, either in loops or directly.
I always use the VarName, not the construct of "project" "form" "control".

Regards,
Fred


P.S. Maybe a sample code would help.
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

Tim, is everyone using the same version of OpenDCL? It's conceivable that newer versions remove the property from a control that shouldn't have had it, but I'd need to see an actual project file to verify this. What type of control is it? Does the property show up in Control Browser for the control?