-
1. Re: How to display the master TOC when using Context help in a merged document
Willam van Weelden Aug 26, 2014 12:47 AM (in response to TonyDC)Take a look at: Merged Help on Peter's site. Perhaps that has an answer for you. Otherwise, I'm hoping Peter will jump in to grace us with this knowledge.
Kind regards,
Willam
-
2. Re: How to display the master TOC when using Context help in a merged document
Peter Grainge Aug 26, 2014 12:57 AM (in response to Willam van Weelden)I don't use Map IDs with merged help, only because that is the way things were set up here fifteen years ago and it ain't broke yet. I believe Colum has posted on this in the past.
Parcel passed to you Colum.
See www.grainge.org for RoboHelp and Authoring tips
-
3. Re: How to display the master TOC when using Context help in a merged document
RoboColum(n) Sep 2, 2014 4:09 AM (in response to Peter Grainge)I am a bit confused despite your fairly detailed summary of your setup. Hopefully you can help me understand what you have there and then I can help. My question is, do all the redirects go to the Home Page.htm in Project 1?
Also I could be wrong here but I believe the breadcrumbs feature is based on the TOC. So if the home page in project 1 is not in the TOC, you can not have the breadcrumbs link to it.
-
4. Re: How to display the master TOC when using Context help in a merged document
TonyDC Sep 22, 2014 11:00 AM (in response to RoboColum(n))I am sorry that I didn't get back to all you guys that took to answering my very promptly. Unfortunately I was not in a position to answer to the suggestions made. as I was away from my computer which had Robohelp on.
Anyway, I did try a couple of scripts mentioned, but didn't really have any success i achieving what I need to do.
I set up a redirect which redirected to the main home page. I tried setting the home page in a main sub-project - so the redirect when from any sub project
Generate
Master-project.htm (Home Page = Help_Welcome.htm)
merged Projects
SubProject1
[Home Page = home_redirect.htm (a redirect see below) ]
SubProject 2
[Home Page = home_redirect.htm (a redirect see below) ]
SubProject 3
[Home Page = home_redirect.htm (a redirect see below) ]
home_redirect.htm (a redirect use by sub-topics)
<!--
window.location="../../ Help_Welcome.htm ";
//-->
//]]></script>
This setup works fine as long as I call the master page. The TOC is as I would want. However if I call an ID from my application I get the required page to display and I can get the TOC to show. The problem is that the TOC is from the current sub-project and not the master project as I would want.




