<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : Unanswered Discussions - WebHelp</title>
    <link>https://forums.adobe.com/community/robohelp/robohelp_webhelp?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in WebHelp</description>
    <language>en</language>
    <pubDate>Thu, 13 Nov 2014 20:58:21 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-13T20:58:21Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Need a sample RH11 Webhelp output with categories and browse sequences...</title>
      <link>https://forums.adobe.com/thread/1634606</link>
      <description>&lt;!-- [DocumentBodyStart:d84517d7-4f82-4c67-aeb0-55147b5e9f37] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm looking to test a plugin (of sorts) with any RH 11 Webhelp output that uses categories and browse sequences. A generated Webhelp output of the Salesbuilder 2 sample project would suffice. I just don't want to buy another version of RH for one test.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If someone could post a zipped file of the output somewhere, or send it to the email address on my profile, that would be extraordinarily helpful. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Roger N.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d84517d7-4f82-4c67-aeb0-55147b5e9f37] --&gt;&lt;img src='/beacon?t=1415927229325' /&gt;</description>
      <pubDate>Thu, 13 Nov 2014 19:20:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634606</guid>
      <dc:date>2014-11-13T19:20:33Z</dc:date>
      <clearspace:dateToText>4 hours 9 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>WebHelp generated in RH11 causes errors in Google Translate.</title>
      <link>https://forums.adobe.com/thread/1632821</link>
      <description>&lt;!-- [DocumentBodyStart:50035ae1-3f5f-43e9-b8e0-a927dc2f419f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;I have a WebHelp system that I originally generated in RH9. Pages from that generated output seem to do fine when I use translate.google.com to translate them, regardless of browser. However, I've subsequently upgraded to RH11, and now the new generated output causes problems in some browsers. Specifically, the error message in Firefox (v. 33.0.3) is "Error: Permission denied to access property 'whname'," pointing to line 10 in whproxy.js. Chrome (38.0.2125.111m) gives the following error message, pointing to the same line in the same file: "Uncaught SecurityError: Blocked a frame with origin "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://translate.googleusercontent.com" rel="nofollow"&gt;http://translate.googleusercontent.com&lt;/a&gt;&lt;span&gt;" from accessing a frame with origin "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://translate.google.com" rel="nofollow"&gt;http://translate.google.com&lt;/a&gt;&lt;span&gt;". Protocols, domains, and ports must match."&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For what it's worth, here's the function it's talking about, from RH11's generated whproxy.js:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function getStubPage_inter(wCurrent) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (null == wCurrent.parent || wCurrent.parent == wCurrent)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return null;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (typeof (wCurrent.parent.whname) == "string" &amp;amp;&amp;amp; "wh_stub" == wCurrent.parent.whname)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return wCurrent.parent;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (wCurrent.parent.frames.length != 0 &amp;amp;&amp;amp; wCurrent.parent != wCurrent)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return getStubPage_inter(wCurrent.parent);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return null;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm so unfamiliar with JavaScript that I can't make heads or tails of this, and I haven't had any successful suggestions from within my company. One developer suggested that I should take the whproxy.js that was generated by RH9 and stick that into my generated output, since doing so solves the problem. I'm a bit hesitant to do that, as I figure that there might actually be reasons for the (MANY) differences between the two versions and I'm uncertain what I'll break or lose by using an old version of the file. I'm hoping that somebody here might be able to enlighten me as to possible consequences of such an action, or possible workarounds, or anything else of interest. (And please,&amp;nbsp; no commentary on the relative value of using Google Translate. It wasn't my decision, I just build the help! :-) )&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Melinda&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:50035ae1-3f5f-43e9-b8e0-a927dc2f419f] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 23:06:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1632821</guid>
      <dc:date>2014-11-11T23:06:59Z</dc:date>
      <clearspace:dateToText>1 day 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Bookmarks in Dropdown Text Not Working in RH10</title>
      <link>https://forums.adobe.com/thread/1629443</link>
      <description>&lt;!-- [DocumentBodyStart:123ae9a5-5e14-42e3-815e-1911321d94cb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;I have seen several posts about bookmarks in dropdown text, but can't find anything specific to what's happening in RH10 - other than someone got it to work... but yet it isn't working for me.&amp;nbsp; If there's a post that speaks directly to the issue, can you please point me to that discussion.&amp;nbsp; I'm so sorry for posting if there is already an answer floating around out there.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;In the meantime: I know I have done this with a competitor's HAT, but wondering how to set it up to work or if it's possible.&amp;nbsp; I have information in dd text that contains a bookmark that is referenced in other places (outside the dd and perhaps outside the actual topic).&amp;nbsp; But it's not opening the drop down text... in fact, it's not even being recognized.&amp;nbsp; I see the bookmark in the Project Manager pod, but if I view my build Webhelp project and click on the link that should take me to the dd information, nothing happens.&amp;nbsp; Not only does it NOT open the dropdown text, it doesn't even take me to the dropdown hotspot.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Is there a way to get the dd text to automatically open when the reference link is clicked?&amp;nbsp; AGAIN, my apologies if this is already posted - and yep, I even looked on Peter's site and couldn't find this specific info.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Thanks!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:123ae9a5-5e14-42e3-815e-1911321d94cb] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 14:33:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1629443</guid>
      <dc:date>2014-11-07T14:33:27Z</dc:date>
      <clearspace:dateToText>3 days 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Map ID call in RH11</title>
      <link>https://forums.adobe.com/thread/1629422</link>
      <description>&lt;!-- [DocumentBodyStart:a5805e24-9b04-4c38-b87d-28a319ddcf44] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have been using RH7 and Map IDs.&amp;nbsp; I have upgraded to RH11, but I cannot figure out how to get my Map IDs to work.&amp;nbsp; In RH7 it was a simple URL call, .../roboapi.asp?Context=Map ID&amp;nbsp; What would the call be in RH11?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5805e24-9b04-4c38-b87d-28a319ddcf44] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 14:13:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1629422</guid>
      <dc:date>2014-11-07T14:13:42Z</dc:date>
      <clearspace:dateToText>2 days 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>14</clearspace:messageCount>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why is the merge parent creating folders for and publishing all the contents of the child projects?</title>
      <link>https://forums.adobe.com/thread/1627129</link>
      <description>&lt;!-- [DocumentBodyStart:94434bd6-0661-4874-b35f-cadb9f2108a3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello again,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using RH10 under TFS. Previously when I published my merged project, parent and two child projects, once I published the parent, the published file structure was Parent/mergedProjects/Child 1 and Parent/mergedProjects/Child 2 (note the spaces: my xpj files are called Child 1.xpj and Child 2.xpj). I have been berated for having fragile links (my only excuse is I'm completely self taught with anything web and RH based) and am trying to get rid of the spaces, so I changed the publish path in the two child projects to not have any spaces, thought that would do it. I do what I've learned here (thanks, Peter!) and publish my parent, then each of the child projects. The problem is that the parent is publishing both child projects at the same time&amp;nbsp; and publishing an old version of the project without my latest changes, with the wrong folder names. I'm very frustrated. I think it has to do with the fact that my .xpj files have spaces in them and that's where it's taking the folder names from when I define the two child projects in the parent TOC. If, during that process, I pick the Child 1.xpj file and then where it says Project Name, I enter Child1, it then creates three folders under mergedProject: Child 1, Child 2 and Child1.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Why is the parent publishing all this old stuff? As far as I know, it should only be publishing itself and setting up the mergedProject folder so that I can publish the child projects which then create their own folders during the publish, if they don't exist before.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If it is the .xpj that is used as the name of the mergedProject child folder, can I rename that file so there are no spaces in it? Project is under TFS version control and the documentation here says I can't if it is under version control. Again, if that's the issue, can I just remove it from version control and then rename the project in order to change the .xpj file name?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;p&gt;Helen&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:94434bd6-0661-4874-b35f-cadb9f2108a3] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 04:56:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1627129</guid>
      <dc:date>2014-11-05T04:56:15Z</dc:date>
      <clearspace:dateToText>1 day 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there a way to make tab groups be remembered between RH sessions?</title>
      <link>https://forums.adobe.com/thread/1622957</link>
      <description>&lt;!-- [DocumentBodyStart:7e52cfda-4459-4c90-af62-49b0b4717bf8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;All-&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;I've found that the tab groups (in my case "vertical" tab groups) that I set in a RH project/session aren't being remembered. When I close and reopen a project, I have to reset my tab groups. Is there a way to make tab groups re-appear according to how they were last configured?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;(I could be wrong, but it seems to me I've only had this problem recently. Perhaps I unchecked a "remember' setting?!)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;Thanks!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333;"&gt;_Kurt&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7e52cfda-4459-4c90-af62-49b0b4717bf8] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:40:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1622957</guid>
      <dc:date>2014-10-30T22:40:14Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Best/Easiest Practice for Distribution of Webhelp files for Fat(ish) Client Application</title>
      <link>https://forums.adobe.com/thread/1620659</link>
      <description>&lt;!-- [DocumentBodyStart:b4a93b3a-4a47-49e0-84fb-9adb9b811aaa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So another in my long line of questions in trying to change the implementation of the help systems at my new employer. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, the pressure is to convince the existing guard to toss out the old method and go with a new method... One of the issues has come up for CSH Webhelp (via RH10)... &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Apparently, in the old method (where every help topic was it's own CHM - no, I'm not kidding).&amp;nbsp; They kept it that way so that any time a help file was updated, they could just send out that one chm to update that one topic. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now they are worried that if we switch to webhelp using topics in one single big project that we can't just send out a single updated file any more... &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I'm trying to get ammunition as to how updates to the help can be distributed without it being a big hassle...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We do have small updates that go out about every week, and they are afraid that going to the webhelp (1 project with lots of topics) method will require more time and effort for the techs because they will have to complete the update of a huge help system every time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One solution we have suggested is that we only update help files on major releases and add any changes to help procedures in the Release Notes or in a separate PDF and also include a note that the help files "will be updated to reflect this change in the XX/2015 XYZ Release).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Does ANYONE have any other ideas of how distribution could be done efficiently so that we don't have to continue this "project per topic" fiasco?&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000; font-size: 14pt;"&gt;HELP!!! PLEASE!!!!&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b4a93b3a-4a47-49e0-84fb-9adb9b811aaa] --&gt;</description>
      <pubDate>Tue, 28 Oct 2014 18:41:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1620659</guid>
      <dc:date>2014-10-28T18:41:53Z</dc:date>
      <clearspace:dateToText>3 days 12 hours ago</clearspace:dateToText>
      <clearspace:messageCount>22</clearspace:messageCount>
      <clearspace:replyCount>21</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Publishing to Google (Cloud)</title>
      <link>https://forums.adobe.com/thread/1605846</link>
      <description>&lt;!-- [DocumentBodyStart:ea63b4e5-7574-4e1a-8dbc-1e138c180657] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My department have moved over to Google Enterprise which allows for the development of simple websites and the use of Google Drive. Does anyone know of a way to publish to Google that keeps all of the files related to each other? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Greig&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ea63b4e5-7574-4e1a-8dbc-1e138c180657] --&gt;</description>
      <pubDate>Thu, 16 Oct 2014 03:04:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1605846</guid>
      <dc:date>2014-10-16T03:04:16Z</dc:date>
      <clearspace:dateToText>3 weeks 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RoboHelp 9: Latest WebHelp not working from our product</title>
      <link>https://forums.adobe.com/thread/1592521</link>
      <description>&lt;!-- [DocumentBodyStart:90356486-2771-48cb-807d-2f10bdb3a2a6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm not sure what I'm doing wrong, but my help files aren't working properly. I've made edits to them since last year, but when I open the help files from our product, I see last year's help files... not the current ones. Is there anything you can think of that would cause this issue?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Basically, I'm having trouble with the deployment of the help files. They don't appear to be available in the deployment package. What can I do to confirm that they are present (and correct) in the deployment package?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90356486-2771-48cb-807d-2f10bdb3a2a6] --&gt;</description>
      <pubDate>Fri, 03 Oct 2014 16:00:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1592521</guid>
      <dc:date>2014-10-03T16:00:38Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I use the NOT boolean operator in WebHelp output</title>
      <link>https://forums.adobe.com/thread/1588119</link>
      <description>&lt;!-- [DocumentBodyStart:0f2e437c-5cd4-4ff0-8eaf-da7b26c7c7fc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;br/&gt;I am using RH 11 and am trying to figure out how to use the NOT boolean operator in my WebHelp out.&lt;/p&gt;&lt;p&gt;For example, when I type "Body NOT text" (no quotes), I get the following message:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"The words you typed is not a valid expression."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I doing something wrong here or does this not work?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Mack&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0f2e437c-5cd4-4ff0-8eaf-da7b26c7c7fc] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:33:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1588119</guid>
      <dc:date>2014-09-29T14:33:13Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What is the coding to call WebHelp default topic and a context sensitive topic?</title>
      <link>https://forums.adobe.com/thread/1586211</link>
      <description>&lt;!-- [DocumentBodyStart:87d5a1ef-217d-466e-b7fd-557be393ca88] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;A. What is the coding to call the WebHelp default topic using a window called "Main" using the .htm file name (&lt;span style="text-decoration: underline;"&gt;not&lt;/span&gt; a Map ID), and show the TOC pane and the topic pane?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;B. What is the coding to call a WebHelp context sensitive topic using the .htm file name (&lt;span style="text-decoration: underline;"&gt;not&lt;/span&gt; a Map ID) and display the topic pane only? We use the Show link inside the topic to show the TOC.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RoboHelp 10 user.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87d5a1ef-217d-466e-b7fd-557be393ca88] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">webhelp_coding</category>
      <pubDate>Fri, 26 Sep 2014 16:06:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1586211</guid>
      <dc:date>2014-09-26T16:06:36Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>A few questions on search keywords...</title>
      <link>https://forums.adobe.com/thread/1583381</link>
      <description>&lt;!-- [DocumentBodyStart:ba7d652e-8d06-4389-b32c-cbbf2b21e76a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all. I'd be grateful for experts' comments on these questions:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Is there a way an end-user (a reader of the WebHelp) can specify keywords in the search query (something perhaps like "kwd:installation"), such that only topics with the keyword "installation" are returned?&lt;/li&gt;&lt;li&gt;Is there a way to search across all topics that have NO keyword (eg, "kwd:"")?&lt;/li&gt;&lt;li&gt;Is there a way to configure RH such that when an author creates a new topic, a default keyword, or set of keywords, is added automatically to the search Keyword field for the topic?&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Kurt&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ba7d652e-8d06-4389-b32c-cbbf2b21e76a] --&gt;</description>
      <pubDate>Tue, 23 Sep 2014 20:27:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1583381</guid>
      <dc:date>2014-09-23T20:27:44Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>16</clearspace:messageCount>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Not able to insert images in RH V. 9</title>
      <link>https://forums.adobe.com/thread/1583325</link>
      <description>&lt;!-- [DocumentBodyStart:8cb0f9e9-9b90-435a-9a18-2d5770c16494] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using RH 9 and JPEG images. When I open a WebHelp file to make edits, it will not allow me to insert images. When I select the image and try to insert it, I get the following message:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6756978-674932/pastedImage_0.png"&gt;&lt;img alt="" class="jive-image image-1" height="235" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6756978-674932/pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" width="506"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then whether I hit Yes or No, the following message appears:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6756978-674939/pastedImage_1.png"&gt;&lt;img alt="" class="jive-image image-2" height="233" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6756978-674939/pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" width="387"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I have not changed the naming convention of any of my images, and they are all JPEGS. Any help appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8cb0f9e9-9b90-435a-9a18-2d5770c16494] --&gt;</description>
      <pubDate>Tue, 23 Sep 2014 19:37:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1583325</guid>
      <dc:date>2014-09-23T19:37:48Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Search in WebHelp Generated with RoboHelp 9 Produces Gibberish</title>
      <link>https://forums.adobe.com/thread/1579448</link>
      <description>&lt;!-- [DocumentBodyStart:799235e9-931d-4278-9c86-01586241b5c5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;I used RoboHelp 9 to generate WebHelp. I applied Adobe's IE10 Patch for "&lt;/span&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span style="font-size: 10pt;"&gt;Existing WebHelp created with RoboHelp 9" and the&lt;/span&gt; "&lt;/span&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;IE10 patch for RoboHelp 9 installation" provided by William van Weelden. My Search results appear as gibberish (see below example). However, when I click on a number, a help topic appears. Weird huh? Any suggestions for a fix oh wise sages? Thanks in advance.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6745224-673605/Search+Results.jpg"&gt;&lt;img alt="Search Results.jpg" class="jive-image image-1" height="318" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6745224-673605/Search+Results.jpg" style="height: auto;" width="243"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;0 &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;3&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;4&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;5&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;6&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;7&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;8&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;9&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;10&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;11&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;12&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;.5&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;/&lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;3&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;00b &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;3&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;00d&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;0100b &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;3&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;0100d&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;01s00 &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;01s07 &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;01s09 &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;08p01&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;0b &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=""&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;3&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=""&gt;&lt;strong style="color: #000000;"&gt;0d&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:799235e9-931d-4278-9c86-01586241b5c5] --&gt;</description>
      <pubDate>Fri, 19 Sep 2014 17:16:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1579448</guid>
      <dc:date>2014-09-19T17:16:47Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>29</clearspace:messageCount>
      <clearspace:replyCount>28</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cannot Import Graphics Into Project</title>
      <link>https://forums.adobe.com/thread/1575792</link>
      <description>&lt;!-- [DocumentBodyStart:095e1ff4-2ff1-444f-87c5-f5b3a2adba2c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;I am experiencing some very odd behavior in RoboHelp 9 project. When I attempt to import/insert a graphic into a topic, I receive the message:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-size: 12pt;"&gt;Unable to rename file, "image.gif".&lt;/span&gt;&lt;br/&gt;&lt;span style="font-size: 12pt;"&gt;The file contains illegal characters.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;First of all, I am NOT trying to rename the graphic. Secondly, the file name image.gif does not contain illegal characters. This happens for any graphic I attempt to import/insert into the project. Any ideas? Thanks in advance.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:095e1ff4-2ff1-444f-87c5-f5b3a2adba2c] --&gt;</description>
      <pubDate>Mon, 15 Sep 2014 18:15:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1575792</guid>
      <dc:date>2014-09-15T18:15:06Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Broken Links Return after exiting / reentering the project</title>
      <link>https://forums.adobe.com/thread/1574876</link>
      <description>&lt;!-- [DocumentBodyStart:6bd6cd97-27bf-42ed-a6ec-34f7e3b00253] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey folks!&amp;nbsp; I have a really annoying issue, in a project helmed by one of my team members. The same broken links appear again and again. They are all easily repaired by importing the missing topic, which is sitting in the expected folder, with the expected name, in Windows Explorer. Importing these topics back into the project resolves the Broken Links, until he exits the project and comes back in. Pretty much the same topics appear again as Broken Links. His CPD file also tends to get bloated quickly when we don't use the option to rebuild it each re-entry. The same problems occur whether we do or do not rebuild the cpd each time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;He is in RH 10. I am in RH 11, so I took a backup of his project and brought it into RH11 a few minutes ago, and resolved a couple dozen broken links, then exited the project. Same thing happens. I am THIS close to starting a new project and setting it all up again. But is there something else I can try?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Oh - we already tried rebuilding the xpj file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's not all topics, but quite a few - too many to keep rebuilding each time he goes back into the project.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Laurin Marden&lt;/p&gt;&lt;p&gt;Lead Content Developer&lt;/p&gt;&lt;p&gt;Tyler Technologies, Inc.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6bd6cd97-27bf-42ed-a6ec-34f7e3b00253] --&gt;</description>
      <pubDate>Sun, 14 Sep 2014 11:34:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1574876</guid>
      <dc:date>2014-09-14T11:34:46Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Generating WebHelp. The generated system's Search function does not work. Whatever I enter as a search string the system returns the same result - 'null'.</title>
      <link>https://forums.adobe.com/thread/1573049</link>
      <description>&lt;!-- [DocumentBodyStart:a24582c0-067b-494a-9326-df37cd3e01c3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi people. I'm using Robohelp 10.0.1.292. When I generate WebHelp, the search facility does not work in the generataed system. It provides the single word 'null' in response to any search string I enter.&lt;/p&gt;&lt;p&gt;I notice that, in the whxdata file that is generated, there are no package_x.xml files created.&lt;/p&gt;&lt;p&gt;Do any of you have any ideas on what I can do to get RoboHelp working properly, please?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a24582c0-067b-494a-9326-df37cd3e01c3] --&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:28:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1573049</guid>
      <dc:date>2014-09-12T08:28:40Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>WebHelp Blank Page in IE11</title>
      <link>https://forums.adobe.com/thread/1572275</link>
      <description>&lt;!-- [DocumentBodyStart:48d38c72-f78e-40bc-b711-d67a49ee5553] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have upgraded a WebHelp project supporting a browser application from RoboHelp 9 to Robohelp 11.02.240.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The WebHelp context sensitive help displays and refreshes correctly when the browser application is opened in Firefox and Chrome.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The following error occurs when the browser application is opened in IE11:&lt;br/&gt;1/ The first time a help button is selected on the application the help window displays correctly.&lt;br/&gt;2/ But leave the help window open and select a help button on the application and the help window does not refresh correctly. A Blank Page is displayed.&amp;nbsp; &lt;br/&gt;&amp;nbsp; &lt;br/&gt;The browser application uses the RoboHelp_CSH.js file and the RH_ShowHelp function with the HH_HELP_CONTEXT command.&lt;/p&gt;&lt;p&gt;I have provided my software developers with the lastest RoboHelp_CSH.js file shipped with RoboHelp 11.02.240.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is an old application and the help did display correctly in IE when it was developed. I dont know which IE release introduced the problem.&lt;/p&gt;&lt;p&gt;Is there a fix? Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:48d38c72-f78e-40bc-b711-d67a49ee5553] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">webhelp blank page in ie11</category>
      <pubDate>Thu, 11 Sep 2014 12:05:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1572275</guid>
      <dc:date>2014-09-11T12:05:22Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to safely search/replace only text that end-user sees?</title>
      <link>https://forums.adobe.com/thread/1570472</link>
      <description>&lt;!-- [DocumentBodyStart:068fea68-9c55-4146-b921-4ded2e43ea8b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all. Is there a way to do a safe search and replace action, across an entire project, text that the user sees with a browser, and NOT any other text, like what occurs in file names, paths, style names, attributes, CSS, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My guess is that selecting the option Exclude HTML Tags would not be sufficient, and that a regular expression might be in order.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thx in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Kurt&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:068fea68-9c55-4146-b921-4ded2e43ea8b] --&gt;</description>
      <pubDate>Tue, 09 Sep 2014 22:59:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1570472</guid>
      <dc:date>2014-09-09T22:59:47Z</dc:date>
      <clearspace:dateToText>2 months 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Changing the Word imported file name</title>
      <link>https://forums.adobe.com/thread/1570364</link>
      <description>&lt;!-- [DocumentBodyStart:b8d79024-599b-4de6-a96c-a52a0412f23b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;A lot of topics were imported as Word documents and the search results and index results refer to Word documents that were imported en masse and with inconsistent naming conventions. For example, "1 - Order Title" was renamed "Underwriting after UDSA Approval is Received" in the TOC but when a person does a search or clicks the index keyword, the original file name is given.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6715421-669959/pastedImage_0.png"&gt;&lt;img alt="" class="jive-image image-1" height="176" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6715421-669959/pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" width="553"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Thank you very much, one day I hope to start giving back to the community.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b8d79024-599b-4de6-a96c-a52a0412f23b] --&gt;</description>
      <pubDate>Tue, 09 Sep 2014 20:48:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1570364</guid>
      <dc:date>2014-09-09T20:48:36Z</dc:date>
      <clearspace:dateToText>2 months 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>modifying VanWeelden's email button script to not include topic info?</title>
      <link>https://forums.adobe.com/thread/1566715</link>
      <description>&lt;!-- [DocumentBodyStart:74b2f08d-c21d-43ac-9320-3ea068785ade] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using William Van Weelden's JavaScript to put a button on my WebHelp skin that will open the user's email program (Outlook) and populate with our email address.&amp;nbsp; We do not need anything in the subject line, CC line, BCC line, or in the Body.&amp;nbsp; We do not need any of the topic information.&amp;nbsp; When I try to take out just the references to the topic, either the whole script stops working for the other functions I'm using from his script, or RH freezes.&amp;nbsp; I'm using RH11 with XP Blue skin, and his JavaScript is in the right place in my Baggage files.&amp;nbsp; What modification(s) do I need to make?&amp;nbsp; Thanks, and thanks William &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's the text of his JS:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function Email() {//Create an email with the link to the current topic.&lt;/p&gt;&lt;p&gt; var url = GetRelTopicURL(); &lt;br/&gt; var title = GetTopicTitle();&lt;br/&gt; &lt;br/&gt;&lt;span&gt; var emailaddress = "&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:test@example.com"&gt;test@example.com&lt;/a&gt;&lt;span&gt;";&lt;/span&gt;&lt;br/&gt; var message = ""; //Custom message&lt;br/&gt;&amp;nbsp; &lt;br/&gt; var mail = "mailto:"+emailaddress+"&amp;amp;subject="+title+"&amp;amp;body="+message+"\n"+title+": "+escape(url);&lt;br/&gt; &lt;br/&gt; var body = document.getElementsByTagName("body")[0];&lt;br/&gt; &lt;br/&gt; var a = document.createElement('a');&lt;br/&gt;&amp;nbsp; a.setAttribute('href', mail);&lt;br/&gt;&amp;nbsp; a.setAttribute('style', 'display: none');&lt;br/&gt; &lt;br/&gt; body.appendChild(a);&lt;br/&gt; a.click();&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:74b2f08d-c21d-43ac-9320-3ea068785ade] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">email</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">button</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">javascript code</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">javascript error</category>
      <pubDate>Fri, 05 Sep 2014 21:00:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1566715</guid>
      <dc:date>2014-09-05T21:00:08Z</dc:date>
      <clearspace:dateToText>2 months 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RH 11: Conditional Build tags applied: Content still showing up in search</title>
      <link>https://forums.adobe.com/thread/1565095</link>
      <description>&lt;!-- [DocumentBodyStart:ae9de594-0354-4ac7-9a0c-a2ea1f82ddda] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello. I am generating WebHelp using conditional build tags using RH 11.&lt;/p&gt;&lt;p&gt;I have marked books in the TOC with a CBT of Not in 6.1.&lt;/p&gt;&lt;p&gt;I generated help and excluded content marked with the CBT Not in 6.1.&lt;/p&gt;&lt;p&gt;When the Web Help is generated, the books marked with the CBT&amp;nbsp; do not display in the TOC. However, if I do a search, topics that are under the books and therefore should not be included in the output have search results returned.&lt;/p&gt;&lt;p&gt;Is there a scenario in which topics that have been excluded from the generated help would still show up in search?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your help is greatly appreciated.&lt;/p&gt;&lt;p&gt;Jenny&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae9de594-0354-4ac7-9a0c-a2ea1f82ddda] --&gt;</description>
      <pubDate>Thu, 04 Sep 2014 00:12:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1565095</guid>
      <dc:date>2014-09-04T00:12:00Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can I convert an existing project to a Merged Project?</title>
      <link>https://forums.adobe.com/thread/1564749</link>
      <description>&lt;!-- [DocumentBodyStart:032c798a-27a5-43ba-a154-645b84614985] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using RH8.&amp;nbsp; I need to update an existing WebHelp Project and was wondering if I could convert it to a Merged Web Help Project.&amp;nbsp; I want to avoid starting from scratch.&amp;nbsp; I am hoping that it can be done because two people will be working on updating the project simultaneously and I want to avoid using Source Control if possible.&amp;nbsp; Does anyone have feedback or suggestions on tackling this?&amp;nbsp; Thank you in advance for your input and help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:032c798a-27a5-43ba-a154-645b84614985] --&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:06:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1564749</guid>
      <dc:date>2014-09-03T18:06:14Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is Webhelp generated from Robohelp 11 supported on Mac?</title>
      <link>https://forums.adobe.com/thread/1563899</link>
      <description>&lt;!-- [DocumentBodyStart:9fec34e7-f0b2-4895-a735-1d85a485297b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have generated our Webhelp projects from RoboHelp 11. These display fine in Firefox on Windows. However, when viewing them on a Mac OS X version 10.9.2 with Firefox 28, an unresponsive script warning is encountered which cannot be resolved. Also, there is a lot of padding in the Index between the text field and the index entry. Screenshots are provided to show both of these issues.&lt;/p&gt;&lt;p&gt;When viewed on Safari on the same Mac machine the Webhelp project is simply unresponsive.&lt;/p&gt;&lt;p&gt;Is this a known issue with Mac OS X?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6695236-667632/Screenshot1.png"&gt;&lt;img alt="Screenshot1.png" class="jive-image image-3" height="237" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6695236-667632/Screenshot1.png" style="height: auto;" width="496"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6695236-667631/Screenshot2.png"&gt;&lt;img alt="Screenshot2.png" class="jive-image image-2" height="900" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6695236-667631/306-900/Screenshot2.png" style="height: auto;" width="306"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9fec34e7-f0b2-4895-a735-1d85a485297b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">robohelp_11</category>
      <pubDate>Tue, 02 Sep 2014 20:32:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1563899</guid>
      <dc:date>2014-09-02T20:32:16Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Still necessary for developers to delete all existing WebHelp files before updating?</title>
      <link>https://forums.adobe.com/thread/1560790</link>
      <description>&lt;!-- [DocumentBodyStart:37afdb0b-40e9-4d4f-806b-a6d57d2cf99e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using RoboHelp version 9.02 on my Windows 7 64-bit computer to generate a WebHelp project. Years ago, I was told to always ask developers to completely clear out the existing files in the WebHelp folder (on their end) before replacing them with updated files. In other words, when I compile the WebHelp project, I typically copy the output from the generated WebHelp folder on my hard drive, store it somewhere where a developer copies it, and then they do their magic with it on their end. I've always told them to delete the contents of the existing (older version) WebHelp folder on their end before copying in my new files. Does anyone know if this is still necessary?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm working with a different developer now and he just copies and pastes my newly generated files into his existing folder (without removing prior contents). Can this cause issues?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:37afdb0b-40e9-4d4f-806b-a6d57d2cf99e] --&gt;</description>
      <pubDate>Fri, 29 Aug 2014 16:26:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1560790</guid>
      <dc:date>2014-08-29T16:26:51Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why is the right hand side of the tables on a Word document that was imported being cut off using Webhelp but not when using Webhelp Pro?</title>
      <link>https://forums.adobe.com/thread/1556600</link>
      <description>&lt;!-- [DocumentBodyStart:ae42138f-5784-4be9-99d8-a288d96709e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would prefer to use Webhelp and not Webhelp Pro because Webhelp allow for the insertion of a logo located to the right of the search field by selecting the "Show About" check box when generating content. The problem is that Webhelp is cutting off the words in the tables. Wordwrap is turned on in the Word document and the rest of the sentence will continue beneath the "cut off" word. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6670322-664569/pastedImage_0.png"&gt;&lt;img alt="" class="jive-image image-1" height="129" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6670322-664569/pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" width="661"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae42138f-5784-4be9-99d8-a288d96709e9] --&gt;</description>
      <pubDate>Mon, 25 Aug 2014 03:22:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1556600</guid>
      <dc:date>2014-08-25T03:22:58Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to display the master TOC when using Context help in a merged document</title>
      <link>https://forums.adobe.com/thread/1554716</link>
      <description>&lt;!-- [DocumentBodyStart:bb45b9c2-71fc-4614-b399-e73ff80286e6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I use Robohelp 10. I have created a large Merged Webhelp project and I have set out the project master with nothing in it other than merged projects place markers.&lt;/p&gt;&lt;p&gt;This is the layout of the generated projects etc.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Generate&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Master.htm&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;em&gt;&amp;nbsp; &lt;/em&gt;Redirect.htm&lt;em&gt;&amp;nbsp; (&lt;em&gt;Home page is a redirect to Project 1 Home Page - not in TOC)&lt;/em&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;mergedProjects&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;em&gt; &lt;/em&gt;Home Page.htm&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project2&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Redirect.htm&amp;nbsp; (&lt;em&gt;Home page is a redirect to Project 1 Home Page&lt;em&gt; - not in TOC&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project3 etc.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Redirect.htm&amp;nbsp; (&lt;em&gt;Home page is a redirect to Project 1 Home Page&lt;em&gt; - not in TOC&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can get the help to work great when I call up the master page, which shows the TOC for the whole project and the default home page. And from the breadcrumb the home link goes to the home page and shows the Main TOC&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However when I call a page using context help ID I get a single frame with the selected page. The link to show the TOC shows the TOC but it is the top of the merged project and not the master TOC. The home link in the does display the home page but again the displayed TOC is the one of the current merged project.&lt;/p&gt;&lt;p&gt;The question is :&lt;/p&gt;&lt;p&gt;How can I get the Master TOC to show all the time regardless of what page I call using a context ID or how can I create a link that will take me back to the Master TOC?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I remember when I created a previous help file for chm output I had to modify all the ali files in order for the redirect to work throught the master chm. Surely this is not the case with webhelp?&lt;/p&gt;&lt;p&gt;TonyC&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bb45b9c2-71fc-4614-b399-e73ff80286e6] --&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:08:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1554716</guid>
      <dc:date>2014-08-22T09:08:22Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>See Also no displaying properly in WebHelp (RH11)</title>
      <link>https://forums.adobe.com/thread/1550613</link>
      <description>&lt;!-- [DocumentBodyStart:d47c760d-497e-40b1-b610-098b321ea083] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I generate WebHelp from RH11, the See Also (button/link) displays with a double gray background for all outputs (IE, FF and Chrome). See below. Does anyone know how or where I would "design" this look (color, point size, etc.) (in RH or in the web output?)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6650727-661667/pastedImage_0.png"&gt;&lt;img alt="" class="jive-image image-1" height="200" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6650727-661667/pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" width="519"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d47c760d-497e-40b1-b610-098b321ea083] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">webhelp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">see_also</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">robohelp 11</category>
      <pubDate>Mon, 18 Aug 2014 15:01:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1550613</guid>
      <dc:date>2014-08-18T15:01:43Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RoboHelp11</title>
      <link>https://forums.adobe.com/thread/1550533</link>
      <description>&lt;!-- [DocumentBodyStart:56c3f7bd-c8ec-4e25-b8fc-dc2046d282a2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Trying to Publish to Site5.&lt;/p&gt;&lt;p&gt;Site5 informs us the connection is made but RoboHelp hangs with no message.&lt;/p&gt;&lt;p&gt;Can copy files to the web site using FileZilla and it works but...&lt;/p&gt;&lt;p&gt;Our website is: plusandminus.com&lt;/p&gt;&lt;p&gt;Tim Mattingly&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-email-small" href="mailto:tim@plusandminus.com"&gt;tim@plusandminus.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:56c3f7bd-c8ec-4e25-b8fc-dc2046d282a2] --&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:30:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1550533</guid>
      <dc:date>2014-08-18T13:30:14Z</dc:date>
      <clearspace:dateToText>2 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can you help with RoboHelp Version 11: WebHelp Index Keyword Sorting?</title>
      <link>https://forums.adobe.com/thread/1546941</link>
      <description>&lt;!-- [DocumentBodyStart:b5bf5474-0283-44f2-a4d2-663bffc030e4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm new to RoboHelp 11, and I am finding it difficult to alphabetize topics listed under my Index Keywords. When I look at the keyword topics in my RoboHelp HTML editor, they are listed in alphabetical order (see the Tools topic in the first image), but when I generate WebHelp the Tools topics are not in the correct order (second image). I believe that the problem pertains to new entries made to a converted RoboHelp Version 6 WebHelp application. Basically, I have been adding content to several old version 6-generated html files in the new RoboHelp HTML editor. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Another issue that's perplexing is the fact that the &lt;em&gt;Move Up&lt;/em&gt; and &lt;em&gt;Move Down&lt;/em&gt; icons at the top of the Index editor pod, or whatever it's called, are grayed-out (not functioning). I remember with the Version 6 application, they worked fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone offer any suggestions on how to get the index alphabetized? I appreciate your help. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6637526-660669/image1.jpg"&gt;&lt;img alt="image1.jpg" class="jive-image image-1" height="757" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6637526-660669/900-757/image1.jpg" style="height: 522px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6637526-660670/image2.jpg"&gt;&lt;img alt="image2.jpg" class="jive-image image-2" height="643" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6637526-660670/900-643/image2.jpg" style="height: 444px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b5bf5474-0283-44f2-a4d2-663bffc030e4] --&gt;</description>
      <pubDate>Wed, 13 Aug 2014 19:34:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1546941</guid>
      <dc:date>2014-08-13T19:34:12Z</dc:date>
      <clearspace:dateToText>2 months 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Does RoboHelp/Adobe support any type of HTML doc access authorization?</title>
      <link>https://forums.adobe.com/thread/1546595</link>
      <description>&lt;!-- [DocumentBodyStart:90ea41db-7aea-4b11-971d-8c96730402e7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi. Do any of you know if RoboHelp 11 supports any type of access rights to published HTML docs?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My company has a basic product that all customers have access to. We also have "premium" products that are available to customers who pay for them, and at the moment we prefer not to expose the premium products' docs to customers who haven't purchased those products. What I'd like to be able to do is have some way that a customer can log in to access the basic HTML docs and, based on their login rights, have links to the premium docs be made visible and link to the HTML docs for those products.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Note that for now, I'm OK with maintaining separate RH&amp;nbsp; projects for the basic doc set, and one for each premium doc set. (Each would have their own search domain.)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Kurt Euler&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90ea41db-7aea-4b11-971d-8c96730402e7] --&gt;</description>
      <pubDate>Wed, 13 Aug 2014 15:29:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1546595</guid>
      <dc:date>2014-08-13T15:29:37Z</dc:date>
      <clearspace:dateToText>3 months 45 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Two questions about the logistics of PDF for review...</title>
      <link>https://forums.adobe.com/thread/1546594</link>
      <description>&lt;!-- [DocumentBodyStart:ea524840-8d6c-4979-a019-5a18c973ec54] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi experts. I'd appreciate your thoughts on the RH feature "Create PDF for Review". I've come across a couple concerns...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;The instructions say that the source RH files shouldn't be edited/altered while a PDF document of the same material is out for review. This is understandable from a synchronizing perspective. But I'm wondering if &lt;span style="text-decoration: underline;"&gt;any of you think it's a non-starter that the source material is locked.&lt;/span&gt; I often can't wait for people to return comments, even by a requested deadline, before making edits. This is my first foray into RH docs, and right now I'm more inclined to use cut-and-paste-in-emails to request and receive doc comments.&lt;/li&gt;&lt;li&gt;For those of you who &lt;em&gt;do&lt;/em&gt; use the feature, and use the shared PDF option, do you know of a service that will host the group-commentable PDFs? Adobe used to have a service for this, but it seems like it is no more. And our IT guy is super security conscious and is so far resistant to have a group-writable directory on one of our servers.&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for your replies.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kurt Euler&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ea524840-8d6c-4979-a019-5a18c973ec54] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">pdf_for_review</category>
      <pubDate>Wed, 13 Aug 2014 15:19:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1546594</guid>
      <dc:date>2014-08-13T15:19:51Z</dc:date>
      <clearspace:dateToText>3 months 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Has anyone seen the Search progress bar fail to update as the search is processed?</title>
      <link>https://forums.adobe.com/thread/1546030</link>
      <description>&lt;!-- [DocumentBodyStart:751305c0-4d0a-4e15-bb3c-c09f5135d7ae] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I recently upgraded from RH9 to RH10 (10.0.1.292). I applied all of the maintenance for RH10 listed on William van Weelden's site and generated WebHelp output. When viewing the output on the server through a browser, I occasionally see a delay in producing the search results list, but the Search progress bar never moves from Searching 0% while the search is executing and finally the search results list is displayed. Has anyone else experienced this?&lt;/p&gt;&lt;p&gt;P.S. This may be irrelevant to this issue, but I can use the same search arguments at different times throughout the day and get the same results list of 700+ topics in 2 seconds or in some cases two minutes. I have attributed the difference in elapsed time to server workload or network resources. Could it be problem with a script file?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Message was edited by: SHERYL JORNA
I just saw a thread that described this problem, &lt;/span&gt;&lt;a class="jive-link-message-small" data-containerId="2245" data-containerType="14" data-objectId="4887676" data-objectType="2" href="https://forums.adobe.com/message/4887676#4887676"&gt;https://forums.adobe.com/message/4887676#4887676&lt;/a&gt;&lt;span&gt;, but am surprised Adobe has not officially rolled out the fix. @PeterGrainge can you still provide the fix?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:751305c0-4d0a-4e15-bb3c-c09f5135d7ae] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">webhelp_search</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">rh_10</category>
      <pubDate>Tue, 12 Aug 2014 22:56:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1546030</guid>
      <dc:date>2014-08-12T22:56:39Z</dc:date>
      <clearspace:dateToText>3 months 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RoboHelp 9 project opens in Internet Explorer but not Google Chrome</title>
      <link>https://forums.adobe.com/thread/1544355</link>
      <description>&lt;!-- [DocumentBodyStart:95738216-3c7e-4851-8a6f-6915586f1e47] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;What would cause a project to open in Internet Explorer but not in Google Chrome? Using RoboHelp 9. &lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Tom&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:95738216-3c7e-4851-8a6f-6915586f1e47] --&gt;</description>
      <pubDate>Mon, 11 Aug 2014 12:29:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1544355</guid>
      <dc:date>2014-08-11T12:29:20Z</dc:date>
      <clearspace:dateToText>3 months 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>TOC Does Not Open in WebHelp Generated with RoboHelp 11</title>
      <link>https://forums.adobe.com/thread/1542050</link>
      <description>&lt;!-- [DocumentBodyStart:8500fbc6-6fff-4ca4-9996-9e81455a9786] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The TOC does not open in WebHelp Generated with RoboHelp 11. I tried other solutions posted on this forum but no success. Any ideas? Thanks in advance for your assistance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8500fbc6-6fff-4ca4-9996-9e81455a9786] --&gt;</description>
      <pubDate>Thu, 07 Aug 2014 20:13:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1542050</guid>
      <dc:date>2014-08-07T20:13:02Z</dc:date>
      <clearspace:dateToText>2 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>16</clearspace:messageCount>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>topics not displayed it Chrome when output from Robohelp 9</title>
      <link>https://forums.adobe.com/thread/1540838</link>
      <description>&lt;!-- [DocumentBodyStart:d2b7c65a-3fcd-48e8-b0f7-ee90c0f54d25] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; I'm using Chrome version Version 31.0.1650.63 to view a site created with Robohelp Webhelp 9. The topics associated with books do not display in the browser. I get a "file or directory cannot be found" message when I click a book. These topics can be displayed by clicking links that reference these topics. Topics beneath table of contents books also display in Chrome. I have the same problem with Firefox, but not IE. How can I make book topics appear in Webhelp when viewed with Firefox and Chrome?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d2b7c65a-3fcd-48e8-b0f7-ee90c0f54d25] --&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:18:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1540838</guid>
      <dc:date>2014-08-06T16:18:38Z</dc:date>
      <clearspace:dateToText>3 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Generating HTML Website (WebHelp) in HelpMaker 7.4</title>
      <link>https://forums.adobe.com/thread/1539709</link>
      <description>&lt;!-- [DocumentBodyStart:8a99b336-5752-42f8-97ae-052fd52e1e2a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This topic may not linked to RoboHelp but definately worth following. I'd appreciate the community to assist me. Makers have closed the software and the website. But still an excellent help generator.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anybody used HelpMaker for generating HTML Website (WebHelp). I try to generate the output but options like search, index are missing. Tried checking in settings, no result. Working fine in CHM (HTML-Help). They term chm and web help as HTML Help and HTML Website.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6612835-658775/project_image.png"&gt;&lt;img alt="project_image.png" class="jive-image image-1" height="395" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6612835-658775/project_image.png" style="height: 286px; width: 620px;" width="856"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also when I go to Windows Main settings (an option) do not see anything there.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6612835-658776/settings_image.png"&gt;&lt;img alt="settings_image.png" class="jive-image image-2" height="360" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6612835-658776/settings_image.png" style="height: auto;" width="519"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a99b336-5752-42f8-97ae-052fd52e1e2a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">webhelp;</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">helpmaker</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">missing search tabs</category>
      <pubDate>Tue, 05 Aug 2014 12:21:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1539709</guid>
      <dc:date>2014-08-05T12:21:01Z</dc:date>
      <clearspace:dateToText>3 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Localizing and Snippets</title>
      <link>https://forums.adobe.com/thread/1536465</link>
      <description>&lt;!-- [DocumentBodyStart:98e5294b-28ef-4f07-a463-74d749aa77c4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;RoboHelp HTML v 11&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm returning to RoboHelp after an absence of several years. I've never worked on projects translated into different languages before.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The project I'm working on is translated into about a dozen languages. We have a translationservice that takes the RH source files and returns them to us with the webhelp translated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We want to minimize the changes that will need to be translated for future editions. As it turns out many of these changes can be added with a few well-worded Snippets, which will be repeated in lots of topics in the help. (So happy that Adobe has added this functionality while I was away!)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My question is: Is it likely that they translation company will just be able to translate the snippets, then when the webhelp is generated, the new content will flow from them? Or will they have to translate each page after the webhelp is produced (meaning they will bill us for each page translated, even though it will all quite repetitious). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Robin&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:98e5294b-28ef-4f07-a463-74d749aa77c4] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">snippets</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">translating</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">localizing</category>
      <pubDate>Thu, 31 Jul 2014 20:20:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1536465</guid>
      <dc:date>2014-07-31T20:20:14Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I open WebHelp to display Search or Index</title>
      <link>https://forums.adobe.com/thread/1535499</link>
      <description>&lt;!-- [DocumentBodyStart:4ee1ee65-e369-4e16-817d-957c16e865aa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I tried searching for a previous post on this (as I was sure there would be one) but cannot find a prior posting...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have RH8 and am building WebHelp. My skin opens the TOC by default.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are moving from a CHM file deployed on client desktop to a call from the desktop GUI to our server-deployed WebHelp.&lt;/p&gt;&lt;p&gt;This will allow us to update the help globally for all clients at one time without any push out to clients to install locally.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Our GUI has a Help menu with TOC, Search, Index options.&lt;/p&gt;&lt;p&gt;My skin in WebHelp opens to TOC by default.&lt;/p&gt;&lt;p&gt;The calls to help work fine and open the TOC view and we have the context sensitive help working fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do we call WebHelp but open to the Search or Index view of the frameset?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As always, thanks to all for any guidance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ee1ee65-e369-4e16-817d-957c16e865aa] --&gt;</description>
      <pubDate>Wed, 30 Jul 2014 18:00:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1535499</guid>
      <dc:date>2014-07-30T18:00:15Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>widgets jquery</title>
      <link>https://forums.adobe.com/thread/1534527</link>
      <description>&lt;!-- [DocumentBodyStart:9ed62fb8-0180-45cd-8bae-1d275c816b81] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I would like to use jquery library to make my content dynamic (drop/down section, enlarge image, caroussel...), How can I do that ?&lt;/p&gt;&lt;p&gt;should i use Insert/Html/advance/Script ?... can't I create a "widget" and reuse it easily at any time or will i have to insert manualy a script every time ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ed62fb8-0180-45cd-8bae-1d275c816b81] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">script</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">jquery</category>
      <pubDate>Tue, 29 Jul 2014 15:15:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1534527</guid>
      <dc:date>2014-07-29T15:15:06Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Undefined is not an object error when using the Output Generator with Glossary Restyling script to create WebHelp</title>
      <link>https://forums.adobe.com/thread/1530170</link>
      <description>&lt;!-- [DocumentBodyStart:a16eab34-9ae3-4120-9117-5522ce71839f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I use the Glossary Hotspot Wizard to create links within my topics to the terms, I then generate the project using the script (because I want to use popups instead of having the text display in-line). I did not edit this script before running it - do I need to? If so, where does the script reside? Any suggestions would be appreciated so that I can get this working as intended :-).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a16eab34-9ae3-4120-9117-5522ce71839f] --&gt;</description>
      <pubDate>Thu, 24 Jul 2014 12:13:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1530170</guid>
      <dc:date>2014-07-24T12:13:17Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>WebHelp Display and Refresh Issues</title>
      <link>https://forums.adobe.com/thread/1522751</link>
      <description>&lt;!-- [DocumentBodyStart:3a68fb43-ba94-4c3a-9447-8dcc51427ca4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello All-&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using RoboHelp 9&amp;nbsp; (9.0.2.271 specifically) to create a product WebHelp for my company.&amp;nbsp; I am having a problem with the display of the actual WebHelp in a browser and I am hoping someone may have a solution for me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I generate my help file in MS Explorer and it opens the index page as usual (1), it has a second vertical scroll tool (2) which I don't understand:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6552938-653975/Example1.jpg"&gt;&lt;img alt="Example1.jpg" class="jive-image image-1" height="502" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6552938-653975/Example1.jpg" style="width: 620px; height: 445px;" width="700"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I attempt to move to another topic in the file (3) it always opens blank no matter which topic I choose:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6552938-653976/Example2.jpg"&gt;&lt;img alt="Example2.jpg" class="jive-image image-2" height="503" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6552938-653976/Example2.jpg" style="width: 620px; height: 446px;" width="700"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I press F5 and refresh the help file, the topic then appears (4) but so does that mysterious second scroll tool (5). Also, if I then attempt to move on to a third topic, it will also be blank and need to be refreshed to make it appear. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6552938-653977/Example3.jpg"&gt;&lt;img alt="Example3.jpg" class="jive-image image-3" height="503" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6552938-653977/Example3.jpg" style="width: 620px; height: 446px;" width="700"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have no idea how to fix these issues. Does anyone have any advice?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for your help&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Michael&lt;/p&gt;&lt;p&gt;&lt;br/&gt; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3a68fb43-ba94-4c3a-9447-8dcc51427ca4] --&gt;</description>
      <pubDate>Tue, 15 Jul 2014 18:29:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1522751</guid>
      <dc:date>2014-07-15T18:29:37Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cannot print from chm</title>
      <link>https://forums.adobe.com/thread/1519748</link>
      <description>&lt;!-- [DocumentBodyStart:4d4ed5d6-db1f-409b-a532-1b9ca0c324ad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am delivering chm from Robohelp 11, using minitocs.&lt;/p&gt;&lt;p&gt;When I click the print icon to print an individual topic, the print works&lt;/p&gt;&lt;p&gt;When I click the print icon to print a selected heading and all subtopics I get this error: TextPopupInit is null or undefined, not a Function object.&lt;/p&gt;&lt;p&gt;I am asked whether I want to continue running scritps, and must answer No to proceed to the print dialog.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know the problem and what to do about it?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4d4ed5d6-db1f-409b-a532-1b9ca0c324ad] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">chm</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">can't print</category>
      <pubDate>Fri, 11 Jul 2014 15:22:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1519748</guid>
      <dc:date>2014-07-11T15:22:36Z</dc:date>
      <clearspace:dateToText>4 months 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how can I set webhelp window size when launching webhelp</title>
      <link>https://forums.adobe.com/thread/1519015</link>
      <description>&lt;!-- [DocumentBodyStart:ca0bfbd7-c25d-4806-992d-613fbe5d8ce6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;how can I set webhelp window size when launching webhelp&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca0bfbd7-c25d-4806-992d-613fbe5d8ce6] --&gt;</description>
      <pubDate>Thu, 10 Jul 2014 16:09:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1519015</guid>
      <dc:date>2014-07-10T16:09:19Z</dc:date>
      <clearspace:dateToText>4 months 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Web help and Chrome</title>
      <link>https://forums.adobe.com/thread/1510427</link>
      <description>&lt;!-- [DocumentBodyStart:fb1e945c-1a0e-4aaf-9004-7bf293924a7d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Everyone,&lt;/p&gt;&lt;p&gt;We're currently using RH10 and using Web Help as our current output. &lt;/p&gt;&lt;p&gt;Currently Chrome doesn't display web help but flickers instead. This occurs both locally and over network.&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;Chrome is Version 35.0.1916.153 m.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;Two questions..&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;1. Has anyone got a workaround for RH10 and this version of chrome so it can display web help please?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;2. Does RH11 solve this, i.e does the web help generated from RH11 still behave in this way?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;On our systems we can display web help in Firefox 29.0.1 and earlier versions of IE but not IE11.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;Regards&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;Steve&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fb1e945c-1a0e-4aaf-9004-7bf293924a7d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">robohelp_10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">web help</category>
      <pubDate>Mon, 30 Jun 2014 08:56:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1510427</guid>
      <dc:date>2014-06-30T08:56:04Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I get the search function to work in IE 11?</title>
      <link>https://forums.adobe.com/thread/1506727</link>
      <description>&lt;!-- [DocumentBodyStart:57185187-e92f-496b-8395-880436b9d766] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have RoboHelp 10 and am producing webhelp output.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an issue currently where the search function will not work properly in IE 11. If I search, it just hangs without returning any matches at all. I have noticed this is most likely to happen with very commonly occurring words that are used through the help project (it is a large project). If I search on less commonly occurring words, I am more likely to have results returned.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One of my users says he gets the following script shown at the end of the browser help page when it has hung for a while without returning anything:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;"&gt;"% remains at 0%, IE message&amp;nbsp; finally displays that webcoretest-2k8&amp;nbsp; is failing to respond and IE status bar contains 'javascript:void(0);"&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This problem does not occur in Chrome or Firefox, however, we need our customers to be able to use IE.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:57185187-e92f-496b-8395-880436b9d766] --&gt;</description>
      <pubDate>Wed, 25 Jun 2014 14:45:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1506727</guid>
      <dc:date>2014-06-25T14:45:31Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Index not loading in RH10 WebHelp output</title>
      <link>https://forums.adobe.com/thread/1505301</link>
      <description>&lt;!-- [DocumentBodyStart:75de7ef7-5335-42fc-8d7c-faf10c2b4366] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="margin-bottom: .0001pt;"&gt;&lt;span style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;We use RH10 (version 10.0.1.292) to generate WebHelp. Our current project has 3706 HTML topics and 13,119 index terms (MS-HKWD entries embedded in the HTML).&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;Recently, our users have encountered problems with their WebHelp index not loading properly: when the project is first opened, sometimes the index pane is empty. This is usually corrected by reloading the project, but it is frustrating for users and seems to be happening with greater frequency. The problem does not appear to be permanent and happens intermittently.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The majority of those reporting problems are running Windows 7 (service pack 1) and IE (versions 8, 9 or 10), although users have also reported problems using Mac OS and Firefox. (We have inserted the &amp;#8220;meta tag fix&amp;rdquo; to emulate IE8.)&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;We wondered whether the problem could be something to do with the size of the index. Is there a maximum number of index keywords that can be contained in a RoboHTML10 project? Or a recommendation, if the maximum has not been defined?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I have looked for similar problems on the forum and Peter Grainge&amp;#8217;s helpful site, but could only find an&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;a class="jive-link-message-small" data-containerId="2246" data-containerType="14" data-objectId="109642" data-objectType="2" href="https://forums.adobe.com/message/109642#109642"&gt;unanswered question&lt;/a&gt;&lt;span class="apple-converted-space"&gt; &lt;/span&gt;from 2006.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;We would appreciate any advice from the collective wisdom of the Robo community.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:75de7ef7-5335-42fc-8d7c-faf10c2b4366] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">index</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">webhelp</category>
      <pubDate>Tue, 24 Jun 2014 05:56:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1505301</guid>
      <dc:date>2014-06-24T05:56:12Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>index_rhc.htm vs index_csh.htm... to dat or not to dat</title>
      <link>https://forums.adobe.com/thread/1502218</link>
      <description>&lt;!-- [DocumentBodyStart:d971be07-4401-4de1-9576-40c807e8754a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This is a "why" question -- Hoping William van Weelden is watching since he has lots of related topics online ---&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For quite some time, our developers have used this construct, where helpID is actually the string we plug into the Context Sensitive map GUI...not the Map ID number, the actual string. This has always worked well.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt; "/help/A/a_rhc.htm#" + helpID;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I did something unusual recently (at least I think so) with a result that I can't explain.&amp;nbsp; I created a separate webhelp project, and&amp;nbsp; hid the output in a subdirectory of primary, so it looks like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;strong&gt;/help/index.htm &amp;lt;primary content, with A/B generated as part of standard webhelp&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp; help/A/a.htm&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a_rhc.htm&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a_csh.htm&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;help/B/b.htm&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b_rhc.htm&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b_csh.htm&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;strong&gt;help/foo/index.htm&amp;nbsp; &amp;lt;sneaky folder copied in manually so contents are not searched within parent but are within this folder&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; index_rhc.htm&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; index_csh.htm&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Inexplicably, although I built the sneaky project the same way (other than not using content category tags to create subdirs), I have to use index_csh.htm to get the mapIDs to redirect. I don't really comprehend why, if it works ok for the main help project and all the little cshdats etc are created, the old school _rch doesn't work.&amp;nbsp; This is not critical but I'd like to understand in case there is a side effect I've not yet discovered.&amp;nbsp; For that new sneaky folder, I have to use calls like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "/help/foo/foo_csh.htm#" + helpID;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The same type of ID (map ID string, not number) are used, so I don't grok the reason.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a class="jiveTT-hover-user jive-link-profile-small" data-containerId="-1" data-containerType="-1" data-objectId="411801" data-objectType="3" href="https://forums.adobe.com/people/Willam+van+Weelden"&gt; &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;strong&gt;&lt;span aria-label="Sad" class="emoticon-inline emoticon_sad" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt; &lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d971be07-4401-4de1-9576-40c807e8754a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">webhelp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">redirect</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">robohelp;</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">topic id</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">map id</category>
      <pubDate>Fri, 20 Jun 2014 18:28:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1502218</guid>
      <dc:date>2014-06-20T18:28:55Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Internet Exploer 11 suddenly isn't showing my Table of Contents or Index for RoboHelp 10 output</title>
      <link>https://forums.adobe.com/thread/1500620</link>
      <description>&lt;!-- [DocumentBodyStart:68489210-e26e-4e89-a2de-910b23a8f113] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I generated a WebHelp project with Adobe RoboHelp 10 last November. I had no problems with the TOC or index. Whenever I try to view output today, IE won't show the left pane with the list of topics in the Table of Contents. It also doesn't show index tags. I have no problem viewing this same output in Mozilla Firefox. I just set Firefox to be my default browser b/c it is so frustrating that I can't immediately view changes to my help project. Has anyone else experienced issues with IE 11? I even cleared cookies and the cache, and I still can't see my TOC and index. This never happened before.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:68489210-e26e-4e89-a2de-910b23a8f113] --&gt;</description>
      <pubDate>Thu, 19 Jun 2014 14:13:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1500620</guid>
      <dc:date>2014-06-19T14:13:04Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>whgdata content files bloat</title>
      <link>https://forums.adobe.com/thread/1498061</link>
      <description>&lt;!-- [DocumentBodyStart:761be772-b071-457a-ba0e-7924a5e63dcd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We are using RH10 and building nightly with a perl script that calls RH.exe. Recently we noticed the process time went from two hours to six, and the number of files in wghdata in a couple of the projects multiplied and became much, much larger. Many of them ballooned from 30-50kb to 2-2.5mb. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone else experienced this? Is there anything in the updated .js files in the recent hot fix that might account for this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:761be772-b071-457a-ba0e-7924a5e63dcd] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">webhelp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2254">whgdata</category>
      <pubDate>Mon, 16 Jun 2014 21:25:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1498061</guid>
      <dc:date>2014-06-16T21:25:50Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

