RoboHelp 10 HTML - Contextual Help Capabilities

Hello!
Our company wants to serve help content relevant to the module the current user is in when they access help.  I can only imagine utilizing conditional tagging as an option with RoboHelp 10 HTML and conditionally publishing sections to different folders on our webserver and having each module of our software call help content from our webserver.  However I was wondering if there is a more dynamic approach available that I may be overlooking whether it be in RoboHelp 10 HTML or RoboHelp Server.
THANK you for your time and have a great weekend!
Kevin

The nearest thing to what you need is Content Categories. Take a look at Dynamic User Centric Content in the Rh9 section of the RoboHelp Tour on my site.
The Employee Care sample project also ships with Rh10 so that you can see how it is set up.
The difference is that to limit the search and content, the user would have to select from a dropdown to limit what they see. I don't think anyone has come up with a way of opening the help to different categories.
The alternative would be to use merged help and have your developers call the child project for the module in the way you suggest. As a user that would annoy me because the full help would not be available, although you could create links to it.
Personally I think the best way is to open the full help at the relevant topic. The topic will be synchronised to that section of the TOC so the user can see where they are.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Need help with Responsive HTML5 screen layout in RoboHelp HTML 11

    I have a few questions/issues regarding screen layouts for Responsive HTML5 output in RoboHelp HTML 11.
    First off, I decided to just use the Theme1_Standard layout that came with the program (only other default option was Theme2_Government) and started customizing the layout. I originally added a company logo to the 'Header' component in the Customization dialog, but have since decided to remove it. I can't seem to do this from the dialog, so I tried just deleting the image file from the whole project. The file is gone, but the logo is still there. This is only displayed in the header when a topic is displayed, it does not appear in the header at the TOC, Index, Search screen, etc. How do I get rid of this???
    Secondly, the text in the header for the topic screens appears differently than the one on the screens for the TOC, Index, Search, etc. In the former of these, the header is displayed in maroon text in a much smaller font, similar to that used in the topics. In the latter, the topic is displayed based on what I configured in the Layout Customization dialog; much larger in white text on a black background. In each case the heading text serves as a link to the default display topic shown when the help file is launched, which is fine. However, how do I get the header to be consistent across all screens (topics and TOC, Index, etc. alike)???
    As a result of these issues with the Theme1_Standard layout, I'm trying to import a different Responsive HTML5 screen layout than the two provided within RoboHelp HTML 11 (Standard and Government). I did some digging in the program help and found another layout I'd like to use (Theme3_Black.zip) at RoboHelp screen profiles and layouts. I tried importing the new layout, but it's looking for a .SLZ file and the only one in the files that came with the ZIP file is SLZConfig.xml, and I don't think that's what I need, though quite honestly, I don't know.
    I extracted the contents of the ZIP folder to a folder in the !ScreenLayout! folder within the RoboHelp project, but when I open the project, I don't see Theme3_Black as an option. I need to figure out how to import this screen layout because the color scheme matches the one used in the program for which I am writing the help. How do I import and apply this other screen layout???
    Any tips, tricks, or guidance on any or all of these items would be GREATLY appreciated.
    Thanks much in advance,
    Dave

    Item two of the original post is also something I am having issues with:
    "Secondly, the text in the header for the topic screens appears differently than the one on the screens for the TOC, Index, Search, etc. In the former of these, the header is displayed in maroon text in a much smaller font, similar to that used in the topics. In the latter, the topic is displayed based on what I configured in the Layout Customization dialog; much larger in white text on a black background. In each case the heading text serves as a link to the default display topic shown when the help file is launched, which is fine. However, how do I get the header to be consistent across all screens (topics and TOC, Index, etc. alike)???"
    We have the text toggle between red, white and blue depending upon the topic selected. In the customize Selected Layout we have the title color set to white. It seems to think that it is a link and I would like to know how I can force the text to be white and to stay that way no matter which topic is selected.

  • RH8 RoboHelp HTML published as web help TOC format

    Is there any way to manually tweak the TOC formatting in a published set of sub docs that were generated from the root books of a RoboHelp HTML project?
    Original project had Install Guide, Admin Guide, etc. which are now published separately. Problems: all files for all books are in each published help system. Browse sequences contain all topics. TOC format got 'lost' so tab names rather than icons are used for ...TOC, Index, Glossary, etc. even though Icons are in the projects. Individual projects open with one book, which must be expanded. No colors in TOC, and uses a different (and noticeably larger) font from the topic.
    Since this one-off was done to an unknown version of the content, I'd be better off mucking with the cshdat and wh files than the content of the topics.

    ...just now revisiting the project that precipitated the original request. I have additional info and a request:
    The separate help documents had been published without resetting the browse sequence. As it is today, (because browse sequences were not updated), many hyperlinks jump out of the published books and over to an earlier build that has a single TOC (same IIS server, but completely different path).
    I learned that a RH HTML project can have multiple TOCs. So, my new question: is it possible for three TOCs to keep thier own browse sequences and access one common set of published HTM topics?  How would that be engineered? I don't quite know how to manage hyperlinks that reference topics in one of the other books. I don't want to inherit the wrong browse sequences.
    The alternative is to generate help from the 4 different TOCs into 4 different folders, which is a lot of replication.  Like Siamese twins, there's a lot of cross sharing built into the original project, so in most cases, the "see also" relationships would give each separately published book 100% access to all the topics, but from a limited TOC.

  • Robohelp HTML 9 hyperlinks in table cells help

    Hi,
    I'm creating a table in robohelp html 9 and adding hyperlinks in the table cells. If the hyperlink is the first word in that cell robohelp is adding styling code to the link eg <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test</a></td>.
    If I add a link to the second word in a table cell the styling does not appear or even if I add a space before the link the code does not appear eg <td>&#160;<a href="#">test</a> </td>.
    The code appears when I flick between design and HTML views but it does not make any difference in which view I create the link.
    No matter how many times I delete this code is keeps coming back. Can  anyone please help me? Is there some default that gives this the styling  code?Does anyone else get this issue?
    A table with the different examples is below. It was created in design view by clicking table>insert table>OK. Links added by clicking the insert hyperlink button.
    <table style="border-collapse: separate; border-collapse: separate;" cellspacing="0"
             width="33.333%" border="1">
        <col style="width: 100%;" />
        <tr>
            <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test
             that has the added code</a></td>
        </tr>
        <tr>
            <td>&#160;<a href="#">test with space in front of link</a> </td>
        </tr>
        <tr>
            <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test</a></td>
        </tr>
        <tr>
            <td>A <a href="#">test</a> </td>
        </tr>
    </table>
    Thanks in advanced

    I have the same problem with those stupid links in tables - I've been working on this for HOURS and HOURS...... Based on previous experience, I assumed it must only be me and an ill-formed stylesheet. The table/link issue just came to my attention because I am in the process of changing styles/formats to a new company standard (new link color) and thought I really screwed my CSS up as I was changing things!
    My only workaround thusfar has been to rewrite some data in the tables so that text will precede the link (yes, I did).  And where I just couldn't do that, I resigned myself to the problem and forced a different color on the links (changing the #0000ff).  One plus was that RH didn't rewrite the color code once it was changed manually..... but then I realized later that I didn't consider the hover color when I did this, so I now have to go back and correct them. 
    So glad to find your post...........
    I played with the idea of adding hidden text, but was worried that the problem was really a result of an issue with my CSS and doing that wasn't the proper way to fix it.   So, without guilt, I took Rick's suggestion and added an invisible dot/period at the beginning of every link in a table, when that link is the first or only content in the td.  Did the trick!  Now the links assume my declared css style! 
    I submitted a bug report.......
    Thank you!!!

  • RoboHelp HTML X5: Merged help not displaying ToC

    Hi All:
    Hoping someone can help me here.
    I have been generating merged help for some time now w/o problems. But got this problem today after compiling a particular project after a 15-month gap. When I compiled the parent/master project, the ToC displayed the child projects and the Information Bar displayed the following message:
    "To help protect your security, Internet Explorer has restricted this  file from showing active content that could access your computer. Click  here for options..."
    I ignored the message and clicked the child projects to check if they displayed correctly. Each child project opened new instance of IE - this has not happened before. The last time I complied this parent project, everything worked fine and child projects opened within the same browser instance.
    Secondly, when I right-clicked the Information Bar message and chose to Allow Blocked Content, the ToC disappeared.
    Just in case this is relevant, my employer replaced all our PCs last month and all software had to be reinstalled.
    Could this be because of the new version of IE? (My old machine may have had an older version.) Or the fact that I have not installed the updates to Robohelp X5? (I keep getting the message that the Macromedia server is down.) I have not activated the product yet either.
    Would appreciate any advice/clues.
    Thanks in advance
    Sophie

    Hi there
    Usually you can prevent that message from appearing by enabling Mark Of The Web (MOTW) in the WebHelp generation options. The unfortunate part about that is you stated X5 and X5 didn't offer that option. So the next best thing you can do is to configure IE so it doesn't present the Yellow Information Bar. You do this by opening the Internet Options for IE. Click the Advanced tab and scroll to the Security section. Place a check mark in the option "Allow active content to run in files on My Computer".
    Note that this only affects your own computer. If you are planning on having your end users copy the WebHelp files to their local C drives, you will have to instruct them to perform the same steps. But if you are uploading your content to a Web Server, they should not encounter this issue.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Contextual help. html file not being created

    Do you know why the Contextual help.html file is no longer being created?

    What is the filename of the file you expect? Are you referring to a file
    to call the help context sensitive?
    Kind regards,
    Willam

  • Help required with robohelp html

    We have recently upgraded to Robohelp version 6, using
    robohelp html.
    When attempting to load a Robohelp .MPJ project from from an
    earlier version of Robohelp (Robohelp 2002), the program simply
    'hangs' and the project fails to load.
    There are no error messages.
    This is a critical application and we need to be able to load
    and save the project.
    Can anyone offer any help?
    Many Thanks

    If you have tables with merged cells, check Peter's solution
    on the following
    Thread.
    Hope this helps,
    Brian

  • Training & Help Books for RoboHelp HTML 10?

    Hi all -- I'm currently in my trial of RoboHelp HTML 10, and I'm having a hard time locating training webinars and/or books. I've gone through lynda.com training and I'm aware of Adobe's videos and documentation, but I'm wondering if there are any help/guide books currently or forthcoming that anyone may know of. Thanks!

    RoboHelp 10 is still fairly new so there aren't a lot of books / guides out there. IconLogic has one that I know of though. It can be found at:
    http://www.iconlogic.com/titles.htm

  • Issues with RoboHelp HTML Help and IE7

    I attempted to create a basic (one-topic) HTML Help file
    using RoboHelp X5 (5.0.2 update), with the topic tied to the TOC,
    index, and search navigation tools. I attempted to open the CHM on
    a PC running Windows XP / IE7, but it displayed the "page cannot be
    displayed" error.
    I tried to open the CHM file on another PC running Windows
    2000 / IE6, and it worked like a charm.
    Apparently, there is something about IE7 (or Windows XP, but
    I doubt it) that breaks RoboHelp HTML Help files. Does anyone have
    any information about this issue? Thanks!
    - Greg

    Welcome to the forum.
    The problem contrary to your belief originated under Windows
    XP.
    Click
    here for an explanation and the options.

  • Contextual help and Merged projects (CHM format)

    I am trying to use contextual help with a merged help project. I use RH11. My help project SSL is Microsoft HTML Help. I find no way to get the contextual help to work for topics inside the children projects. Either I can display the topic but the TOC does not follow, or it is the other way round....

    quote:
    Originally posted by:
    ---Dirk Bock
    Trip,
    setting up context sensivity for H'TML help can be easy or
    complicated, depending on your requirements.
    The very easy way: Set up your master and slaves as
    essentially independent helps. Users will see a separate help when
    calling up context-sensitve help for a slave.
    The sort of easy way: Do the same as above but define the
    window name of all project as $global_<your desired window
    name>. This will let all helps shown in the same window. You can
    seamlessly navigate from the ToC to any part of your help system.
    When calling up context sensitive help for a topic of one of your
    slaves, the user will see the ToC for this slave only.
    The cool way: Do the same as above and open the Advanced
    Properties dialog box of the Window Definition in each of your
    slaves. In the field Table of Contents, enter:
    <Master>.chm::/<Master>.hhc
    where <Master> would be the name of the CHM of your
    master project.
    You can also use:
    <Master>.chm::/<Homepage of your master>.htm
    in the Home field, where <Homepage of your master> is
    the internal path and filename of the homepage of your master
    project.
    This way would give you the complete merged help system
    regardless of how it is called up. So when the user calls up
    context sensitive help of one of hte slave topics, he sees this
    topic and the complete ToC of all projects. When clicking Home, he
    is referred to the homepage of the master.
    The problem is that RoboHelp - at least up to version X5 -
    likes misinterpreting this settings and writing a defective HHP for
    the compilation. This may result in a slave help without any ToC,
    e.g..
    If you seldomly have to re-compile a slave, this leads to
    great results, but if you overhaul your projects regularly, expect
    to spend some time on getting it straight every now and then and be
    prepared to learn working with MS HTML Help Workshop and/or FAR to
    do the final compilations.
    Regards
    ---Dirk Bock

  • Can't create or open a project in Robohelp HTML 8

    Hi,
    I just installed RoboHelp HTML 8.0.0.203 trial on Windows XP (SP3). It's the first RoboHelp
    version I've installed on this computer.
    No error occured during installation the program starts normally.
    1. When I try to create a new empty project the program only creates the folder with
    following files and folders:
    !SkinSubFolder!
    Adobe AIR.ssl
    default.css
    FlashHelp Pro.ssl
    FlashHelp.ssl
    Microsoft HTML Help.ssl
    testproject.cpd
    testproject.glo
    testproject.hpr
    testproject.ppf
    testproject.syn
    WebHelp Pro.ssl
    WebHelp.ssl
    At the moment when the new project file should open nothing happens not even an error
    message.
    2. When I try to open the sample project file CCC.xpj an error prompt tells me that the
    opening of the project was aborted or CCC.cpd couldn't be loaded.
    3. When I try to import a PDF (File>New>Project>Import>PDF) an "unexpected error" occures
    during conversion.
    I already reinstalled RoboHelp and I have administrator rights, but still the same problem.
    P.S. I had the same problem on another system with the Robohelp 7 trial some months ago.
    But RoboHelp X5 works fine on a third system, I consider an upgrade if the problem can be solved.

    Well I tested to install RoboHelp 8 on my machine at home where the RoboHelp 7 trial didn’t work. At first with Comodo Firewall Pro enabled and it blocked the two attempts of Windows Installer to access the internet. ->Creating a project still doesn’t work.
    Then I uninstalled Robohelp 8 and disabled the firewall. Installed Robohelp 8 again and tried to create a project but it still doesn’t work.
    Also I installed Robohelp 8 on different machines at home (XP, Vista Business, 7 Professional) all running with Zonalarm Firewall and it worked.
    But installing a new OS is no option for the company especially when everything else works fine.
    Before I opened this thread I googled some time for this problem but couldn’t find anything. This is weird because I’ve installed it on two systems which have noting in common besides both run XP.

  • Glossary in a RoboHelp HTML .chm not showing content on Win7

    I created a RoboHelp HTML .chm with a Glossary using RoboHelp6.
    My users with Windows 7 computers are unable to install and register the HHActiveX.DLL file and see the Glossary content. They are using the suggested procedure for WinXp but it does not work for Win 7.
    My users with WinXP are able to install the DLL and see the content under the Glossary Tab.
    My question is; what is the proper method for installing and registering the HHActiveX.DLL file on a Win7 machine?
    Or is there a different file needed on Win 7 to make the Glossary content visible?
    Note they can see the Glossary Tab but the content is blank.
    Here is the procedure that works on WinXP:
    1.      Copy/save the attached HHActiveX.DLL file to the root of C:
    To manually register HHActiveX.DLL: You can provide these instructions to your end users if you are distributing HHActiveX.DLL with your Help system.
    Click the Windows Start button, then select Run.
    In Open, type the following:
    regsvr32 <path> hhactivex.dll (specify the path of the HHActiveX.DLL)
            If the HHActiveX.DLL file is stored on the root of C: then I believe the command to type would be “regsvr32 C:hhactivex.dll”
    Click OK.
    Note: These instructions may require admin logon to complete.
    Thanks for any guidance.
    Bob

    Please check the thread
    http://forums.adobe.com/message/3479695#3479695

  • How can I convert a Flare project to RoboHelp HTML 10?

    In my company, we work in RoboHelp HTML 10. We aquired a company that uses Flare for their online help project, and now it falls to me to convert it to RoboHelp. I searched online and found the converter on the Show Me The Demo site, but the download button doesn't do anything.
    Is that converter posted anywhere else? Or is there another method of converting from Flare to RoboHelp? Any help would be appreciated.

    Hi folks, sorry for the glitch in the download for the Flare to Robohelp Project Converter. I have been traveling and teaching and did not notice this post.
    Until I fix the link, please email me using the address in my Profile and I will send it via an email attachment right away.
    Sorry for the inconvenience.
    John
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • RoboHelp HTML 9 Search Pane Max results controls

    RoboHelp HTML 9 with WebHelp as output...
    I have a two part question. By default when our users do a search in compile dhelp, they see 10 search results per page. Is there a place in my RoboHelp interface where I can change that to larger number? I have found a line of code in a *.js file where it looks like I could manually change it, but would prefer not to have to do it that route in case that causes unintended hiccups elsewhere.
    var nMaxResult = 10 ; 
    Second part of my question is related to statement in release notes/new features notes for RoboHelp 9 that state users can control the max search results per page on-the-fly as they use the Search pane. This feature only applies to WebHelp or WebHelp Pro and my output is WebHelp. I can see a line of code for that feature in the whfform.htm file but nothing shows up like that in the Search pane within compiled help. Is this a bug or is there a control somewhere in RoboHelp project settings that allows me to enable that option for users? The last 2 lines below would seem to control this area. The Search pane items referenced in first 4 lines do show up ok in my Search pane.
    gsTitle = "Type in the word(s) to search for:";
    gsTitle = "Type in the word(s) to search for:";
    gsHiliteSearchTitle = "Highlight search results";
    gsHiliteSearchTitle = "Highlight search results";
    gsMaxSearchTitle = "Search results per page" ;
    gsMaxSearchTitle = "Search results per page";
    Thanks for any insight you can provide,
    KF

    I know this is an old topic, but I was trying to figure this out myself today and finally found it. In case others have been looking for this, it's in in this file:
    whform.js
    find this variable:
    var gnMaxRslt = 10;
    and then change the 10 to the number you want.
    If you do that in the generated help, the number will change in the Search pane, but it will still display only 10 results. To get it to actually display more than 10 results, I had to edit the RoboHelp file, not the generated help. I made a copy of C:\Program Files (x86)\Adobe\Adobe RoboHelp 10\RoboHTML\WebHelp5Ext\template_stock\whform.js before I edited it. (Right-click the file, click Copy, then right-click in the folder and click Paste. Edit the one that doesn't say Copy in the filename. Then if you want to back it out, delete the one you edited and remove Copy from the original.) If you have your project open in RoboHelp, close it, then reopen it so it can "grab" the new info.
    This ought to be in the WebHelp Setting dialog box on the Search pane.
    --Karla--

  • Importing MS Word into RoboHelp HTML / TOC Creation/ CHM output?

    Hello,
    I am a newbie to RoboHelp 8 and am trying out the Adobe Technical Communication Suite 2.5, and have a Windows 7 (64 Bit) OS.
    At the moment, I have a single 40 page word document (MS Word 2010) that I would like to bring into RoboHelp 8.
    With that said, I create a blank project, and then import the document.  But, when I try to generate and view a help file, I am not seeing the table of contents.  I have even done the AUTO TOC and verify that the links correspond to sections and sub-sections etc. - but still no TOC.
    In addition, for some reason it brought in each of my figures twice, so that I have two figure 1s, two figure twos and so on.
    Finally, it gave me an error message and was complaining about WidgetMax:
    "Compilation failed while compiling http:\www.widgetmax.com."
    I am not sure what that is about either.
    Okay, one more question.  Is there an easy way to break up all the sections/sub-sections into unique topics before or during inport into RoboHTML?  It seems that RH 8 really needs to have multiple topics versus one long topic, containing what was formerly a MS Word document.  What is the best approach to making that happen?
    Overall, I am looking for a nice automated system, whereby I can take developer created documents (from protected MS Word templates) and bring them into RoboHelp HTML (version 8).  Hopefully, I will not have to break apart the entire MS Word document first, before bringing it into RH 8.
    Thanks for taking the time to answer the questions from a newbie.
    -J

    Hi there
    My own guess is that you created a project using one of the supplied templates. Specifically, the Application Help template. This template already has a CHM window defined that contains a link to the WidgetMax.com site. When a link to a web site is defined in a CHM window, the compiler will squawk about it because it cannot resolve the link to a local HTML page. So you may safely ignore the message.
    As for importing the Word content, you have some decisions to make. How do you want to edit the content after you get it into RoboHelp?
    After you import you will abandon Word and make any changes to the documentation only using RoboHelp HTML.
    You will continue to maintain the Word document using Microsoft Word and you will want to update RoboHelp HTML to reflect the changes
    Depending on the avenue you wish to take, you will have different options for splitting the Word content into individual topics. Once we know which option you wish to use we can offer more guidance.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • How to use the 3of9 font in report in concurrent program

    Dear All, I have developed a report in 6i, and selected the font 3of9.ttf in Report Builder, which is a Barcode type font. but when i register the report as concurrent program and run the report concurrent program it is not showing me the field value

  • File open  event  지속에 대해..

    SELECT * FROM V$SQLAREA; SELECT * FROM V$ACCESS; 를 하면 v$session_wait에 "file open" event 와 cpu 사용은 증가되며 조회는 안되고 종료할 수 밖에 없습니다... (V$ACCESS 는 계속 기다려 보니 200개 정도 였습니다..) 무엇이 문제인가요...

  • Copy alt text to title [Branched from: WildCard Find & Replace Question]

    Fabulous, so now I am able to add the code (alt=" ") to any image that does not already have one. Now is there a way to do a similar task AND have the replace function fill in the text based on existing info.? My situation is I have images with alt t

  • Regarding non-unicode to unicode conversion in mapping

    In our project we have Pi system which is installed as unicode system. But the SAP systems at the sender side is unicode and most of them are non-unicode systems. We have a doubt regarding the challenges that we need to face in PI mapping with refere

  • Listening to an iPod on a different computer

    After years of thinking about it and month of saving I finally purchased my 1si iPod. I went all the way and got the 80gb model with video etc... So far its' working great. My only question is this... Can I plug the iPod into another computer with iT