Skip to main content
August 14, 2007
Question

Help button calling 2 files?

  • August 14, 2007
  • 1 reply
  • 309 views
Hi I use Robhelp 5.5 and IE 6.02.

I have inherited a Robohelp project with context sensitive help. My help files show the context sensitive help and have a hyperlink to the help TOC at the top of each topic.

When, in the application, I click the help button it seems that another help file is shortly displayed before the the correct one is shown. This is a general behavior. I have not been able to see the preliminary file but a guess could be that it is the help with the TOC in the left pane. Do you have any idea how I solve this isssue?
This topic has been closed for replies.

1 reply

Inspiring
August 14, 2007
Hello Polle2 -

Please post the code used to call the context help.

Regards,
GEWB
MergeThis
Inspiring
August 14, 2007
This is a longshot, but check your project's start page, which might contain a redirect to another page, such as this line:

<meta http-equiv=refresh content="0;URL=my_start_page.htm">

The content value 0 indicates no delay in redirecting (refreshing) to the target URL.


Good luck,
Leon