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. } |