Opening specific topics in merged Help file

I have a modular Help file problem that I'm hoping someone
can help with.
We are developing a window for our software product that will
allow users looking for help on a specific task, to enter a string
into a text box. As the user string is typed into the box, the
software returns a list of possibilities, from which the user is
then expected to choose a task. When the task is chosen, a string
associated with that task is passed back to the software. In
theory, the software opens the Help file and the topic associated
with the task is simultaneously displayed.
The complicating factor is that the target topic is in a
merged CHM file under the master CHM. Ideally, when we pass a
string to locate a specific topic in this merged file, we would
want to open the master CHM and have (1) the topic located in the
TOC pane to the left and (2) the topic display in the Topic pane to
the right. Unfortunately, we haven't been able to make it work
quite right. The correct topic is located in the TOC pane, but the
right-hand pane displays a "this program cannot display the
webpage" message. What's funny is that if I simply click on the
topic in the TOC pane, the right pane will display the correct
topic. In other words, we are finding the topic in the TOC, but we
just aren't displaying it.
Obviously, we are not passing the correct string to the
software but I don’t seem to be able to hit upon the right
syntax. So, to summarize what I want to do is to have the Master
file open to a specific topic in the Merged file called, for
instance, "My_Topic.htm." Thus, I have tried…
Master.CHM::/My_Topic.htm
Master.CHM::/Merged.CHM/My_Topic.htm
…but neither has worked.
I should mention that we have not renamed any CHM files using
Win Explorer, and we have not specified a binary TOC. Also, both
CHM files are local.
Any advice would be greatly appreciated.

Hi Mike,
Based on what I can work out (and I could be wrong) the
completed project, merged files and all, is in the !SSL!/HTML Help
output folder of the master project. When you compile the master
project takes the links, subsiduary merged files, etc, that it
knows about relative to the files in the Master Help files main
directory, (i.e. the baggage files that the project knows about
after you have imported the subsiduary files into the project) and
exports a compiled .chm master file into the !SSL!/HTML Help output
folder of the master project that contains details of the links and
subsiduary files.
What it doesn't do is export any subsiduary files from the
Master Help files subdirectory if there are any there in the first
place. This means you can get outdated subsiduary .chm files there.
This means RoboHelp puts in the correct links in your master
project (cos the right filres are in your baggage files) and writes
a master project .chm file to the output ditrectory. If however,
your subsiduary project .chm file is already in your output
directory then this will not be updated and your master .chm file
will contain links to topics that might not be in the version of
the subsiduary .chm file in the output directory - hence the
message saying 'can't display the web page'.
What I've (recently) learned to do is:
(1) Produce and generate master project and sub projects into
the default !SSL!/HTML Help sub directories for each project. When
I know each stand alone section of the project is working OK I:
(2) Import the subsiduary projects into the master so there
is a file of the correct name in the master. (In the bagge files
section).
[I re-import only if i've changed the structure of the
subsiduary projects such the master project references topics that
no longer exist or needs to reference newly created topics].
(3) Set up another single source layout in the subsiduary
projects that writes the latest version of the .chm file directly
into the required output directory of the the master project.
(Because Robohelp doesn't refresh the files in the output
drectory of the master project if they're already present this
means each time I recompile the subsiduary projects the lastest
version goes into the output directory of the master project - this
saves reimporting them into the master and deleting the contents of
the master's output directory).
(If I batch generate I can write an updated copy into the sub
project's default !SSL!/HTML Help at the same time - so if I want
to look at just the output of the sub project I can always do that
as well).
(4) Everytime I generate the master project it sends a
compiled master.chm file to the specified output directory, but
doesn't overwrite the subsiduary .chm files in that output
directory. However, as I've set up the subsiduary projects to write
their latest versions of their files to that directory every time I
compile it always has the latest versions of those files for when
you despatch the project.
This means everytime you recompile the master it knows the
right file names, links, etc, for the subsiduary projects and each
time you recompile the subsiduary projects the latest version goes
into the master projects output directory.
If you don't do this (or sometning like) your master and sub
projects will get out of sync and you'll end up with problems
referencing topics in the subsiduary projects.
(If you've already understood this, sorry for going over old
ground).

Similar Messages

  • Link to a specific topic in a chm file from Word

    Hi,
    How do I link to a specific topic in a chm file from Word? I can link to the chm but can't work out how to get it to open to a specific page. I have tried #filename and \filename at the end of the path but neither works.
    Thanks for any assistance.
    Emily

    Hi Emily
    Whether it works correctly on your C drive depends on how it arrived there.
    Click here to see what you may need to do
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Is it possible to link a topic from another help file?

    I apologized if topic has been discussed/answered. I was
    wondering if it is possible to link a topic from another help file?
    So, basically my client has a help file .chm that was created by
    someone else. I am brought in to create another help file. so,
    basically for the help file that i'm creating a topic call vacation
    hours but this topic is already in the previous help file instead
    of including that in the new help file can i create some see also
    link to this topic in the previous help file and the topic vacation
    hours from the previous help file display once someone click on the
    link. please let me if this possible and how i can do this.
    thank in advance
    bob

    Hi, Bob, and welcome,
    Yes, you can create links from one .chm file to another. The
    HTML syntax is as follows:
    <a
    href="TargetHelpFile.chm::/path_to/TargetTopic.htm">Link
    text</a>
    For example:
    <a href="htmlhelp.chm::/topics/chmweb.htm">Click here
    for more information</a>
    To ensure that you're specifying exactly the right path
    information to the target topic:
    1) Open the target help file.
    2) Display the required topic.
    3) Right-click it and then, on the context menu, select
    Properties.
    In the resulting properties dialog box, you can copy the path
    information out of the Address field and abbreviate it
    appropriately (you need the name of the target .chm file and
    everything that follows it).
    For this type of link to work, the target help file must be
    in the same folder as your source help file or in the Windows Help
    folder, or it must be registered under the following key in the
    Windows registry:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\HTML Help
    Pete

  • Merging help files into VS2008

    Hello
    I would like to know how to merge the help files into VS 2008's Document Explorer instead of the VS2005 one.
    Thanks a lot.

    Hello,
    can I be sure you have seen the discussion below :
    http://forums.msdn.microsoft.com/ru-RU/devdocs/thread/25b0c811-17a7-4fe7-a69f-e250f0646207

  • How to view area-specific projects in merged Help?

    Hi-
    While I have been successful in getting RH Server to merge the projects shown below:
    ...and access the merged projects in this landing page...
    http://localhost:8080/robohelp/server
    ... I can't seem to access one of the individual projects, such as Minerva API HTML Documentation.
    The HR Server docs say:
    You can access area-specific projects using the following URL:
    http://<server-name>/robohelp/server?prj=<project-name>&area=<area-name>
    What I think this means is that I should be able to browse to Minerva API HTML Documentation like this:
    http://localhost:8080/robohelp/server?prj="Minerva API HTML Documentation"&area=general
    However, when I try this, the merged project opens up (as though I were browsing to the first red URL above).
    Please advise as to what I might be doing wrong.
    Thanks in advance!
    -Kurt

    Thank you very much !
    Just one more question please.
    Let's say l want to view and see the oboe, trumpet and clarinet score parts together in the score excluding all the other instruments? How would l go about doing that?
    So l can see selected instuments together on the score part under one another.
    Thanks for any help you can give !

  • Open specific page in a PDF file?

    Hi!
    I wonder it it's possible to link or set parameters so that the user ends up on the correct page in a PDF file. Lets say that I would like to link to chapter 3 in a large PDF file. Is this possible in the DMS?
    I can't use TREX for indexing because that's not implemented.
    Best Regards,
    Kristoffer Pehrson

    hi,
    Instandard SAP DMS, u con't link like what u explained. fro that sap made an option. U could utiliz DIR key's 'PART' u can use as many as sheets of PDF as ur DIR.
    One more thing i think u misunderstanding SAP DMS, it is a tool deals Thechnical document and is used in PLM area. in integrates SAP logistics.
    Ucould use SAP Archive LIkn for this purpose. or u coud split PDF before link into DMS.
    Benakaraj
    ??P
    Edited by: benaka rajes on Jul 27, 2009 2:27 PM

  • Specific Topic is not opening by using MAP ID in MAC Safari

    I am using ROBO Help - Flash. I am openning a specific TOpic
    using MAP ID (using RH_ShowHelp JS file). It works fine with
    Windows OS, But the same is not working when we browse in MAC >
    Safari. Could u please let us know is there
    any thing we should to make that work in Mac, It is
    displaying "Page cannot be displayed". TOC is opening but not synch
    with a Topic and for Topic it is displaying as "Page Cannot be
    displayed" , The above problem only in MAC OS, not in Windows.
    The code i am using for opening specific topic is as follows
    javascript:RH_ShowHelp('PEGASUS','" +
    InstructorhelpLaunchFile + "',HH_HELP_CONTEXT," & intMapId
    The above is working fine in window, when we click on the
    link it will open robo Help with TOC and specific topic which
    matches the Map ID. But when we try the same in MAC > Safari,
    TOC display but it will not display the specific topic and even TOC
    is not synch. with the topic, In the right frame it will display as
    "Page cannot be displayed". It seems that it is not able to search
    the TOpic file name w.r.t the Map ID.
    Hoping to see some reply asap. I got info from macromedia
    support that there are some workaround for acheiving the same,
    suggested to post the message in the forum.

    Back up all data to at least two different storage devices, if you haven't already done so. The backups can be made with Time Machine or with a cloning tool such as Disk Utility. Preferably both. You must be certain that you can restore everything to the state it's in now.
    Boot into Recovery, launch Disk Utility, and erase the startup volume. This operation will destroy all data on the volume, so you had be better be sure of your backups. Install OS X. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.
    When you reboot, you'll be prompted to go through the initial setup process. That’s when you import the data from one of your backups. For a walkthrough, see here:
    Using Setup Assistant
    Don't import the Guest account, if it was enabled on the old system.
    Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with networks that require any kind of authentication other than a WPA or WPA2 Personal password.

  • RoboHelp HTML Version 8 - Merging AIR files

    We use Webhelp Pro to merge 19 separate projects into a single merged help file. Can I do that with AIR output, and if so, how? Can anyone point me to a tutorial?

    Hi there!
    I agree with what both Pater and Rick have said, but there may be another way to acheive your objective.
    I have merged 4 additional help systems into our Knowledgebase as an AIR module.
    How?  By importing each project's topics into the Knnowledgebase and the making a top level TOC entry for each components.
    I got this idea from a comment that Rick made noting that the TOC is simply a set of links to the topics. In a merged webhelp, the TOC entry for the child projects are simply placeholders to make the multiple projects appear as a unified whole.
    So in the case I am describing, the "merged" Top level TOC entries actually point to the topics inside the AIR module.
    While I was doing this, there were some issues with the search. While debugging this issue, I discovered that the .cpd file was getting rather large each time I added another system. (over 2.5meg) To fix this, i just kept deleting the .cpd after i mporting each help system and let RH rebuild it for me. Search problem solved! 
    (close merged project/delete project.cpd/reopenproject)
    Now, whether or not this will work for you would seem in part to depend on:
    The way your 19 subprojects folders are structured
    Number of topics in total (we now have about 500 topics form all the merged modules, not sure what the limits for AIRHelp are)
    How you are handling your RH Source Control process
    The attached snag shows the merged Knowledgebase TOC with one of the Help systems topics opened for you to see. It's all there and it works. My team uses this tool every day and they love the fact that all the files they need are in one interface with commenting and autoupdating.
    Hope thos helps or at least gives you something to consider
    Ciao
    Ed
    Message was edited by: ermphd

  • Jumping to a specific topic externally

    Is there a way to open up a specific help topic from outside
    of the help file within an email? Say I click the link in the email
    and it opens the help project, and then automatically jumps to a
    specific topic in the help project. Does this involve bookmarks in
    the project?

    G'nite dude.
    Thanks a ton for all of the responses. I know now how to get
    the right URL to jump to the topic.
    I'm still sleuthing the other half of this, though. Once I
    get the right URL, I can copy and paste it into the broswer address
    bar and it will go to the correct topic. Now I need to be able to
    email this link and have someone else open it to a specific topic.
    (Sure I could tell em to copy and paste the link from the email
    into the browser... now that's just too easy).
    Putting it as a link in Outlook, though, is still giving me a
    headache and it's only bringing up the start page when the broswer
    window comes up. The #Topic22.htm section of my link gets chopped
    off.
    Must be something to do with the email settings, because
    Outlook is checking mail attachments, and it's telling me:
    You should only open attachments from a trustworthy source.
    Attachment: StartPage.htm from X:\Stuff Folder\Help Project
    Would you like to open the file or save it blabbity blah...
    This is how our area is set up for security, and it appears
    that Outlook's only seeing the stuff
    before the # sign.

  • How do you have the help file .chm hold its window position when the user resizes the help window.

    One of my customers is complaining that the help contents will scroll out of view when the window is resized.  Is there a way to anchor the position while the window is resized?

    My CHM is a help file for an application. The application uses F1 to open specific topics for help.  Therefore the help file needs to be visible but not cover the application to much. The Content in this situation is text however the help project contains Images, tables, text, etc. 
    If the user searches for the word "audio" in the search and it takes them to a section or sub topic that is half way down in the Topic, they would like that section or subtopic to stay in the same place as they resize the help window.  Using Bookmarks if the topic is large enough clicking the search link will place the results in the top left of the doc view window, however this is not necessarily the top of the topic. 
    Im not sure how else to explain what the user is seeing, sorry.
    Please explain "Also whether it remains consistent depends on whether an absolute or percentage value has been added to it."

  • Opening help directly to a specific Topic/Header

    Is there a way in any of the RoboHelp output options that
    will allow me to open the help file directly to a specific Topic /
    Header? If someone is on my website and is on the ordering page and
    has a question, when they click on the Help button on that page,
    can the help system open directly to the Topic on ordering?
    Thank you.

    G'nite dude.
    Thanks a ton for all of the responses. I know now how to get
    the right URL to jump to the topic.
    I'm still sleuthing the other half of this, though. Once I
    get the right URL, I can copy and paste it into the broswer address
    bar and it will go to the correct topic. Now I need to be able to
    email this link and have someone else open it to a specific topic.
    (Sure I could tell em to copy and paste the link from the email
    into the browser... now that's just too easy).
    Putting it as a link in Outlook, though, is still giving me a
    headache and it's only bringing up the start page when the broswer
    window comes up. The #Topic22.htm section of my link gets chopped
    off.
    Must be something to do with the email settings, because
    Outlook is checking mail attachments, and it's telling me:
    You should only open attachments from a trustworthy source.
    Attachment: StartPage.htm from X:\Stuff Folder\Help Project
    Would you like to open the file or save it blabbity blah...
    This is how our area is set up for security, and it appears
    that Outlook's only seeing the stuff
    before the # sign.

  • How can I remove a help file frameset that I mistakenly attached to a specific topic?

    I'm using RH7 HTML to update a client's help file that was developed in RH5. The help file opens with an initial topic (Welcome to...) using the frameset that was built for the help file. 
    In adding a new section to this help file, I somehow linked the help file frameset to one of the new topics. In this new topic's properties, the topic title now shows as the frameset name, but the file name is still the name of the original topic.
    I've recreated the new topic and the frameset attaches to it as well. 
    1.  How can I disconnect the frameset from the topic without affecting the entire help file? If so, how?
    2.  If this isn't possible, is there any other way I can correct this problem?
    Thanks!!
    pkoczko

    How about a screenshot of the relevant portion of the help output (just the upper left quadrant?). I just can't figure what the issue is, sorry.
    Save it as a file, and attach that image to your reply, using the little camera thingie.
    Good luck,
    Leon

  • Why is first topic not displaying in merged help?

    I created a merged help system in RH 9, following Peter Grainge's "Merging WebHelp - RoboHelp 8" steps.  When I open the default (index) file in the parent, the first topic doesn't display and I get this error in the topic frame:
    Internet Explorer cannot display the webpage.
    I can click on any topic from the TOC frame and it will display properly.
    I did follow Step 8 (Forcing the TOC to synchronise) and made the change to the whthost.js file in the generated output folder for both the parent and the child.
    I also tried to search this forum before asking this question, using google as directed since the forum search is broken. But I wasn't able to find anything relevant.
    Thanks for your help.
    Jenny

    When that happens it is almost certainly because the path to the redirect is not right. Check that the relative path is correct and that the target file is where it should be.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Set Help file to open to a Title Page? 

    After compiling, HTML Help file opens to a topic in the
    middle of the TOC. How can I set it to open to a Title Page?

    Now it opens to a black page. The first book has a link to
    topic page called Cover Page, with a destination that is Cover
    page.htm. Changing the order of the books does not matter; the
    first page of the chm is still blank. In the Single Source Layout,
    Select Properties, I changed the Default Topic. The properties for
    the book, cover page and topic all point to Cover Page.htm as the
    destination. Yet a regenerated chm still opens with a blank first
    page.

  • Cannot open CS3 Help Files

    Windows XP Pro; SP3; CS3
    Following hard drive failure I downloaded CS3 to new hard drive. Individual applications downloaded and opened OK however I cannot access help file for any of the CS3 applications. When I open Indesign or Photoshop Help from the Help  drop down menu, the Adobe Help Viewer 1.1 appears. When I fill in the Browse and Search boxes on the Viewer screen and hit enter, a list of help topics appears. When I click on any one of those topics, the Viewer screen remains empty with the exception of the cursor arrow and hourglass. How can I access help files for CS3?

    Sounds like the uninstall using the cleanup tool was not complete (and I feel like we're leading you deeper into the abyss, but I don't know what else to tell you). I'd see if you can "repair" from the installer disk, or run the cleanup again.
    As I said before, the CS3 installer was the worst in Adobe history and would fail for the slightest provocation. It's VERY important that nothing that could conflict is running while you install, and you should be logged into the Administrator Accont for best results. One of the things that I forgot to mention earlier as a known problem is flash player, and you should uninstall that. There was a special tool for one of the versions that was likely to be on systems running CS3, but I'm on the raod and this machine is not loaded with a lot of my reference materials, so I don't have that link. It will be mentioned in earlier threads about CS3 installation problems from several years ago if you search.
    As for the the latest error message you see, if my memory is correct, that one is fixed with this: Flexnet Patch. The description would lead you to believe it works only on Vista, but it does run on XP (and I needed to use it myself at one point).

Maybe you are looking for

  • How to automatically number sections in Pages 5.2?

    I'm trying to create a large, structured document with section numbering. When I apply numbered lists against the header styles, though, the numbers don't increase from section to section as each header is used, they all stay at 1, despite the fact I

  • How do you display a image in apex

    I have a trouble for a long time.. I can't load a image in apex.. I do a lot of things but it never give result correctly some could help me.. Thank u....

  • Is there a way to sort *artists* by rating?

    In iTunes 11, when you click on "Artists" you get the sidebar of artists sorted alphabetically on the left.  You can also right click on the artist and give them a star rating.  Does anyone know if there's a way to sort this list of artist by rating?

  • Trouble synching in iTunes 10

    I'm having trouble synching my iPhone 3GS. I want to upgrade to the latest version of software for the iPhone but when I try, I get a message informing me that there are purchases on my phone that need transferring. I have backed up my phone several

  • JDBC and Applet communication

    HI! I am not able to connect my Oracle datbase in Applet. Please give ur suggestions. Thanx in Adv Vink