Skip to main content
Known Participant
August 1, 2011
Question

CHM Window will refuses to display the correct Caption

  • August 1, 2011
  • 1 reply
  • 835 views

I have RoboHelp 9 Help projects, that will only display the caption "HTML Help" regardless of what I enter in the Window configuration screen.

I have tried deleting all existing Wndows and then compiled the help without any window being defined. When opened, the chm displays in the top-right with a default caption of "HTML Help". I then created a new window, called it FRED, entered the string BILL in the Window Caption field (the caption display read correctly in the preview window). All other settings were left at the defaults. When I compile the help, still the default caption "HTML Help" displays.

I created a new, blank HTML project and gave it a custom Caption, again only the default caption will display.

If however, I amend the caption of an existing project, where the caption displayed is as defined in the Window Properties screen, the new chm displays the amended caption. I have compared all the settings in both Window configuration screens and they appear to be identical.

This problem has existed for some time, going back several versions of RoboHelp (to before I joined the company) but I didn't expect to see it in a new project created using RH9 HTML with all the latest updates.

Any ideas?

Thanks

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
August 1, 2011

Try File > Project Settings.


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.
Known Participant
August 2, 2011

Thanks Peter but I already checked that.

The Project Title is as per the Windows Properties > Caption. Amending the Title made no difference.

Changing the Primary Layout in the Project Settings made no difference. I have several SSL files I need to build from and they all react the same!

The Language is set for German.

I cannot see any other settings which would have an impact.

Known Participant
August 2, 2011

Hi Steve

I believe what you are seeing is normal behavior when a CHM has been created for one language and is presented on an operating system of a different language. If my suspicions are correct, you are using an English version of Windows, no?

So the following may correct things.

Open the location where your project files are using Windows Explorer. Fortunately RoboHelp 9 makes that a simple task for us. Just right-click somewhere in the Project Manager and choose Explore.

Locate the ProjectName.HHP file and open it using Windows Notepad. Inside the HHP file should be a section titled [OPTIONS]. Add a line in this section that reads:

Language=0x409 English (United States)

Close and save the HHP file, then recompile. See if this fixes it. If the CHM will be for a German audience, you may find that you need to change the value to represent German instead. But try this first.

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks


Hi Rick,

Tried your suggestion thanks but it did not fix it.

I am using Windows 7 Professional (English)

The default language for the project is set to German (Germany)

The chm is for a German audience.

I inspected the HPP file of a different German project on my machine and with a few obvious exceptions, all of the settings are the same. This other project however, allows me to change the chm Caption and does not use the Language option.

Steve