Skip to main content
Participant
July 10, 2013
Question

Calling RH_ShowLocalHelp with 5 arguments

  • July 10, 2013
  • 1 reply
  • 457 views

Hello all,

I'm trying to make a context-sensitive help call from C#. According to the documentation at http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59c571-7f39.html , there's a function named RH_ShowLocalHelp that takes 5 parameters. Unfortunately, that function seems to be missing from the C# files that ship with RoboHelp 10 (the 4 arguments' version is in the file, though). Am I missing something in here? Am I not using the right files?

Thanks in advance,

--Ignacio

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
July 10, 2013

I don't have an answer but maybe a look at www.wvanweelden.eu will help. Willam has a lot of information on calling help.


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.
Willam van Weelden
Inspiring
July 11, 2013

I don't know anything about the default C# API, but the following might help:

Article on CSH in WebHelp: http://www.wvanweelden.eu/articles/context-sensitivity-webhelp-and-flashhelp

Custom C# API for WebHelp: http://www.wvanweelden.eu/blog/2012/08/03/custom-webhelp-apis

Greet,

Willam