Add the Components

Add the "UniHelp4" folder to your REALbasic applications by exporting it from the "UniHelp Example.rbp" project and then importing that "UniHelp4" folder into your REALbasic projects. Once loaded into your project, make sure it contains the following sub-folders, graphics, modules and classes.

The Optional UHScripter Class

The UHScripter class is only required if you want to use UHScript hyperlinks in your HTML help pages. For complete details on using UHScript, please see the UHScript Links page. If you do not want to use the UHScript feature, you can "turn off" UHScript by simply removing the UHScripter class and leaving the UniHelpEngine.RunScript method empty.

Configuring UniHelp's Graphics

The graphics in the "UniHelpGraphics" includes the interface graphics, colored book icons, and colored page icons. You can safely delete the color book icons and color page icons that you don't use in order to optimize the size of your compiled applications. For example, if you use the "bookblue" and "bookblueopen" icons, you can delete the other book icon colors, since they would not be used.

Please note that all other included graphics are required UniHelp interface graphics that should NOT be deleted. Usually, when developers encounter UniHelp-related error messages upon compiling their application, it is often due to a required graphic that is missing from their project.