Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Common Desktop Environment: Advanced User's and System Administrator's Guide > Chapter 4 Registering an Application

Step 5: Putting the Help Files in the Registration Package

» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

NOTE: For an example of adding help files to a registration package, see “Steps to Registering "BestTextEditor"” in the section “Example of Creating a Registration Package”.

If the application includes a desktop help volume (a help volume created with the desktop Help Developer's Kit), the help volume master file (*.sdl) should be placed in the directory app_root/dt/appconfig/help/language.

If the application does not provide a help volume, you can create one if you have the Help Developer's Kit.

There are two levels of integration of a help volume:

  • Full integration.

    When desktop help is fully integrated, the help volume can be accessed from the application—for example, by on-item help and the Help menu. Full integration involves modification to the application's executables.

  • Partial integration.

    When desktop help is partially integrated, it is available from the top level of the Help Manager. However, you cannot access the help volume from the application's windows. You can also provide an action to access the help from the application group. The following example action displays the help volume located in the help master file MyApp.sdl:

    ACTION OpenMyAppHelp
    {
    LABEL MyAppHelp
    ARG_COUNT 0
    TYPE COMMAND
    WINDOW_TYPE NO_STDIO
    EXEC_STRING /usr/dt/bin/dthelpview -helpVolume MyApp
    DESCRIPTION Displays help for the MyApp application.
    }
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.