Answered
Multiple calls to the same mapid
I have a scenario where there are six dialogs each of which
have a Help button and therefore need a CSH topic. My initial
thinking was that I just had a help topic for each dialog but then
I discovered that each of the six dialogs are more or less
identical and so can easily be handled by a single help topic. So
from where I sit, my options appear to be:
- Multiple topic ids going to a single mapid (and therefore
topic).
- One topic id and mapid and let the developer do all the hard
work ;-)
Before I go down one of these lines, I was wondering how others have dealt with similar scecnarios. What is "best pracice" and the pitfalls of each approach. I'm producing a CHM file. Many thanks in advance.