Differences between revisions 23 and 24
Revision 23 as of 2011-06-02 17:12:54
Size: 1451
Editor: KaiJaeger
Comment:
Revision 24 as of 2011-08-26 06:20:38
Size: 1113
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
||Current state:||1.1.0||
Line 34: Line 33:
You have two options: you can either download the script for usage:
Line 37: Line 34:

or get the whole thing from the AplWikiRepository, including the development workspace and the script and maybe more for any development or for running the test cases:

{{{
svn list svn://aplteam.com/os/dyalog/ShowChmHelp/tags
}}}

How to display Help Files from APL

ShowChmHelp is part of the CategoryAplTree project.

Overview

This class serves two simple purposes:

  • Display a help file, starting with the default topic.
  • Display a particular (named) topic in a particular help file

You must create an instance before you can use the methods the class is coming with, and you must make sure that the Destructor is called at some point because otherwise APL might crash. This is neither a fault of the class nor of APL, it's simply how the underlying DLL is defined.

You can get details about how to use ShowChmHelp with ADOC; execute:

#.ADOC.Browse #.ShowChmHelp

Project Page

For bug reports, future enhancements and a full version history see ShowChmHelp/ProjectPage

Version Information

Original author:

KaiJaeger

Responsible:

KaiJaeger

Email:

kai@aplteam.com

Download

Download ShowChmFile script right now


CategoryAplTree

ShowChmHelp (last edited 2018-03-03 11:37:59 by KaiJaeger)