Size: 1249
Comment:
|
Size: 1660
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 30: | Line 30: |
[[http://aplteam2.com/aplwiki/ShowChmhelp?action=AttachFile&do=get&target=ShowChmHelp.ZIP | Download ShowChmFile right now]] | You have two options: you can either download the script for usage: |
Line 32: | Line 32: |
[[attachment:ShowChmHelp.ZIP | Manage the attachment]] | [[http://aplteam2.com/aplwiki/ShowChmhelp?action=AttachFile&do=get&target=ShowChmHelp.ZIP | Download ShowChmFile script right now]] |
Line 34: | Line 34: |
[[http://aplteam2.com/aplwiki/ShowChmhelp?action=AttachFile&do=get&target=ShowChmHelp_Dev.ZIP | Download development version]] | [[attachment:ShowChmHelp.ZIP | (Manage this attachment)]] |
Line 36: | Line 36: |
[[attachment:ShowChmHelp_Dev.ZIP | Manage the attachment]] | '''or''' the whole thing, including the development workspace and the script and maybe more for any development or for running the test cases: [[http://aplteam2.com/aplwiki/ShowChmhelp?action=AttachFile&do=get&target=ShowChmHelp_Dev.ZIP | Download development stuff (including script]] [[attachment:ShowChmHelp_Dev.ZIP | (Manage this attachment)]] If you plan to contribute please note that all stuff published as part of the APLAPL project must follow certain [[AplAplStandards|APLAPL-specific standards]]. |
ShowChmHelp
Overview
This class serves two simple purposes:
- Display a help file, satrting 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.
To get details about how to use ShowChmHelp, execute:
#.ADOC.Browse #.ShowChmHelp
For a full version history: History
Version Information
Original author: |
|
Responsible: |
|
Email: |
|
Current state: |
1.0.0 |
Download
You have two options: you can either download the script for usage:
Download ShowChmFile script right now
or the whole thing, including the development workspace and the script and maybe more for any development or for running the test cases:
Download development stuff (including script
If you plan to contribute please note that all stuff published as part of the APLAPL project must follow certain APLAPL-specific standards.