Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Context sentive help, starting Airhelp at a specific topic

Guest
Nov 08, 2011 Nov 08, 2011

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

2.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 24, 2012 Jan 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

Translate
Community Expert ,
Nov 08, 2011 Nov 08, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 24, 2012 Jan 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"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 24, 2012 Jan 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

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 03, 2012 Feb 03, 2012

LOL, no it dindn't but i forgot to post the answer...

Jeff i am using Airhelp (the software) not the web version

Cheers

Thomas

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2012 Feb 03, 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/regula...

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2012 Feb 03, 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2012 Feb 03, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2012 Feb 03, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2012 Feb 03, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2012 Feb 03, 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).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2012 Feb 03, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2012 Feb 03, 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

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2012 Feb 03, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2012 Feb 03, 2012
LATEST

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

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp