Hello Rodrigo!
I've found an unexpected behavior of FoxCodePlus.
I typed in the class Editor:
this.tool. ->expanded to this.Tooltiptext (as it should)
this.ToolTipText=" -> Nothing happened (as expected)
this.ToolTipText="Tested -> expanded to this.ToolTipText= THIS
I thing that is not quite right :)
When I remove the "THIS" and type again "mytext as it should be" -> nothing is replaced
Greetings
Wolfgang
Comments: ** Comment from web user: bruscain **
I've found an unexpected behavior of FoxCodePlus.
I typed in the class Editor:
this.tool. ->expanded to this.Tooltiptext (as it should)
this.ToolTipText=" -> Nothing happened (as expected)
this.ToolTipText="Tested -> expanded to this.ToolTipText= THIS
I thing that is not quite right :)
When I remove the "THIS" and type again "mytext as it should be" -> nothing is replaced
Greetings
Wolfgang
Comments: ** Comment from web user: bruscain **
Hi,
Are you using the version 3.13.2 ?
Go to the IntelliSense Manager and mark the option "Manage controls at design-time".
It will solve your problem.
Thanks,
Rodrigo