• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Script error when launching CS Help if same help window is already open

Guest
Jun 25, 2010 Jun 25, 2010

Copy link to clipboard

Copied

Mostly, I am enjoying using RoboHelp 8. Anyone else seeing this? This error occurs when the Context-sensitive help window (CS_remote) is already open, and the user presses F1 again.

RoboHelp_CS_script_error.png

If you click "Yes" here you end up with one empty about:blank window. It seems like the script gets as far as replacing the existing window contents with a blank window and then chokes.

Here is the code at that location in the script:

     if(gbIE5)
     {
      var curWnd = null;
      curWnd = window.open("about:blank",sNewName,strOpt);
      if(curWnd)
      {
      curWnd.document.location.href = "about:blank";
      }
      goNewWnd=window.open(sURL,sNewName);
     }
     else
     {
      gsURL = sURL; // IE4 had hard time to handle bookmark.
      goNewWnd=window.open("about:blank",sNewName,strOpt);
     }
     setTimeout("postWindowOpen();",100);
    }

I am using RoboHelp 8.0.2.208 to generate WebHelp Pro. I'm viewing it with IE8.

I'm hoping there is a tweak to whcsh_home.htm that will fix this.

Jeanne

Views

586

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 12, 2010 Oct 12, 2010

Copy link to clipboard

Copied

LATEST

Finally found that this page (item #1) has the answer. The culprit is the whcsh_home.htm file. This has not been fixed in RH 8.02. The file posted on that page fixes the problem for me.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp