The official community for RoboHelp.
Recently active
Somehow I do not understand the logics behind style import from Word files.a) there is a .ISF setting which holds a .CSS which is not consideredb) when I manually change the original .ISF (.CSS) file it is not consideredc) when I try to change the styles after the import - the style editor behaves totally weird (indentation is sometimes accepted, sometimes not)The only way I can use RH after a Wordfile import is to delete the .CSS from the project and run a find/replace over all HTML files. Is this the way the user shall use RH?!My feeling is, that this area of code has just alpha state. And btw, chmprocessor does the html import with less errors (esp. bad image sizes)!
To the Moderators:Can you please tell me why my posts require moderator approval before they are released to the forum? Thanks.
Hi,Sorry for saying but the more I work with RH11, the more I feel that it is a horrible editor. It seems that I have to go into the HTML code to make every little change, which isn't very logical.Why is it that a style I create formats differently depending on whether the preceding style is a paragraph or list?For example, when writing a procedure, I have a numbered list style for each step. But the step result is a paragraph style. If I uses the result style outside of the numbered list, the formatting changes.But to make matters even worse, for some reason when I go into the HTML, a long space opens to the left of the cursor. If I press a right or left arrow to move the cursor, the space closes and opens to the left of the new cursor position. I tried opening the HTM file in Notepad and don't see anything out of place. I even tried rebooting my pc - to no avail.Anybody have any ideas?Thanks.One more thing: I've been a member here since 2011 so why do my posts need moderator approval
I have tried creating Printed Documentation with Word 2013 64-bit version installed and have gotten error messages. Is there a work around? Is this possible.
When trying to insert an Adobe Captivate demo into a topic, I get an error message that simply says "Out of Memory". I thought this might have something to do with our SharePoint source control, so I tried adding the same .SWF file to a project NOT in source control (stored on my local), and I got the same error. I am using RoboHelp 10. The .SWF file is 62,716 KB. HELP?
With Robohelp 11 we want to remove the sidebar with the TOC completely - or at the very least suppress it in the wide version so that it is not visible on first load. How do we do this? Struggling to get an elegant responsive help site out of robohelp...
Is there any access to the "TOC Book Properties" via scripting?Reason: When I import from word and a header has a trailing number, the TOC entry is missing this number. So I thought I can fix this via scripting, but I cannot find a way to access the entry at all?TOCManger just returns the entire TOC but not the entries?
Using WebHelp 5.10.001 (Adobe RoboHelp 11, WebHelp 5.50) and am receiving the following error:JavaScript runtime error: Object doesn't support property or method 'RegisterListener'The above occurs on js file: whproxy.jsfunction RegisterListener(framename, nMessageId) { var wSP = getStubPage(); if (wSP && wSP != this) { //return wSP.RegisterListener(framename, nMessageId); } else { return false; }}So I commented it out to avoid the error being thrown. What is the fix for this?
I’ve written a RH9 project using Arial & Arial Narrow. It displays fine in Chrome & IE, but not in Firefox. There the fonts are changed, sometimes multiple times in the same topic. Any suggestions?
I created Responsive HTML5 ouput (not Multiscreen). When I run it on my desktop and access a topic from the Table of Content, there is not a Back button that allows me to return to previously viewed topic.I have to right-click the page and then click Back to return. Is there such a thing as a Back button in Desktop view of Responsive HTML5 output? Thanks!
Hi,is it possible with 11 robohelp dynamically number topics in printed Word/Pdf ?For example in my project there are -> 3 topics (TopicA TopicB, TopicC)-> 2 printed documents profile (Sales => TopicA, TopicC) and (Developers=> TopicB, TopicC)I want dynamically numbering likeSales1 TopicA2 TopicCDevelopers1 TopicB2 TopicCIs it possible ?Best Regards
Hello I have a robohelp project and want to link Google Analytics to see metrics. Does any one have experience adding analytics to a Robohelp project? Would the tracking code be added to the master page or each page inthe project? Thanks
I don't see a category for ExtendScriptToolkit questions.Adobe RoboHelp 11 * About ExtendScript Toolkit support states "Click the Click To Connect To Target Application to run RoboHelp. The icon is green to indicate that RoboHelp HTML is running.Note: If you don’t select Adobe RoboHelp in the ExtendScript Toolkit, and you try running a script, an error occurs."However, when I select Adobe RoboHelp 11, the link icon (shown in green above) is broken and red. I assumed I needed to navigate to the RoboHelp 11 executable and run it. However, selecting it brings up a dialog "Please select a language) and there is no executable option in the list. How do you run RoboHelp 11 from the ExtendScript GUI?
I'm looking for a way to add a floating box/button that always appears in output, like the one on this Adobe page:Adobe RoboHelp 11 * Working with pods(Does anyone see the irony in this?)I was arguing with the boss that pods are only pieces of the RoboHelp UI. Imagine my surprise when he sent me this code, which he obtained by viewing source for the linked page above. <div style="display: block;" id="ahpod"> <img id="showpod" src="/en_US/shared/ahpods/images/pod_show.png" onclick="javascript:showPod();" title="Show other versions"> <img id="hidepod" src="/en_US/shared/ahpods/images/pod_hide.png" onclick="javascript:slideOut('24');" title="Hide other versions"> <br clear="all"> <div id="podContent"><!--?xml version="1.0" encoding="UTF-8"?--><meta name="lang" content="en-us">...It looks like, in this code, "pod" is just a term used in HTML labels that RoboHelp creates by using some functionality I don't know about and can't find in the help.I don
This is an odd problem. Needs some back story.My team produces several help systems for the apps offered by our division. We have come up with a relatively simple way to deliver our WebHelp with context sensitivity. In each project, we create Map IDs and assign them to topics, just as if we were going to create chms. This of course updates the .ali file. Before publishing, we take a minute to copy the contents of the ali file into a specific .xml file. The dev team has programmed the applications so that when a user clicks on Help, the xml file is polled to determine if there is a Help topic assigned to that window. If there is a Help topic attached, it is displayed. If not, we display the Welcome page by default, with the navigation pane, so that users can try surfing / searching if they want to.For almost every project, this works perfectly, as long as we help authors remember to update the xml file. It's easy, and handles any file / folder movement, and dev doesn't have to do anythi
I am using the Responsive HTML Layout in RoboHelp 11. On all of my new help files, the layout works great and my icons are showing appropriately. On all of my old help files that were converted, my icons do not fit within bar for the tablet and phone. I am using the Government Theme (Theme2_Government), but modified the file to have our colors and logos. I exported the .slz file and I am using the same slz file in all of the help files. The only help files that are cutting off the icons are the help files that were converted from previous version of RoboHelp. Any idea why this would happen?
I thought I tested this carefully before doing the moves but apparently not. I just reorganized a huge help project so that content is finally organized into a set of folders. I did this using the GUI -- dragging blocks of content from the Topic List pod into folders in the Project Manager pod. All the links/cross references updated beautifully. It now appears that NONE of the map ID links in the project.ali file inherited the folder references. It seems incomprehensible to me that RH would biff that step. I must have done something wrong but wanted to check here to see if I've made a mistake somehow. Here are my two questions:1. Not critical but should I file a bug: Shouldn't RH update the map ID paths the same way it updates changing a filename for a topic?2. Critical: I can fix this by hand editing the project.ali, but wanted to know whether anyone has had issues doing this. I'm comfy editing files but never know what RH will be upset about if I hand edit.Diana
I have been unable to import (I get an error that my project has "inconsistencies"), so I linked my files and am trying to recreate the project. Not bad so far, but none of my links work. How do I adjust the style between the two RH versions?
Did Uninstall/Reinstall of Adobe Robohelp 9; now receiving message instructing to Unininstall/Reinstall Product per Error: 5. Anyone seen this before?Thanks
Hi folks,Just started making Multiscreen HTML5 help with RoboHelp 10 for display on our website. After the site went live, my web guy came over and asked if I could possible deliver files with the *.html extension instead of *.htm. Beyond consistency, I think he said something about an Apache web server setting.We both thought this might be a simple project or layout/profile setting, but I haven't turned anything up. Is there a way to do this?FWIW, it's unlikely that we'll ever use CHMs again (presumably the source of the default *.htm output).
I just generated WebHelp using RoboHelp 11. I have the latest patch (11.04.291) installed. Unfortunately, the seach tab displays garbage as shown in the following screenshot. This occurs in both Chrome and IE. Is there a fix available for this condition? Thanks in advance.
We just upgraded from RH9 to Rh11. I'm using the Create PDF for Review... option on the Review menu. I have several two column tables in the topic I'm sending for review. The PDF cuts off half of the second column in the tables. We didn't have this issue with RH9. Has anyone else had this problem with the PDF review feature in RH11? Can you tell me why it's doing this & how to fix it?Thanks
I am using RoboHelp 11. I have imported an old .HLP and I am converting to .CHM.I am not able to edit the default, or (none) font in project settings > CSS Styles > Edit:Since the Formatting section is greyed out, how can you edit this? I need to change my default font to Verdana. i don't seem to be able to edit CSS in Notepad, either.The Formatting section is also greyed out in the styles pane for (none):Thank you
Is this a known issue with RoboHelp 11.0.4.291? Is there a fix?
My company has several products that are webapps, and we link to online help, which opens a context-sensitive topic for every page. We are now redesigning those webapps to be compatible with mobile devices and would like to use Multiscreen HTML5 output for the online help so the online help experience mirrors the webapp UI experience. In the past, we have programmed simple direct URL links into the UI to link to online help (webhelp output). For example, if we had two pages, Page1 and Page2, these would be the URLs that the Help button in the webapp linked to:For http://www.mycompany.com/product_name/Page1: http://www.mycompany.com/robohelp/product_name/index.htm#Page1help.htmFor http://www.mycompany.com/product_name/Page2: http://www.mycompany.com/robohelp/product_name/index.htm#Page2help.htmHowever, with HTML5 output, we will now have four possible destinations from each help button depending on whether the event is initiated from a desktop, Android tablet, iPad, or iPhon
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.