Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] Displaying help for top-level topics

Is there a way to display help for the top-level topics? For example,
if you click on Workbench User Guide in the help system's Contents
pane:

  - the Contents pane lists the topics inside (Getting Started,
    Concepts, etc.)
  - the right pane simply displays "Workbench User Guide" in a shaded
    bar.

I'd like to display an overview of the QNX docs in the right pane.
Our top-level topics file looks like this:

<?xml version="1.0" encoding="UTF-8"?>

<toc label="QNX Momentics Professional Edition">
  <topic label="A Roadmap to the QNX Momentics Professional Edition" href="momentics/bookset.html"/>

  <topic label="Board Support Packages (BSPs) for PE" href="bsp_en/bookset.html">
    <link toc="topics_bsp_en_pe.xml" />
  </topic>
  <topic label="Photon microGUI for QNX 6" href="photon/bookset.html">
    <link toc="topics_photon.xml" />
  </topic>
  <topic label="QNX Neutrino RTOS 6.2" href="neutrino/bookset.html">
    <link toc="topics_neutrino.xml" />
  </topic>

</toc>

I can make the second-level topics display a file when you click on 
them (e.g. for QNX Neutrino, you get neutrino/bookset.html). I want
to display momentics/bookset.html when you click on QNX Momentics
Professional Edition. How can I do it?

Thanks for any help you can give me.

------------------------------------------
Steve Reid                  stever@xxxxxxx
TechPubs (Technical Publications)
QNX Software Systems
------------------------------------------



Back to the top