Discussions related to Visual Prolog
Harrison Pratt
VIP Member
Posts: 458
Joined: 5 Nov 2000 0:01

Tooltip editing disabled in IDE ?

Post by Harrison Pratt »

Is toolTip editing permanently disabled in the IDE resource editor?
It was possible to edit toolTip text in previous VP versions.
Screenshot 2022-05-08 100451.png

Of course, tooltips can be created in the constructor:

Code: Select all

new( Parent ):- ... generatedInitialize(), pushButton_ctl_CANCEL:tooltipText := toolTip::tip("Close this dialog,\nbut do NOT SAVE any changes you may have made.").
You do not have the required permissions to view the files attached to this post.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1466
Joined: 28 Feb 2000 0:01

Re: Tooltip editing disabled in IDE ?

Post by Thomas Linder Puls »

I see the problem. We will look at it.

As a workaround you can actually edit the code inside the generated part of the code, after you have inserted the dummy. At least if you have deleted your frm/dlg/ctl file.
Regards Thomas Linder Puls
PDC