Skip to main content
November 8, 2011
Answered

Context sentive help, starting Airhelp at a specific topic

  • November 8, 2011
  • 14 replies
  • 2492 views

We have a Airhelp generated with RH9 under linux...

We have multiple custom softwares that each have a help button, when clicking on one, we need our Airhelp to start at a specific topics. How would you achieve this, map ids ? topic ids? role ? I m quite confused on how do to this...

Thanks

Best

Thomas

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer Peter Grainge

    Hope it didn't take since November 8th to get it to work.


    See www.grainge.org for RoboHelp and Authoring tips

    @petergrainge

    14 replies

    Known Participant
    February 3, 2012

    Hi Peter:

    I've seen similar posts to yours all over the web. It seems like these posts exist purely as drivers to your website. While your website is somewhat helpful, it might be more helpful if you actually posted content when replying to people looking for help.

    Peter Grainge
    Community Expert
    Community Expert
    February 3, 2012

    Why would I want drivers to my site given that everything is free and there is no advertising income. The whole idea of putting the information there is to give people full explanations which I could not repeat in every thread where the questions arise.

    If I did try to put all the explanations in the threads, I would not have any time to myself. You may be working right now but here it evening time so I will now enjoy the rest of it and leave you to follow this up in the new thread you have started.

    I will leave your posts alone as you obviously don't like the way I try to 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.
    Known Participant
    February 3, 2012

    Thanks Jeff. Hopefully an Adobe professional will step up and help us out.

    To clarify, I'm not necessarily looking to launch into the middle of a topic.

    I'm looking to launch in the main browser window, not in a popup.

    Peter Grainge
    Community Expert
    Community Expert
    February 3, 2012

    The method used by the originator of this thread is posted earlier on. I cannot help you with using map ids but there are links in the AIR pages on my site that may 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.
    Known Participant
    February 3, 2012

    Thanks for the clarification, Jeff. Yes, I am putting together Adobe Air Browser Based Help.

    Also, based on what I have seen on the sites mentioned above (especially Peter Grainge's site), they seem to imply that rendering context sensitive help is the same in any output format.

    Otherwise, I would hope there would be output-specific APIs informing users of the correct syntax to use.

    Are you aware of specific syntax changes necessary to render context-sensitive help with Air Browser Based Help?

    At this stage, anything to put me over and complete this project is welcome.

    Jeff_Coatsworth
    Community Expert
    Community Expert
    February 3, 2012

    Sorry, no, I have no experience with the browser-based version; we use the locally-installed one. I know that my developer can launch the help in a CSH manner that puts the correct topic in the right hand pane, but we've never tried (or had any need to) to launch it into the middle of a topic (like, say at a specific bookmark).

    Known Participant
    February 3, 2012

    I'm not sure where you want me to go with your question, Jeff.

    According to both Peter Grainge's site and the van Weelden site, this is exactly the syntax specified by the Adobe API for WebHelp. I am guessing that this API is almost as old as Adobe's WebHelp output itself, so if the syntax does not work at this stage in the game for WebHelp, then maybe there is a problem with the API itself.

    Jeff_Coatsworth
    Community Expert
    Community Expert
    February 3, 2012

    But AIRHelp isn't exactly the same as WebHelp, so I'm not 100% sure that the API will work as you think it should. Also, there are 2 flavours of AIRHelp - locally-installed & browser-based - they aren't the same either, so that's why I was asking.

    Known Participant
    February 3, 2012

    I'm experiencing a similiar issue:

    I've made some progress with my context-sensitive help, in that I'm able to get it to open in a popup window with TOC displaying the right page.

    My code for this is:

    myserverroot/index.htm#<str=map_ID>>

    I've been reading the following site and it broke down the API into easy to follow chunks:
    http://www.wvanweelden.eu/robohelp/context_sensitivity_in_webhelp/methods_for_calling_Webhelp/regular_start_file

    Given the methods described here, I should be able to have my context-sensitive guide open up in my main browser window rather than a popup by utilizing the following string:

    myserverroot/index.htm#<str=map_ID>>newwnd=false

    However, when I run my tests, the UG still opens in a new popup window.

    How can I fix my code so that it displays in my main browser window with the TOC rather than a popup window?

    Jeff_Coatsworth
    Community Expert
    Community Expert
    February 3, 2012

    I'm assuming you're doing the browser-based version of AIRHelp, right? Does this syntax work if you create just regular WebHelp as a test?

    Jeff_Coatsworth
    Community Expert
    Community Expert
    November 8, 2011

    Try Peter Grainge's website (grainge.org) about calling help. What method you use depends on what your software is running.

    January 24, 2012

    Cool tx got it to work >>

    Here is the proper command to start Asset_Browser.htm (as example)

    /corp/projects/library/online_help/Rnk_Docs/help_installed/Rainmaker_Help/bin/Rainmaker_Help -csh topicurl "rainmaker\Rnk_Softwares\Asset_Browser.htm"

    Peter Grainge
    Community Expert
    Peter GraingeCommunity ExpertCorrect answer
    Community Expert
    January 24, 2012

    Hope it didn't take since November 8th to get it to work.


    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.