Skip to main content
Participating Frequently
March 10, 2008
Question

Robo 7 context-sensitive Help

  • March 10, 2008
  • 2 replies
  • 373 views
I'm developing CSH for a Web based app using Robo 7 (WebHelp). I followed the Robo instructions for creating a map file, and then attempted to test CSH using the CSH Test Tool. When I click Show Help for the topics, nothing happens. Has anyone seen this problem, or know how to resolve it? Also, where should map.h reside? (in the WebHelp folder?) I appreciate your help.

writer501
This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

Known Participant
March 11, 2008
Hi, I find the CSH tool doesn't work if the project has changed since I last generated, so I always generate the relevant SSL before using the tool.
If you are testing an offline file, the default location of the projectFile.htm is the !SSL!\WebHelp folder. The mapfile resides, by default, in the root of your project, ie. at the top level.

hope this helps,
mike
writer501Author
Participating Frequently
March 13, 2008
Mike, thanks for the response.