Differences between revisions 21 and 28 (spanning 7 versions)
Revision 21 as of 2011-01-23 09:30:08
Size: 1610
Editor: KaiJaeger
Comment: History replaced by ProjectPage
Revision 28 as of 2018-03-03 11:37:59
Size: 148
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= How to display Help Files from APL = = ShowChmHelp: how to display Help Files from APL =
Line 3: Line 3:
{{{ShowChmHelp}}} is part of the CategoryAplApl 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 | 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||
||Current state:||1.0.3||

== Download ==

You have two options: you can either download the script for usage:

[[http://aplwiki.com/ShowChmhelp?action=AttachFile&do=get&target=ShowChmHelp.ZIP | Download ShowChmFile script right now]]

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
}}}

If you plan to contribute please note that all stuff published as part of the APLAPL project must follow certain [[AplAplStandards|APLAPL-specific standards]].

----
CategoryAplApl
The project has been relocated to [[https://github.com/aplteam/ShowChmHelp]] on 2018-03-03.

ShowChmHelp: how to display Help Files from APL

The project has been relocated to https://github.com/aplteam/ShowChmHelp on 2018-03-03.

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