Skip to main content
Known Participant
May 20, 2019
Question

RH 2019 Does not add all files to HTML5 output

  • May 20, 2019
  • 1 reply
  • 1245 views

!
Hi there experts

When I generate an HTML5 output from my project (Migrated from RH 2017, Currently running R 2019.0.7, Migration was done on RH 2019.0.5)  I noticed that not all my files are being exported to the output folder.
I use the onclick event in my pages as n have multiple tabs on a page.


The initial first page will be displayed without any problems, but as soon as I select any of the other tabs / onclick events I receive a make sure the web address

//ieframe.dll/dnserrordiagoff.htm# is correct , I then selected the page properties to see if the link is actually correct, the path to the page is correct, but the page dos not exist in the folder.
A typical layout would be test_c.htm and In test_c.htm I will use the onclick event to link to test_p.htm and test_r.htm to open them.


Any Help would be appreciated

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
May 20, 2019

Are you using 2019 Classic or the new 2019?

If the latter, what goes into the output is controlled by the TOC. A topic must be in the TOC or have a link to it from a topic that is in the TOC. It's described in more detail in the RoboHelp Reimagined sample project. Also test that the output works in that sample project so that we can narrow the issue down to your project.

By onclick event, you mean a simple cross topic hyperlink?


See www.grainge.org for free RoboHelp and Authoring information.

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Known Participant
May 20, 2019

Hi Peter

Thanks for the reply.

Sorry for not mentioning, yes I am using the new 2019.

I will have a look at the RoboHelp Reimagined sample project, to see if there is anything I missed, with is more than possible.

By oneclick event I am referring to the actual code, after the links did not work I started to investigate the actual code.
There is a total of 13 projects I took over from the previous documenter, what I managed to find out is that the projects was created in RH10 and just before he left he migrated it to RH2017, and then I migrated it to the new RH2019.

My problem is that of the 13 projects each consists of round about 1100 htm files and the onclick event is referenced 3 times on average per htm page.

Here is an exerpt of one om my pages with the oneclick events:

  <div class="TabOverlay">

    <p class="TabLabel"><span class="CurTab">Concept</span> <span class="Tab"                   onclick="document.location=&#39;my_document2_p.htm&#39;">Procedure</span> <span class="Tab1"   onclick="document.location=&#39;my_document3_r.htm&#39;">Quick Reference</span></p>

  </div>

I will play around with the simple cross topic hyperlink.

Known Participant
May 24, 2019

Egh?

In the first paragraph you say it doesn't solve the problem and in the second you say it does work.

Please clarify what is and is not working.


See www.grainge.org for free RoboHelp and Authoring information.

@petergrainge


Hi Peter

I managed to use HTML Help Workshop to decompile the 2 projects I created in the new RH 2019.
After the decompile I followed the normal steps of creating a new project in RH 2019 classic then copying topics,TOC, Index, glossary and so forth into the new RH 2019 classic project with the provided options within RH 2019 classic.
All seems to work and looks fine after running all the reports and cleaning ups.

The only issue I am faced with now is that the chm output view after compiling looks different from the actual chm when I open it. I have also noticed that I have the same issue with the projects migrated from RH 2017 classic to RH 2019 classic.
Do you have any ideas?