CWHelp class: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Description== WPS class to display help from any program or REXX script without fighting with the OS/2 help system. Use setup strings to display a help panel. The author wr..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
WPS class to display help from any program or REXX script without fighting with the OS/2 help system. Use setup strings to display a help panel. | WPS class to display help from any program or REXX script without fighting with the OS/2 help system. Use setup strings to display a help panel. | ||
The author wrote this class to add real online help to DrDialog programs. The base package doesn't give access to the help facility so one had to use *.inf files and the view command instead which has some disadvantages. | The author wrote this class to add real online help to DrDialog programs. The base package doesn't give access to the help facility so one had to use *.inf files and the view command instead which has some disadvantages. | ||
==License== | ==License== | ||
* BSD 3 Clauses Alike | * BSD 3 Clauses Alike | ||
* Author: [[Chris Wohlgemuth]] | |||
==Links== | ==Links== | ||
*[ftp://cyberia.dnsalias.com/pub/filebase/gfd/wps/tool/cwhlp010.zip cwhlp010.zip] | |||
[[Category:Software]] | [[Category:Open Source Software]] |
Revision as of 13:10, 9 February 2018
WPS class to display help from any program or REXX script without fighting with the OS/2 help system. Use setup strings to display a help panel.
The author wrote this class to add real online help to DrDialog programs. The base package doesn't give access to the help facility so one had to use *.inf files and the view command instead which has some disadvantages.
License
- BSD 3 Clauses Alike
- Author: Chris Wohlgemuth