Jump to content

CWHelp Class: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
A WPS class to that allows you to display help from any program or script in a much simpler manner than is offered by the OS/2 help system. You simply use setup strings to display a help panel.
A workplace class that allows you to display help from programs in a much simpler manner than is offered by the OS/2 help system. You simply use setup strings to display a help panel.


Chris Wohlgemuth originally wrote this class to add real online help to programs developed using the [[DrDialog]] [[REXX]] GUI frontend, but that package doesn't give access to the help facility so the only available option for him was to use *.inf files and the view command instead which is a bit klunky if the development software does not support it. Although all the examples provided with the package are written in REXX, the class is completely programming language independent and can be used with any human language.
Chris Wohlgemuth originally wrote this class to add real online help to programs developed using [[DrDialog]]. But that package doesn't give access to the help facility so the only available option for him was to use *.inf files and the view command instead. Although all the examples provided with the package are written in [[REXX]], the class is completely programming language independent.


==Version==
==Version==
* Last known version: [http://kimludvigsen.dk/os2/gfd/wps/tool/CWHLP010.ZIP CWHelp Class 0.1.0] (2002)
* 0.1.0 (2002) - [ftp://cyberia.dnsalias.com/pub/filebase/gfd/wps/tool/cwhlp010.zip cwhlp010.zip]


==License==
==License==
* Open source software released under the [[three clause BSD license]].
* Open source software released under the [[three clause BSD license]].
* Author: [[Chris Wohlgemuth]]


==Author==
[[Category:DrDialog]][[Category:Software written in C]][[Category:Open Source Software]]
* [[Chris Wohlgemuth]]
 
[[Category:Help system]]
[[Category:DrDialog]][[Category:Software written in C]][[Category:Open Source Software]][[Category:Language independent tools]]

Latest revision as of 05:42, 31 December 2019

A workplace class that allows you to display help from programs in a much simpler manner than is offered by the OS/2 help system. You simply use setup strings to display a help panel.

Chris Wohlgemuth originally wrote this class to add real online help to programs developed using DrDialog. But that package doesn't give access to the help facility so the only available option for him was to use *.inf files and the view command instead. Although all the examples provided with the package are written in REXX, the class is completely programming language independent.

Version

License