Skip to main content
Participating Frequently
February 18, 2019
Question

Compilation of the source code with RHCL not generating proper compiled output

  • February 18, 2019
  • 1 reply
  • 573 views

Hi All,

I need an urgent help for the below issue I am facing when compiling the Robo Help source code with RHCL.

When the source is complied using command line Utility RHCL we found following issues:

a) Some of the .gif images are not properly copied to the output folder. due to which some images are missing from the Help output

b) We found when ever there is a pop-up in the source content the complied output is not working. That means in the complied output when click the those link to open pop-up images it is not working:

I am using the following command line:

RHCL D:\Junk\UAT_Test\ExtSource\PccNet.Rpt.Help\PCC_Contract\PCC_Contract.xpj -l "WebHelp" -o D:\sukanta\workings\projects\VSTS\ReleaseManagement\RoboHelp\TestOutPut-1

But the strange thing is that when the same code is complied from the RoboHelp interface itself (not using the command line) the things are working fine.

For analysing the difference i made some investigation and found the version generated using RHCL utility have many missing thing specially related to pop-ups like the one below:

And difference in file:

Complied with RoboHelp Interface:

class="FieldName">Create Contract (OPCNW01)</span> screen <a href="javascript:void(0);" id="a34" onmouseover="if (parseInt(navigator.appVersion) >= 4 && typeof(BSPSPopupOnMouseOver) == 'function') BSPSPopupOnMouseOver(event);" class="BSSCPopup" onclick="BSSCPopup('../Images/s_opcnw01.gif',790,392);return false;"><img src="../Common/i_thumbnail.gif" alt="" title="Click to view screen-capture"

Complied with RHCL Tool:

class="FieldName">Create Contract (OPCNW01)</span> screen <a href="javascript:void(0);" id="a34" onmouseover="if (parseInt(navigator.appVersion) >= 4 && typeof(BSPSPopupOnMouseOver) == 'function') BSPSPopupOnMouseOver(event);" class="BSSCPopup" onclick="BSSCPopup('../Images/s_opcnw01.gif',,);return false;"><img src="../Common/i_thumbnail.gif" alt="" title="Click to view screen-capture"

style="border: none;" width="24" height="18" border="0" /></a>

You can fine missing Height-Width of popup in RHCL complied version

Can Help me to fix this issue, what can be the solution for this.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    February 19, 2019

    Can any kindly help regarding the above issue...???

    It will be very much helpful for me.....

    Peter Grainge
    Community Expert
    Community Expert
    February 19, 2019

    Most questions get answered in these forums. When that doesn't happen it is usually because no one has the answer to the problem.

    I suggest you email tcssup@adobe.com to see if they can help.


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

    @petergrainge

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
    Participating Frequently
    February 20, 2019

    Thanks for the suggestion.....will do the same...