Linking to .hlp topics from RoboHelp HTML 6

We have a comprehensive help file for our CADD systems built
in RoboHelp 6 for Word that has been compiled to WinHelp 2000
(.hlp) format. We now want to link to specific topic from a project
being built in RoboHelp HTML 6. This is easy to do in RoboHelp 6
for Word but I cannot find out how to do this in the HTML version.
Any help is greatly appreciated, and please dumb down the
responses, I will be appreciative not offended.
Thanks,
Kelly

Hi Kelly and welcome to our community
Whether you may do this will depend on whether you are
creating WebHelp or a Compiled .CHM output. I don't believe it will
work with WebHelp. If you are creating a compiled .CHM, first off
make sure your primary layout is configured for Microsoft HTML
Help. If it isn't, you won't see the option I'm about to point you
to.
Once you cross that hurdle, click inside a topic and choose
Insert > HTML Help Controls > WinHelp Topic...
Hopefully that helps some... Rick

Similar Messages

  • Generating hlp files in RoboHelp HTML

    Is it possible to generate .hlp files from RoboHelp HTML version 9? We're generating help files for an older program that only uses .hlp or .chm files. I've only been able to generate .hlp files from RoboHelp for Word, and I don't really want to use it any more. But I haven't been able to generate .hlp files from RoboHelp HTML.
    Thanks.

    Hello PP
    I'll be happy to hazard a guess as to why RoboHelp doesn't "do" WinHelp. It has to do with the history of RoboHelp. Way back around 1992 or so, RoboHelp existed largely as a plug-in to Microsoft Word that made it a lot easier to create WinHelp files. Basically it was a set of macros that formatted the arcane coding necessary inside Word documents that made things work for the WinHelp compiler.
    HTML emerged later on and the first version of RoboHelp HTML was born. This created an entirely new format and an entirely new application (RoboHelp HTML or RoboHTML) was born. HTML help was the new kid on the block. As such, I'm guessing the developers were sort of watching to see if or how much it would "catch on".
    So the application code bases were totally different. And remain so to this day. As Microsoft has taken measures to try and dissuade folks from using WinHelp, I'm sure RoboHelp for Word is likely on life support and probably has been for some time. RoboHelp for Word and RoboHelp HTML work in totally different ways. And given the fact Microsoft wants WinHelp gone, it simply doesn't make any sense to expend effort on making RoboHelp HTML capable of outputting WinHelp.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Getting links and its names from a html file

    Hi everyone
    My problem about the a getting links with name from a html file. For example
    İn a web page in this site ?SUN? when use click SUN the browser open http://java.sun.com
    İ want both of them, so the links and name. I can succeeded the get link but i don t know how to get the link name.
    For example :
    <B>setRightComponent(Component)</B>
    &#304;n this code segment i want to get B tag. But how i don t know. To get A tag i used this code
    List result = new ArrayList();
    try {
    // Create a reader on the HTML content
    URL url = new URI(uriStr).toURL();
    URLConnection conn = url.openConnection();
    Reader rd = new InputStreamReader(conn.getInputStream());
    // Parse the HTML
    EditorKit kit = new HTMLEditorKit();
    HTMLDocument doc = (HTMLDocument)kit.createDefaultDocument();
    kit.read(rd, doc, 0);
    // Find all the A elements in the HTML document
    HTMLDocument.Iterator it = doc.getIterator(HTML.Tag.A);
    while (it.isValid()) {
    SimpleAttributeSet s = (SimpleAttributeSet)it.getAttributes();
    String link = (String)s.getAttribute(HTML.Attribute.HREF);
    if (link != null) {
    result.add(link);
    it.next();
    &#304; can use B tag but i don t know hot to get its value because it has no prefix such as HREF....
    i am sorry if i use a bad explanation style or incorrect word.

    import java.io.*;
    import java.net.*;
    import javax.swing.text.*;
    import javax.swing.text.html.*;
    class GetLinks
        public static void main(String[] args)
            throws Exception
            // Create a reader on the HTML content
            Reader reader = getReader( args[0] );
            // Parse the HTML
            EditorKit kit = new HTMLEditorKit();
            HTMLDocument doc = (HTMLDocument)kit.createDefaultDocument();
            doc.putProperty("IgnoreCharsetDirective", Boolean.TRUE);
            kit.read(reader, doc, 0);
            // Find all the A elements in the HTML document
            HTMLDocument.Iterator it = doc.getIterator(HTML.Tag.A);
            while (it.isValid())
                SimpleAttributeSet s = (SimpleAttributeSet)it.getAttributes();
                String href = (String)s.getAttribute(HTML.Attribute.HREF);
                int start = it.getStartOffset();
                int end = it.getEndOffset();
                String text = doc.getText(start, end - start);
                System.out.println( href + " : " + text );
                it.next();
        // If 'uri' begins with "http:" treat as a URL,
        // otherwise, treat as a local file.
        static Reader getReader(String uri)
            throws IOException
            // Retrieve from Internet.
            if (uri.startsWith("http:"))
                URLConnection conn = new URL(uri).openConnection();
                return new InputStreamReader(conn.getInputStream());
            // Retrieve from file.
            else
                return new FileReader(uri);
    }

  • Pagination issues in Word output from RoboHelp HTML 8

    Hi All,
    We're generating a Word document from our online help (RoboHelp HTML 8) with MS Word 2003 installed. The page numbers inserted automatically are wrong in that it's skipping numbers. For example, in scrolling down through the document, the page number after 95 is 97. Sections of the doc are paginated correctly, but then we come to a few pages where it skips a number in assigning page numbers. Some of our users have MS Word 2003 and others have 2007, but the pagination issue is occurring in both versions of Word. (BTW, I'm developing WebHelp Pro on Windows XP.)
    Today when I clicked in the Word TOC and pressed F9 to regenerate, it corrected some of the pagination problems but not all (go figure).
    Is there a patch I need to download or anything?
    Thank you!
    Mendonite

    Do the unnumbered pages have any content? This is ringing a vague bell and it was a Word issue related to blank pages.
    Have you actually printed the document?
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • Can't Publish from Robohelp HTML 7 to Robohelp server 8

    Please help. I have looked everywhere for answers. Here is my problem.
    Environment
    I have a windows XP machine with robohelp html 7 and the 7.0.3 patch installed. I am testing the trial version of robohelp server 8 for 30 days. The installation of the robohelp server 8 application when ok. I think. I am able to login as admin in the robohelp server web adminstrator application and also able to go the main page (http://mvrobohelp:8080/robohelp/). The congratulations! screen appears.
    Problem
    When I published the webhelp pro project from the workstation, it does its thing and end with the message that said "successfully published to "Bankway Headquarters".  I go to the robohelp 8 server and login as admin and I do not see the project "Bankway Headquarters" in the projects screen under the general area. It looks like the robohelp server does not finish publishing the project.
    Client PC messages
    Finished applying Template in 6 sec(s)
    Finished compiling WebHelp Pro in 378 sec(s)
    Successfully published to "Bankway Headquarters".
    Thanks for any help in advance

    Hi Jose,
    We have been using RH7 client to publish to RS8 server for about 2 months now. We have a master project/subproject setup and we too have been unable to get the Web Administration tool to allow us to see our projects by using the "View Project" button. They are listed under projects, but do not display correctly. Also, we are unable to see our complete master project with all of the embedded subprojects using the URL that Adobe supplies (e.g., http://<server>:<port>/robohelp/server). The Adobe response to this was that there was something wrong with our publishing mechanism (whatever that means!).
    However, the good news is that we can view our projects just fine by using this path instead: http://<server>:<port>/robohelp/robo/server/general/projects/<master project>/<master project start page.htm>
    Now, we are not using any of the context or area stuff so this works. We were also told that in bypassing the default method, we would be unable to get the usage statistics (e.g., frequently asked questions, etc). However, we have not experienced this. We are able to collect the metrics and access the reports using the Web Administration tool.
    I'm not sure if this will satisfy your requirements, but for us, that was the only way to get to our project to view the complete master/subproject setup. Let me know if you figure out a different solution. I'd be very interested in doing this the "right way" if we can get it to work.
    -Kristen

  • Generated Word document from Robohelp HTML

    Hi Everyone,
    I have two questions regarding the word document i have
    generated from RH HTML.
    First, in my Word document which i have generated from RH
    HTML my footer is not displaying the one i have used in online
    help.
    Second, the hyperlinks i have in my online help, they are
    also not displaying in the Word document.
    I would appreciate if anybody who knows the answer to it and
    can please let me know.
    Thanks

    Headers and footers are not transferred across.
    Hyperlinks are only available in RH6 or better.
    Take a look at the topic on Printed Documentation on my site.

  • Problem displaying WebHelp built from RoboHelp HTML Editiion

    I have a project I want to transition out of RoboHelp for
    Word but when I build the files in RoboHTML in my extremely locked
    down environment (I work on a secure network) I get errors when I
    try to display the WebHelp that does not occur with my RoboHelp for
    Word build.
    The errors appear to relate to pathing problems for the
    Contents, Index, and Find. All three selections give me Line 728,
    Char 3, Error Object Expected, Code 0, URL ends in whtdhtml.htm. As
    I click on other items in the Contents I get the same error. I get
    the same error when I try to open a book. After a book opens the
    TOC freezes after getting Error:84 Unspecified Error. I cannot
    close any books after getting the Error: 84. Clicking on a page
    displays the page fine.
    Nothing displays in the Index. Typing in the Index text box
    gives me Line 1096, Char 3, Error faFakes[…].nB’ is
    null or not an object, Code 0, URL ends in whibody.htm. If I come
    back to to the Index after clicking elsewhere, nothing still
    displays but I do not get the error, however, I still cannot find
    anything.
    When I type something in Search, it appears to return results
    normally, but when I try to access a result I get Line 619, Char 2,
    Object Expected, Code 0, URL of the file I am trying to access.
    Has anyone ever seen anything like this? It has to be in my
    locked down XP setup that affects the build from RoboHTML, possibly
    screwing up the XML files or if something is actually written into
    the JS files, messing with them. Someone suggested our environment
    may have put something in an unfamiliar place and the build gets
    munged. It has to be the build process since WebHelp works fine
    when created from RoboHelp for Word.

    Check with IT. If you are using RH6 or lower, then they must
    be installed with and run with your login and that must have admin
    rights attached. If you are using RH7, an administrator can install
    it and you don't need admin rights to use it.
    See Installing RH on my site.
    That seems the most likely cause given that this occurs with
    the sample projects.

  • Create link to help topic from Flash file

    We have started using Flash to develop our online learning
    modules. So far they have been stand alone modules accessed from an
    internal web site, published as .EXEs. Our latest Flash module is
    related to a system for which we have an HTML help file. We'd like
    to embed the Flash module in the help file b/c we want a link in
    the Flash module to open a specific help topic.
    I can get individual .SWFs into the help file but these Flash
    modules are more complex, using many .SWFs for navigation, the TOC,
    the frame, and for each interaction. In other words, the main .SWF
    (or .EXE) calls many other .SWFs as the user navigates through the
    module.
    If I can't get the Flash module into the help file, and I can
    only link to it as an external file, can a link from within a .SWF
    in the Flash module open a specific help topic in the .CHM?
    Any other ideas?
    Thanks for your help,
    SueM2

    This question was answered by kglad, on Saturday, August 11,
    2007 10:13 AM
    Answer
    no it doesn't. getURL() causes no security issues unless you
    try to open the html locally and (try to) access something on the
    internet.
    unless your "flash site" is your local computer there is no
    security issue. if your local computer is an internet server, you
    just need to set the security settings for your local file and give
    it permission to access the internet zone.

  • External Topics in RoboHelp HTML

    Let's say I have BOOK1 and BOOK2.
    BOOK1 has an external link out to BOOK2.
    When I'm viewing BOOK1 and click on the link to view BOOK2,
    then click on the "Index" button, why are the topics that show up
    from BOOK1? If I'm in BOOK2, shouldn't the index be listing the
    topics of that book that I'm viewing?
    Thanks very much for any help anyone can provide!
    Jenn

    When linking to an external topic, the topic is just that -
    external. The help viewer window is still owned by the original
    .chm.
    But all is not lost - instead of linking to an external topic
    you can include your "external" .chms as part of your master .chm.
    I'm not the best person to help you do this (because I don't
    myself) but you need to merge your .chms. Look up how to "Merge CHM
    files" in your RoboHelp help, rather than linking to an external
    topic.
    Hope this helps,
    John

  • Link to RH topics from embedded Captivate slide?

    RH10, WebHelp, Captivate 6
    Hi,
    I've been using RH for years, but I'm new at Captivate.
    I want to have a rollover effect in a WebHelp topic, whereby the user can hover the mouse pointer over a graphic and a window will pop up. Inside the pop-up window will be hyperlinks to topics within the same WebHelp project.
    My understanding so far is that I can insert a Captivate slide in WebHelp topic to achieve this. The Captivate slide would contain the background graphic, and a "rollover slidelet".
    My question is, at what point do I create the hyperlinks to WebHelp topics  in the slidelet? Must I do this in Captivate, and if so how do I specify the target path of the link?
    Or can I do this linking after I embed the Captivate slide and slidelet into the WebHelp project?

    Hmmm, for some reason I keep forgetting they added that capability to Captivate 6.
    Okay then, what you have to do is consider where the Captivate movie will be (as in what folder) at the time it is presented within the WebHelp. So if you are linking to topic XXX.htm and inside RoboHelp, that topic is inside a folder named FolderOne, it's going to depend on the folder the Captivate movie is in. Often, they are inserted at the project root. So if this turns out to be the case, you would insert the following into the field:
    FolderOne/XXX.htm
    I'll give my theory a try and see if it works for me.
    Keep in mind that the links will likely fail when you test locally unless you add the project location to the list of trusted locations for the Flash Player.
    Cheers... Rick

  • Link to folio file from external HTML site?

    Hello,
    I was wondering if it's possible to link to a folio file from an external html document or website? Also - is it possible to link to a specific page within a folio?
    Thanks!

    Please post questions about folios and the Adobe Digital Publishing Suite to the DPS forum:
    http://forums.adobe.com/community/dps

  • How do I link to Anchor Text from browser to PDF file exported from InDesign?

    I see that this question was asked previously but not answered:
    http://forums.adobe.com/message/3737541
    I need a way to link to topics (from an HTML page) within a structured PDF file generated from InDesign, i.e. one that has an interactive bookmarks
    panel, that doesn't break the links when the file is updated.
    In particular, I don't want to refer to:
    *  page numbers because the document will repaginate when it is updated, breaking existing links
    * named destinations that are numeric as addition/deletion of topics renumbers the named destinations, breaking the links.
    Is there any option in InDesign that creates named destinations derived from bookmark titles as that would seem to solve my problem?
    I have a similar need, but I have not been able to find an answer anywhere online, even after a several hours of research.
    I am on contract with General Electric to develop a UI Style Guide for an international team of developers. My client wants to be able to distribute the Style Guide as a PDF document, but needs to provide links to specific topics when submitting a "Story" in an Agile development environment to the programmers.
    Ideally, I would like to be able to create "named destinations" in InDesign such that I can provide the client with a list of URLs similar to this format:
    file:\\StyleGuide\Test1-20131024a.pdf\#nameddest=AnchorText-01
    However, I can not figure out how to create "named destinations" in the PDF file from the InDesign file in which I have created the Anchor Text in the Hyperlinks tab.
    Alternately, the client would be satisfied with the ability to link to specific bookmarks in the exported PDF file that have been derived from the configuration of the Table of Contents styles, but my research has led me to believe that it is not possible to hyperlink from a browser window to a bookmark in a PDF file (only to specific page numbers, search word lists, named destinations, and comments) as described here: http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml
    Having been using InDesign since 1988, when it was PageMaker, I would prefer to use it to provide GE with the most attractive deliverable, but they are now leaning heavily toward having me licensed with Madcap Flare, which has this capability built in:
    http://webhelp.madcapsoftware.com/flare9/Default.htm#Nav_Links/Named_Destinations/Creating _Named_Destinations.htm
    Please help me to find a solution that will allow me to continue using InDesign for this project.
    Thank you!
    Lynne O’Connor
    Technical Writer (contractor)
    GE Oil & Gas - Measurement & Control

    Follow-up post (solution is not available):
    I have just completed a phone call with Gaurev Sethi of Adobe escalated technical support in which I shared my screen to explain and demonstrate the desire to link from an external URL to a specific location within a PDF file that has been exported from InDesign. After 40 minutes, during which I was placed on hold a few times while he consulted with his team, it was determined that the desired functionality is not supported in InDesign and has been identified as a limitation of the software.
    In researching alternate documentation software that supports PDF export, I discovered that Madcap Software supports this functionality in its Flare product:
    http://webhelp.madcapsoftware.com/flare9/Default.htm#Nav_Links/Named_Destinations/Creating _Named_Destinations.htm
    Note that linking via URL to a bookmarked location within a PDF is not supported:
    http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml
    More about parameters that can be specified to open PDF files are available here:
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    Although the above link is for a previous version of Acrobat, I could find no evidence to the contrary in the current SDK documentation.
    -Lynne

  • Importing pdf into RoboHelp HTML 8.

    I get an "unsupported or corrupted file" error when trying to import a pdf as a topic into RoboHelp HTML 8. The file opens fine in Acrobat.

    I've done that also.  However, one of my help projects consists solely of pdfs from other sources.  I've found that the print method works best for me.
    Thanks for the tip, however.  It's good to know that someone looks at the responses.
    Holly
    Holli Angell
    Business Analyst II
    Blue Cross and Blue Shield of North Carolina
    Madison Park Operations
    336-201-4520
    >>> NorBec <[email protected]> 11/6/2009 4:27 PM >>>
    What about importing the pdf in your baggage files?   The trick here is getting the project manager to display the Baggage Fle folder.  Toggle the icons at the top of the Project Manager window until they display.  See this thread below for the import instructions.
    http://forums.adobe.com/message/2068543#2068543

  • "RoboHelp for Word" vs "RoboHelp HTML"

    Hi all,
    I note there are two flavors for RoboHelp (wrt also working
    with Word + importing + exporting):
    - RoboHelp for Word
    - RoboHelp HTML
    Questions:
    1. Am I right that it seems you can do everything with
    RoboHelp HTML that you can do with RoboHelp for Word?
    2. If not (1, above), what are the relative advantages and
    disadvantages of each for starting a new RoboHelp project?
    3. Is there a reason for ever trying to change application
    for an existing RoboHelp project, and would there be expected any
    particular conversion problems?
    Tia,
    - avi

    Welcome to our community, Avi
    I see you posted the question here as well as the TechShoret
    list. I further see you have at least one reply over on TechShoret.
    Here are my thoughts. Yes, you can do most of what RoboHelp
    for Word can do using RoboHelp HTML. I say "Most" here because
    there are a couple of things you can't do. You can't easily create
    a .HLP file using RoboHelp HTML. RoboHelp HTML doesn't offer tabs
    like you can use with RoboHelp for Word.
    Now I realize that may sound a bit as if I'm saying that
    RoboHelp for Word is superior to RoboHelp HTML. I'm not. As with
    anything in life, there are trade offs and things to consider. In
    this case, I would say you should consider the output type.
    Most everything is moving away from WinHelp (.HLP files) and
    toward an HTML based format. I noted the TechShoret reply mentioned
    that with RoboHelp for Word, everything is stored in a single Word
    file, vs having multiple HTML files with RoboHelp HTML. While this
    is true, I would say that if your output is going to be HTML based,
    you should seriously consider using an editor that was designed
    from the ground up to support HTML. Let's face it. Anything HTML
    coming from Word is a kludge, as Word was designed for print. There
    are also some things that will constantly frustrate you if you
    elect to use RoboHelp for Word and are creating HTML output.
    So while it may seem an attractive option to use, I'd suggest
    avoiding RoboHelp for Word and going with RoboHelp HTML.
    Sincerely... Rick

  • When converting RoboHelp HTML 9 files to RoboHelp HTML5 11 files, is it transparent and seamless or are there adjustments that need to be made to the output?

    We are considering upgrading from RoboHelp HTML 9 to RoboHelp HTML5 11. With all of our output files accessible by our customers, we want to ensure our content is always available to address their questions. When doing an upgrade to RH 11 will opening and outputting the files be seamless or will the files need tweaks to get them ready for publication? How much time would it take to adjust one page, if it's needed?
    Any insight/experience you have with this topic to share is most appreciated.
    Thank you.

    There's information on my site about fixing any List issues.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for