Master project doesn't display index from merged slave index

This forum is for all Flare issues related to the Microsoft HTML Help target.
This target produces "CHM" files in the output.
Post Reply
tylerc
Propeller Head
Posts: 18
Joined: Wed Oct 31, 2007 10:54 am
Location: San Diego, California

Master project doesn't display index from merged slave index

Post by tylerc »

I am testing a concept which merges three projects together and has a #1) master project, #2) project (first slave to the master project) and a #3) (first slave to the slave) project.

Goal is to have master project display all topics and index entries from all projects - regardless of slave project hierarchy.

Results so far:
The #1 project has a TOC reference to the #2 project. The #2 project has a TOC reference to the #3 project.
#1 TOC displays both #2 and #3 topics and works as expected.

Index entries from #2 and #3 are seen in #2 build output. Index entries from #1 and #2 are seen in #1 build output BUT the index entries from #3 are not seen in #1 build output.


What am I missing to get 3rd tier merged project index entries displayed?
Last edited by tylerc on Tue May 19, 2009 1:07 pm, edited 1 time in total.
Thanks!
Ty
Pete Lees
Sr. Propeller Head
Posts: 150
Joined: Thu Feb 09, 2006 12:33 pm
Location: Bracknell, Berkshire, UK

Re: Master project doesn't display index from merged slave index

Post by Pete Lees »

Hi, Ty,

Unlike TOC merging, index merging doesn't work recursively across more than one level. This is a limitation in Microsoft's design of HTML Help. So, you'll need to merge the "sub-slave" (#3) directly into the master project.

See the "Other Tips & Tricks" section of this page:

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

Pete
tylerc
Propeller Head
Posts: 18
Joined: Wed Oct 31, 2007 10:54 am
Location: San Diego, California

Re: Master project doesn't display index from merged slave index

Post by tylerc »

Thanks Pete!
I was wondering if that might be the case...
Thanks!
Ty
Post Reply