Skip to main content
EmanAssem
Inspiring
March 29, 2016
質問

I need to make context-sensitive help on the application level..I mean pressing F1 anywhere in the application to open the help file (showing all topics) as whole.

  • March 29, 2016
  • 返信数 7.
  • 759 ビュー

I can't do window-level help due to time limitation. Do I need to assign IDs in this case & how to link all topics?

このトピックへの返信は締め切られました。

返信数 7

Jeff_Coatsworth
Community Expert
Community Expert
March 29, 2016

Do you want to display a different topic each time you press F1 in the application? If so, then you need to do CSH & play with it so that it launches the full TOC, Search, etc; if not, then just launch the index page of your help output.

EmanAssem
EmanAssem作成者
Inspiring
March 29, 2016

No, I don't need it for each topic. But, I need to make the Help file accessible by pressing F1 anywhere in the application. Please I don't get what do you mean by launching index page?

Jeff_Coatsworth
Community Expert
Community Expert
March 29, 2016

What kind of help output are you generating?