I mostly use the siLangRT component in my forms.
It has a Help option but I have never discovered how to make it 'work'.
Is there a way to view Help from these components?
I can see the Help files in the Program Files folders and access them directly. They are also to be found in the Registry with the correct paths.
Malcolm
Menu Help option does not display anything
Hello,
At run-time the Help button just uses:
And form's HelpContext is 10000. So if you application will have a help file and there will be a help topic with context ID=10000 then it will be displayed upon Help button click.
At design-time this button will display TsiLang's help file with the respective topic.
At run-time the Help button just uses:
Code: Select all
Application.HelpContext(HelpContext);
At design-time this button will display TsiLang's help file with the respective topic.
Best regards,
Igor Siticov.
Igor Siticov.
Thanks Igor
In my (win32) apps I use HTML Help accessed via ShellExecute(...) using context strings, so your components should not be able to call them.
It is only in the IDE that I have sometimes wanted to access the TsiLang Help files .. and that has not worked for me in recent years.
I was expecting your menu option, Help, to show your help file topic(s).
It works fine in the SIL Editor.
In my (win32) apps I use HTML Help accessed via ShellExecute(...) using context strings, so your components should not be able to call them.
It is only in the IDE that I have sometimes wanted to access the TsiLang Help files .. and that has not worked for me in recent years.
I was expecting your menu option, Help, to show your help file topic(s).

It works fine in the SIL Editor.