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

Tooltip editing disabled in IDE ?

Unread 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
Screenshot 2022-05-08 100451.png (10.73 KiB) Viewed 48806 times

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.").
User avatar
Thomas Linder Puls
VIP Member
Posts: 1395
Joined: 28 Feb 2000 0:01

Re: Tooltip editing disabled in IDE ?

Unread 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
Post Reply