Webhelp parent TOC problem

In Robohelp 10.
When I have more than 25 child TOCs published into my Parent projects TOC:
When I display the parent TOC all looks ok till I select a child TOC. At this point the child project is then displayed in a separate IE session.
If I amend the parent to have say only 20 child TOC entries, on then displaying the parent TOC in IE, the child TOCs then open correctly within the same IE session.
Any thoughs on the cause of this problem?
Best Regards,
Paul Ashton.

Thanks very much for your help with this one.
I've isolated a child project that was causing the problem and I now get all of the child contents appearing correctly within the parent TOC. I've managed to get 54 child projects (originating in Robohelp 8) upgraded to R10 and attached.

Similar Messages

  • TOC problems after RH5 - RH7 upgrade

    Hello,
    I use RoboHTML to create help projects.
    After upgrading one with several subprojects from RH5 to RH7
    the following problem occurs:
    the TOC of the subproject is not incorporated in the main
    TOC, instead the name of the subproject is shown. when clicking
    this, the subproject is opened in a new tab (tested on Firefix3 and
    Opera9.5), virtualy as a separate project.
    The same project was previously published with RH5, with the
    subprojects correctly linked.
    Also, I reveive the attached java error (again not existing
    with RH5) when opening the start page. if I substitute the newly
    generated WebHelp.jar with the old one (generated by RH5) the error
    ceases but the TOC problem persists.
    Any ideas?
    Thanks a lot,
    Norbert

    I recently tested the 9.0.1 upgrade and the hotfix for 9.0.1, but the problem still exists. However, "ColdFusion Jedi" Raymond Camden came up with a workaround. You can read about it here:
    http://www.coldfusionjedi.com/index.cfm/2010/9/16/Followup-to-CFGRID-MultiRow-Post
    The problem occurred when the Adobe team that released the 9.0.1 upgrade added "multi-row select" functionality to the HTML/AJAX version of CFGRID, but they failed to include the same ID-passing functionality of the previous "single-row select" implementation.
    I created a more generic version of Raymond's javascript function which finds the selected row(s). This javascript must reside on every page which contains an HTML cfgrid:
    <script type="text/javascript">
    function getSelected(gridName,idName) {
        obj = ColdFusion.Grid.getSelectedRows(gridName);
        var selected = "";
        for(var i=0; i<obj.length; i++) {
          if(selected == "") selected = obj[i][idName];
          else selected += "," + obj[i][idName];
        document.getElementById('selectedRowIDs').value = selected;
        return true;
    </script>
    To force the selected row's ID (or other) field to be passed to to the subsequent page, you must include the following in your CFFORM tag (the field name MUST BE in ALL CAPS):
         onSubmit="return getSelected('gridName','FIELDNAME')"
    Example: <cfform name="itemGridForm" action="editItems.cfm" method="post" onSubmit="return getSelected('itemGrid','ITEMID')"...>
    You must also include the following hidden field in your cfform which contains the cfgrid:
        <!---Pass the selected FileFolderID as a hidden field called "selectedRowIDs" to itemEdit page--->
         <cfinput type="hidden" name="selectedRowIDs" id="selectedRowIDs">
    On the called page, FORM.selectedRowIDs will contain a list of the selected rows' ID fields (or whichever field you choose when calling the Javascript function).
    Message was edited by: el-cott

  • External link to webhelp, view TOC

    Hi,
    is it possible to automatically view the toc pane when linking from an external html file? On our intranet, a lot of pages are not compiled with robohelp, they are Word--> html pages, but we do link from those pages to the robohelp webhelp.
    By default, you only see the topic, and have the Display link on top of the page. But this display link is only visible if you really link to the top of that page.
    I would like to activate the navigation pane by default whenever an external link refers to the RH webhelp.
    Inez

    Hi Peter,
    thank you for the info. I've tried to edit the Word links, according to the suggested method:
    X:/startpage.htm#path/targetpage.htm
    - now, we always link from the html page to the http://intranet/path of the target page, not the network drive X:/ , but I presume that is not a problem?
    - I opened the html page in Word, and edited the hyperlink. However the field in which you put the hyperlink is too short to combine both absolute paths, so I started with http://address/startpage.htm, followed by #, followed by ../../targetpage.htm but word only reaches the start page. Is a combination of absolute/relative paths an option?
    - the target page I need, is a targetpage.htm#bookmark - is that conflicting, to have two times the # sign?
    Rgds, Inez

  • X5 WebHelp Pro TOC Disappeared

    My WebHelp Pro project has stopped showing the table of
    contents. The TOC is not shown in IE, but it is shown in Firefox.
    This is an older project, created in RoboHelp X5.0.2, that I
    have been maintaining for about the last year. During this time I
    have been adding, editing, and deleting topics and republishing the
    results. A couple days ago, after republishing, the table of
    contents "disappeared."
    Has anyone every encountered a similar problem? Does anyone
    have any ideas about what might be causing this problem or how to
    fix it?

    Hi,
    We have this problem also. I tried downloading the fix from the knowledgebase and am getting the following error:
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    An invalid character was found inside an entity reference. Error processing resource 'http://kb2.adobe.com/cps/904/cpsid_90...
        <ul class="clsTOCHidden">&#32<xsl:for-each select="ETN"><xsl:call-template name="fnBuildToc"/><...
    Can you help, please?
    Thanks
    Dee

  • TOC problem; lost Search and Keyword boxes

    I inherited a Robohelp X5 project that was originally started
    by a person very familiar with these types of programs, then
    ultimately messed up by someone who knew nothing about them or the
    content. I spent most of my time re-writing and updating the
    content using X5, then upgraded to 7 this morning. I have learned
    quite a bit about the program, not obviously not enough. I'm sure
    these are things I've messed up, because they worked before; but I
    don't know what I did or how to fix it...
    First, the TOC is built, with books and pages are in the
    order I want. The books are linked to a page - presumably, so that
    when a user clicks on the book, it defaults a particular page, and
    from there they can move to other pages in the section. However,
    when I view the results, you have to click on the book, then click
    on the individual page to get the page to open.
    Next, I have 'lost' the Search boxes for the Index and
    Keyword searches. When I look at the skin, they appear there, but
    when I view the project, they aren't - the index and keyword lists
    appear instead of the boxes.
    If anyone can give me some direction on what I need to do,
    I'd really appreciate it.

    Thanks so much for trying to help me - I apologize in advance
    for being suce a novice, and I promise I'll try to learn more about
    this program and not bother you guys so much in the future. Right
    now I'm just in a bind with needing to get the file posted.
    I right-clicked on each of the books, went to Properties, and
    confirmed that the Book with Link box is checked, near the bottom
    of the window, in the Link to: box is the page that I want the book
    to open with. However, when I view the project, that isn't what
    happens. For example: I have a Book named Getting Started, under it
    are several pages related to initial set up of the software, one of
    which is named Getting Started. The Book is linked to the page; but
    when I open the project in View, I click on Getting Started and it
    expands to show the pages; I have to actually click on the Getting
    Started page to open it. Before, whenever I clicked on the Getting
    Started Book, the Getting Started Page opened to reveal the
    contents of the Book. On the Book Properties window, there isn't
    anything in the Available Variables box, and if I go to the
    Advanced tab, the Frame reads Default (none) - should the Book or
    the Page be designated as a Parent Frame?
    With regard to losing the Search and Keywords boxes - I have
    an Index full of words; went through yesterday and cleaned it all
    up, then generated Webhelp. When I open it to View, the project
    opens to the TOC, which is good, but the Search button that usually
    appears at the top of the Help screen is not there. Then, when I
    click on either the Index or Search tabs, what I see is the
    alphabet where the Search box should be, with a list of all of the
    index words below. If I open the Skin that was used on the project
    and View it, the Search boxes appear there.
    I looked at the website that Peter directed me to, but I
    don't really see anything there that addresses either of these
    issues. Under the Tools menu I did locate an Update DHTML Effects
    in Topic; but when I click on it, it returns a message that tells
    me that after the conversion the topics cannot be opened by
    previous versions of RoboHelp HTML. I've answered No to convert all
    of the topics, because I'm not sure that's what I should do.

  • WebHelp OnClick Javascript problem

    Hello there,
    I wanted to insert an email feedback link into my webhelp file.
    So in my Master Page I added the following link in the header of the page:
    <a href = "Send feedback" onClick="parent.location='mailto:[email protected]?Subject=blah blah'"> </a>
    It works fine. THe link is displayed on all pages and when I click on it an email is generated. Problem is after I click on the link in webhelp, the page in the right of the frame i.e. the topic I'm viewing is refreshed and it says "Internet Explorer cannot display the webpage".
    Any ideas how I can fix this?
    Thanks

    Thanks,
    It doesn't work at all with that hehe
    It's a bit annoying basically I've found some javascript that should in theory allow me to let a user submit feedback and it will send the title of the page they are viewing. This is how its meant to work:
    <head>
    <script type="text/javascript">
    function getFileName() {
    //this gets the full url
    var url = document.location.href;
    //this removes the anchor at the end, if there is one
    url = url.substring(0, (url.indexOf("#") == -1) ? url.length : url.indexOf("#"));
    //this removes the query after the file name, if there is one
    url = url.substring(0, (url.indexOf("?") == -1) ? url.length : url.indexOf("?"));
    //this removes everything before the last slash in the path
    url = url.substring(url.lastIndexOf("/") + 1, url.length);
    //return
    return url;
    function EmailLink()
    topictitle=getFileName();
    document.write(topictitle);
    window.location = "mailto:[email protected] "+" ?subject= Re: Web Analytics help - "+ topictitle;"sometitle"
    </script>
    </head>
    <FORM>
    <a href = "E-mail" onClick="EmailLink()">Email </a>
    </FORM>
    So it works fine from within a web browser...but for some reason - it won't work from within webhelp when it's embedded into my master page

  • Parental control problem printing to a shared printer

    Hello chaps,
    Here's an annoying one.
    Two Macs, both running OS X 10.6.3. They are both on a wireless LAN, once has a Canon Pixma 4200 printer directly connected via USB with Printer Sharing turned on - Everyone allowed to print.
    The problem: When my wife prints to the shared printer from her machine it works fine. When my kids try to print from their Parental Control-controlled account it doesn't.
    The job comes up in the print queue but with On hold (authentication required) next to it.
    The account has the box ticked to allow administration of Printers.
    I can find no place to Authenticate, to get the job to print, even via the CUPS Web interface (that I'm not an expert in).
    All clues gratefully received.
    Anyone have anu clues
    Message was edited by: Chris Noble

    Hello chaps,
    Here's an annoying one.
    Two Macs, both running OS X 10.6.3. They are both on a wireless LAN, once has a Canon Pixma 4200 printer directly connected via USB with Printer Sharing turned on - Everyone allowed to print.
    The problem: When my wife prints to the shared printer from her machine it works fine. When my kids try to print from their Parental Control-controlled account it doesn't.
    The job comes up in the print queue but with On hold (authentication required) next to it.
    The account has the box ticked to allow administration of Printers.
    I can find no place to Authenticate, to get the job to print, even via the CUPS Web interface (that I'm not an expert in).
    All clues gratefully received.
    Anyone have anu clues
    Message was edited by: Chris Noble

  • Webhelp RH8: TOC book not linking to topic

    Hi (again),
    I seem to have another little issue.
    In generating our helpsystem, we would like to have books that display general information when clicked and also display the subsequent topics. That all works fine, I link a topic to the TOC book and it displays the contents of the selected page.
    However, when I only have a book (no topics), linking a topic does not work. In the output it displays as a page. Is there a way I can have a book linked to a topic while there are no other topics in that book?

    Thanks RoboColum(n) for your pointer. Due to time limitations I could only look at it briefly and give it one try. Redirecting didn't work in this instance. I have a few redirect pages which work fine but so far I haven't managed to get a book to display when there is only one page in that book. For now I have avoided the problem by having an empty page when the book is clicked. Not pretty and I will be looking at this again when there is more time.

  • Toc problems in a 25 chapter book

    my 25 chapter book toc style works pretty well until chapter 5, and stops there leaving 20 chapters out.
    what can be the reason for that problem?
    Thanks for any help
    Samuel

    The first thing that jumps into my head is that it isn't finding anything tagged with the style names you included. Check to be sure that the names in use are exactly the same in all the documents -- stylenames are case-sensitive.
    Peter

  • Parental control problem

    My family has a mac os x 10.5.8 Leopard, and my parents have set parental controls to limit the time each user has every day. The problem is, when Parental Controls "log out" a user, it merely switches to the login screen. The user's applications are still running, which uses the cpu for basically nothing, the memory(RAM) is still in use... the computer is slower, especially if multiple users have been "logged out" in the same way. Is there a way to fix this problem without buying Snow Leopard?
    If not, is it fixed in the current release of os x 10.6 Snow Leopard?
    If not, I would suggest to Apple for their next release they add an additional one minute(maybe parental control - customizable) for the user to save whatever he/she is doing(but nothing else), and when all applications are saved or when the minute is up, all applications are quitted and it logs out properly.

    HI,
    You can provide feedback here.
    Carolyn

  • Advanced TOC problem

    I have a long document (73 pages) that has multiple figures, tables, headings and subheadings, etc. I can generate a TOC but the problem I’m having is per our “document guidelines” figure and table caption must be short.  Some of my figure captions are 7 lines.
    Any ideas. Thanks

    Check out the InDesigner blog for some useful video podcasts regarding InDesign. Michael Murphy has a section on Long Documents that may help.
    One suggestion is to duplicate the paragraph style that is used for the captions. Rename it slightly so that it is not picked up by the TOC script.
    Example:
    Caption Style
    Caption NoTOC Style
    Set the long captions in the NoTOC style.
    Add a text frame to the page to hold a short caption.
    Assign the Caption style to it.
    Set the text fill swatch to None, or set the frame to non-printing.
    You may wish to group it with the visible image caption.
    This should allow you to have a long caption for the printed page and a short caption picked up in the TOC.
    If the issue is that the entire caption is not picked up by the TOC, and that is what you desire, then I believe there is the option to paste the text into a text frame and place that into the caption text frame as an anchored object. I've not tested that myself, but I've seen it posted somewhere as an option.
    HTH
    -mt

  • WebHelp Navigation TOC acting goofy in Firefox 3

    I'm using RH7. In IE, everything works fine. In FF3, the
    following happens: I open a help topic, which happens to be one of
    the topics inside a book. The topic opens very briefly and then the
    help page for its parent (at the book level) opens. Any
    ideas?

    Then I guess the earlier solution will have to apply!
    You should post this as a bug at
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    but you might want to first try disabling some addins.
    In another thread the TOC was not displaying in FF3 but it
    did when the Firebug addin was removed.

  • TOC Problems related to margins - any ideas?

    I had problems with inserting a TOC in a document all day today. For the thesis I need 1.5 in. margin on the left and 1 inch top, bottom and right. TOC function only seems to work properly with all margins being 1 inch or less. What can I do?
    Thank you, Gary

    Hello,
    klick into your table of contents (the entries should now be marked with the blue color) and then open the "Inspector". Go to "Text" and press the "Tabs" button. Change the "Tab Stops" entry (doubleclick on it) to a smaller value.

  • Simple Finder/Parental Controls Problem

    I recently did an erase and install on my eMac and am now having problems with Simple Finder and Parental Controls.
    I have an account set up for my daughter and I want to have Simple Finder running with about a half dozen or so applications for her to use. Prior to the erase-and-install, I had this set up and running fine. But now, even though I select all the programs I want under the Parental Controls preferences, only three show up (Safari, Dictionary, and TextEdit).
    I tried deleting and re-creating the account, repairing permissions, turning around twice and clicking my heels together, etc. with no success.
    Any ideas? Thanks!

    I ran disk utility and repaired the permissions--is that similar to what you suggest?
    When I did a erase-and-install of Leopard, I assume that it ran through a disk inspection and repair routine. But perhaps something more is needed.

  • ToC problem with hanging side head paragraphs

    I've created a template in CS4 ID that uses hanging side heads that look like those shown here:
    http://tinyurl.com/bdrnxq
    The hanging side heads were created using instructions included in the linked example.
    Everything is working except the ToC. When I generate one, the hanging side heads are grouped together at the top of the items listed on a page, no matter where they really are located on that page. For example, if the following sections were on page 5 in the book:
    1st level section 1......pg 5
    1st level section 2......pg 5
    1st level section 3......pg 5
    2nd level hanging side head section 3.1.....pg 5
    1st level section 4......pg 5
    Are showing up in the TOC as:
    2nd level hanging side head section 3.1......pg 5
    1st level section 1......pg 5
    1st level section 2......pg 5
    1st level section 3......pg 5
    1st level section 4......pg 5
    Is there a setting that will fix this problem, or a workaround? I'm bummed that this isn't working properly in InDesign.

    Hello Jeurgen
    I don't think that it is possible to do what you want i.e. independently control where Pages breaks the heading in the TOC. However, you will notice that you get slightly nearer what you want if you align the text of the TOC to the left instead of justifying it.
    Annoying I know...

Maybe you are looking for

  • Why does spot EPS not output when converted to CMYK or grayscale?

    Apologies if this is a known issue but I can't find it anywhere... I'm using AI CS3 (13.0.2) on an Intel iMac/Os 10.5.4 and I can't figure out why a white logo made from text outlines outputs fine to PDF if I use a spot color but if I change it to gr

  • USB to SCSI Adapter - Anyone have one?

    I'm trying to find one that works. I need to connect an Epson Expresson 836XL large format scanner to my iMac, and this is the only way. I'm looking for an OS 10.5.x compatible adapter that has a 50 pin SCSI interface on one side and (USB 2 preferrab

  • ADF 11.1.1.4 to 11.1.1.6 upgrade - deployment issue

    Hi all, just wondering if anyone has any thoughts or suggestions on the following. I have 2 applications that we are in the process of upgrading from 11.1.1.4 to 11.1.1.6, AppA and AppB.  These applications use MDS with custom security, so we have a

  • Adobe sent me a serial number and it is not valid

    I bought an Educational copy of Adobe Pro XI, filled out the form with the product code to receive the serial number. Got the serial number and fired up the CD only to have the serial number rejected as not valid. I've had 2 people look at it to make

  • .ink files in Mac

    Dear All, I have recently purchasd a mac mini which i basically use for media browsing. Well i have a hard drive which i carry it around. I used in various computers, media players etc. I had used this hard drive previously on my mac, some how, prese