Connecting CHM file to dialog boxes
Posted: Wed May 02, 2018 4:03 pm
Hello everyone,
The user manuals of our software have so far been written in HTML and compressed to a CHM file. We are now moving to DITA and thinking of using Oxygen XML editor for writing and creating outputs. We are still going to deliver a CHM file with the software. The help buttons in the software's dialog boxes have been connected to the CHM file with this definition in the html help project file HHP:
[ALIAS]
#include Main\Def\Dialoghelp.ali
[MAP]
#include Main\DialogIds\windialogs.h
#include Main\DialogIds\vxui_dialog_id.h
The .h files contain the dialog ids, and the .ali file connects the correct html page to the dialog id.
When I create a CHM file with the Oxygen transformation tool, it seems that the html help project files (HHP, HHC, HHK) are always regenerated. Is there a way I could set the above [ALIAS] and [MAP] information as parameters or attributes so that they would be added to the HHP file whenever I create the CHM file?
Thank you,
Tarja Koski / Vertex Systems Oy
The user manuals of our software have so far been written in HTML and compressed to a CHM file. We are now moving to DITA and thinking of using Oxygen XML editor for writing and creating outputs. We are still going to deliver a CHM file with the software. The help buttons in the software's dialog boxes have been connected to the CHM file with this definition in the html help project file HHP:
[ALIAS]
#include Main\Def\Dialoghelp.ali
[MAP]
#include Main\DialogIds\windialogs.h
#include Main\DialogIds\vxui_dialog_id.h
The .h files contain the dialog ids, and the .ali file connects the correct html page to the dialog id.
When I create a CHM file with the Oxygen transformation tool, it seems that the html help project files (HHP, HHC, HHK) are always regenerated. Is there a way I could set the above [ALIAS] and [MAP] information as parameters or attributes so that they would be added to the HHP file whenever I create the CHM file?
Thank you,
Tarja Koski / Vertex Systems Oy