Help with MSWorkshop - Help tool.
I am using the above from Delphi6/Tools to develop a Help file
for an Application but find the guide-instructions somewhat lacking.
Problem 1.
Having developed a .rtf file with MSWord7 and having compiled a .hpj
file with MSWorkshop it works along with the browse buttons. But I am
unable to get the "jumps" to work. Meanwhile I don't understand the
purpose of the .cnt file in the Grand Plan!
The following is an extract from the .rtf file:
$ # K A + Getting Started
Blah blah blah and rhuburb.
You should .(Having clicked here I expect to end up below. But I don't.)
$ # K A + You should.
Problem 2.
I can't get F1 key support to work.
I have assigned the help filename to the HelpFile Property of the
Application Class via the Application page of Project Options.
I have also set the HelpKeyWord Property to {You should}.
But I don't know what to do with the HelpContext property nor can I
find a sensible explanation as to how one creates one.
Problem 3.
I need the code to be able to trigger my Help file from a button
created on a menu. To be able to get the Help (little book) icon
onto the button would also be nice!
Anyone?
I am using the above from Delphi6/Tools to develop a Help file
for an Application but find the guide-instructions somewhat lacking.
Problem 1.
Having developed a .rtf file with MSWord7 and having compiled a .hpj
file with MSWorkshop it works along with the browse buttons. But I am
unable to get the "jumps" to work. Meanwhile I don't understand the
purpose of the .cnt file in the Grand Plan!
The following is an extract from the .rtf file:
$ # K A + Getting Started
Blah blah blah and rhuburb.
You should .(Having clicked here I expect to end up below. But I don't.)
$ # K A + You should.
Problem 2.
I can't get F1 key support to work.
I have assigned the help filename to the HelpFile Property of the
Application Class via the Application page of Project Options.
I have also set the HelpKeyWord Property to {You should}.
But I don't know what to do with the HelpContext property nor can I
find a sensible explanation as to how one creates one.
Problem 3.
I need the code to be able to trigger my Help file from a button
created on a menu. To be able to get the Help (little book) icon
onto the button would also be nice!
Anyone?