Some authors create multiple HTML Help systems and distribute them as a group. This is useful if your project is large and you want to organize it by categories (for example, by modules in your application). With merged .CHM files, the main point of entry is through the Contents and/or Index tabs.
Note: Merging .CHM files is available only with RoboHELP for Microsoft HTML Help.
You can merge index files from the multiple .CHM files into the master .CHM (the file that provides the main point of entry to all other files and topics). You do this by setting up the master project to generate a binary index when it's compiled.
With a binary index, all of the keywords from the secondary .CHM files are merged, alphabetically sorted, and saved in the master project's index file (.HHK). Binary format is ideal because it is highly compressed, takes up less space, and is faster to load.
From the HTML Help viewer, all of the keywords are displayed in alphabetical order. When users select a keyword, the topic that references it opens in the right-hand pane.
Combining indexes with merged HTML Help files is a process that involves the following steps:
Assigning the Binary Index option to the master project (from the Project Settings dialog - Index tab). Index files in the secondary .CHM files do not have to be in binary format.
Adding the secondary .CHM files to the master project (from the Project Settings dialog - Advanced tab).
Compiling the master project.
Notes: |
|
|
|
|
|