Skip to main content
Known Participant
March 21, 2013
Question

How can I get the ToC to open automatically in Webhelp?

  • March 21, 2013
  • 2 replies
  • 533 views

I have had this ongoing problem. When my help project is embedded in our software system and you open it, the ToC is not displayed; there is just a link called "Show" that you click on to open the ToC.

My users do not think to click on the "Show" link so are baffled about how to navigate the help.

I asked this question on the forums before and one of you (perhaps Peter Grainge?) kindly sent me a script to add in the footer of help topics but sadly, it did not work.

For info, the script was:

var panevisible = new whMessage(WH_MSG_ISPANEVISIBLE.this.1.""):

if(!SendMessage(panevisible)) {

show():

}

Thanks in advance for your help.

Barbara

This topic has been closed for replies.

2 replies

Jeff_Coatsworth
Community Expert
Community Expert
March 21, 2013

I got around the "Show" issue by changing the wording to "Show Contents/Search/Index" by editing the .lng file.

Captiv8r
Legend
March 21, 2013

In case Jeff's response makes you wonder exactly how to "edit the .LNG file", you click File > Project Settings > General tab > Advanced button > LNG File tab.

Cheers... Rick

Peter Grainge
Community Expert
Community Expert
March 21, 2013

The root problem is how your developers are calling the help.

If they cannot or will not fix it, I think the script was from Willam van Weelden's site.

http://www.wvanweelden.eu/blog/2012/08/01/always-show-webhelp-navigation-pane


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

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