Skip to main content
February 15, 2008
Question

merging projects: the saga continues...

  • February 15, 2008
  • 4 replies
  • 446 views
Well, I've successfully merged a new RoboHelp project into a larger, pre-existing one. However, another snag: If I enter Shift-F1 on a screen to get to the appropriate help topic, the topic page appears, but the table of contents that appears is the one for the merged project; we need the entire ToC to show. Any suggestions?

Thanx!
Lon
This topic has been closed for replies.

4 replies

RoboColum_n_
Legend
February 21, 2008
Hi Lon. Peter's website is all up and running so try again.
February 21, 2008
Peter G.,

I went to your website and tried to go into Merged Webhelp, but got "Internet Explorer cannot display this web page."

Lon
Participating Frequently
February 16, 2008
Lon,

If this is merged HTML Help (.chm), as some of your earlier posts indicate, then this is known issue with two possible workarounds:

1) Pass the context calls directly to the slave help files, bypassing the master and using "Solution #3" in the following article to present the user with a unified help system.

http://helpware.net/htmlhelp/how_to_merge.htm#ContextHelpIDs

2) Channel all the context calls through the master help file, as described in the following article.

http://helpware.net/htmlhelp/how_to_merge_ctx2.htm

Both are rather kludgy workarounds, but they work well when all the project settings are correctly specified.

Pete
Peter Grainge
Community Expert
Community Expert
February 16, 2008
That problem is described in my topic on Merged Webhelp. You are calling a topic in a child project without referencing the start page of the parent project.

The formula is something like

path/parentstartpage.htm#mergedProjects/path/targettopic.htm

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.