Started by TimSpangler ·
2011-01-19 17:38 UTC ·
4 replies · SMF topic #1574
TimSpangler
2011-01-19 17:38 UTC
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 Not Found
Thanks.
fred_tomke
2011-01-19 18:33 UTC
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
TimSpangler
2011-01-20 12:09 UTC
Everything seems to be fine. it works for everyone else who has been using it as well.?
fred_tomke
2011-01-20 13:04 UTC
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.
owenwengerd
2011-01-20 19:05 UTC
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?