Hello Antonio,
thank you for your answer.
I can’t imagine at the moment how I could substitute tooltip with the new ShowHelp.
Do you maybe have an example of how to activate ShowHelp instead of TOOLTIP.
Should I change the ShowToolTip method of the window class? I am afraid of the window class. All is inheriting from this class.
I had a look on WINWORD and there the TOOLTIP is shown with a header, a body text and if there is a help topic available there is a line, a question mark bitmap and the text “Please press button F1 for more help”.
The font inside the tooltip seems to be the same only the header is bold. The Tooltip is always shown in the main window and it does not matter which row coordinates you click on an I think it has a fix width.
FW tooltip with ::lBalloon := .f. is close to that look only,
the tooltip has no question mark and line possibility for the message F1,
differs on width depending on the text, the font is too big and the position of the tooltip depends on the row you click on the control.
Thanks in advance and best regards,
Otto
PS: For the samples folder of 9.04 to correct:
helpnew.prg from the samples is not working out of the box:
SetHelpFile and SetHelpPopup is missing
Enhanced tooltip: pop-up window that contains an explanation of the associated command, the shortcut key (if one exists), and optional graphics and links to help topics. The tooltip is displayed on mouse hover.
http://msdn.microsoft.com/en-us/library/dd316910(VS.85).aspx#APIs