『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for RoboHelp.
新着順
Hi everyones, I created a table and assigned it a style previously created in my css. I am now trying to access and change the table properties but when I select the table, the properties do not appear.Do I have to change the style each time or can I change the table properties without changing the css style? See screenshot below :
I am customizing a topic in RH (2020.4.173 version) which requires typing in a JavaScript function that uses the operator &&, but the system will not allow me to use it because it says that & is an "invalid character". Is there another way of expressing the logical AND function in RoboHelp? BTW, this was not a problem with the same function and the same topic in RH2019. This is the function: function threeShow(card01, card02, card03) { var a = document.getElementById(card01); var b = document.getElementById(card02); var c = document.getElementById(card03); if (a.style.display == "none" && b.style.display == "none" && c.style.display == "none") { a.style.display = "block"; b.style.display = "block"; c.style.display = "block"; } else { if (a.style.display == "block" && b.style.display == "block" && c.style.display == "block") { a.style.display = "none"; b.style.display = "none"; c.style.display = "none"; } } }
Hello my friends, The Responsive HTML5 Layout that comes with RH 2017 has a bug that our customers are complaining about where the topic pane is quite squished at certain browser widths, but there's a good chunk of free white space to the right that is unused. Is there a way to make it so that the topic pane stretches to the right and fills that space? To reproduce:Set your screen resolution to 1920 x 1080.Set your browser's width somewhere between 1290 to 945 pixels wide to where the navigation bar slides to the left of the screenThen click Search or Index, and you'll see the topic pane get really squished. Feel free to try it out here in our public help file:https://docs.hexagonmi.com/pcdmis/2021.2/en/helpcenter/index.htm#t=mergedProjects%2Fhelpcentertopics%2FUsing_the_Online_Help.htm I know I can go change the width smaller or larger to make it go away, but I think it should work within the above defined range of widths as well. Does anyone have a fix for this?&n
I have border:Solid 1px #000000; in my code, but RH2020 changes it to 1px solid rgb(0, 0, 0) How do I stop that? It does seem to change Solid 1px #ffffff in my code.
We upgraded from RH 2017 to RH 2020. We use Context IDs and generate a responsive HTML5 output.The QA department uses an automation script to test that the context IDs work when users press F1 to display the topic for the view or dialog box currently being viewed in the UI.In the RH2017 generation, the F1 window showed the topic title in the window heading. The following image shows a topic from a RH2017 generation that was displayed by pressing F1. The following images shows a topic displayed by pressing F1 from a RH2020 generation. You can see that the window heading shows the project name not the topic title. The QA automation testing script uses the text in the window header to confirm that the correct topic is being displayed for the specific context ID. Now because the 2020 generation shows the project name in all the F1 window headers instead of the topic titles, the QA automation script fails and doesn't recognize that the correct topics are being cal
We still use RoboHelp 9 and I usually have HTML (.chm) file output. My manager wants to use WebHelp for a project but I cannot get the left TOC/navigation links to appear; the pane is empty. I have WebHelp as the Primary Layout, but on the Navigation section, most of the lower checkboxes are disabled including the Show Navigation Pane Link in Topics. I can't see how to enable these checkboxes. TIA for you help!
Hello,I am using a post build script for rh2019, but I have this error. "C:\Program Files\Adobe\Adobe RoboHelp 2019\RoboHTML\RHCL.exe" "C:\RH2019C\Redaction\VENTEF\AideContextuelle\AideContextuelle.xpj" -l "VENTEF" -o "C:\Publications-Test\Contenu\V4\VENTEF"Version du compilateur de la ligne de commande du projet Adobe (R) RoboHelp 14.0.11.0Copyright (C) 2006-2007, Adobe Systems Incorporated et ses concédants de licence. Tous droits réservés.Projet : C:\RH2019C\Redaction\VENTEF\AideContextuelle\AideContextuelle.xpjMise en page : VENTEF.Sortie : C:\Publications-Test\Contenu\V4\VENTEF\index.htm.Analyse du projet pour compilation....Erreur : impossible d'analyser tous les fichiers du projet. Utilisez RoboHelp pour rÚcupÚrer le projet.Erreur inattendue : impossible de prÚparer des donnÚes de source unique pour RHCL. Essayez de les compiler dans RoboHelp.
We have content in RH 2020 where the content was:Originally written in FramemakerImported into RH classic The RH classic project upgraded to RH 2020 We have a new RH project where we have basically taken the content from the previous RH project and copied it over to the new one. My question is, What do we do about map IDs? I copied over the map IDs file as well to the new project. So will the map IDs still work in the new project?
Hello everyone, as you can see in the title, i have a problem with my skin. I just convertet a 2019 project to Robohelp 2020. As you can see in the pictures, now the skin isn't generated properly. In the first picture you can see the preview of the "Orange" skin(and how it should be) and in the second picture you can see a example of the generated project. As you can see on the left side, everything is a link and the index has a different format. I have multiple skins, and this issue only occured with one skin. I can just use another skin, but i maybe there is an easy fix.
Hello,I am using Adobe RoboHelp 2019 14.0.11.29 and trying to edit ehlpdhtm.js file to add functionality because it is referenced in all htm files.The problem is that after a post build, changes made to the ehlpdhtm.js file are not preserved.There would be a way to keep the changes made to the files in order to add functionality later?
I am starting to think about the process of upgrading my RH 2019 Classic projects to RH 2020. I am working with a very old stylesheet and this seems like a good opportunity to clean it up, which ideally would include renaming some styles as well as deleting unused styles. In RH 2020, is it possible to rename a style and have the new name be automatically reflected in all the elements where that style is applied? I suspect not, but I was hoping there might have been some improvements since the discussion of RH 2017 that I found at this thread:https://community.adobe.com/t5/robohelp-discussions/robohelp-2017-styles/m-p/10343905 Thanks!
Hi all. I've previously been using RH 2015, integrated to our TFS server.I'm used to files automatically being checked out when you edit them.I've converted a RH 2015 project to RH 2020 format, and uploaded it to our TFS (Azure DevOps server) via my Visual Studio 2019 client (because for the life of me I couldn't get it to work from RoboHelp with the instructions here: https://helpx.adobe.com/robohelp/using/devops.html)I have set the Version Control preferences for TFS, and created and added a connection to the project ok. "Get Latest" succeeds without errors.If I lock/unlock a file in RH2020, I can see it being checked out/released in the Visual Studio 2019 client.But I can't save edits!It doesn't matter whether I lock the file or unlock the topic before editing, every time I hit save, I just get "Error. Failed to save file."Any tips? I can see the file being checked out on the TFS server when I click "lock" on a file, and then being release when I click "unlock".The local
My company purchased Robohelp for me to use. It then allowed me in to the Creative Cloud Teams plan. Two different logins on my Adobe page. It is absolutely impossible for me to use Robohelp, Photoshop, XD at the same time, something I did ALL THE TIME BEFORE. Why can't I use ALL MY PRODUCTS?
Hello,I have a numbering problem with multi-level lists. If I use a numbered list and between two numbered lines I want to insert a Paragraph style text. What happens is that the rest of the list after the Paragraph text automatically restarts at 1, which is not what I want. Is there a way to make it continue to 3 without having to set the restart numering.See the example:1. Instruction 1...2. Instruction 2... IMPORTANT Do not delete the client ID.3. Instruction 3 (I want to continue to 3 without having to define the restart numbering, in fact just tell it to continue)
Does anyone use the expand all/collapse all button with the frameless layout? I'm setting up a new layout and I'm wondering about the purpose of that particular button. There are some topics with multiple headings and sections, but the button doesn't affect the display of these topics. It also doesn't affect the display of the table of contents on the left.
When I am generating Responsive HTML as output, images are appering fine on my local machine, but when I am pushing it for production, some of the images goes missing. This doesn't happen in case of webhelp.I am using Robohelp 11, can anyone please tell me what could be the possible reason and how to fix it?
Is it possible to set up some standard image sizes to apply as a style in RoboHelp?
Hi! Using RH 2020 and discovered an interesting issue that I can't resolve. When I generate printed output, the links that are in tables are placed in a separate line, as seen in the attached image. This does not happen in my html5 output, which uses the same css, and it does not happen to links that are not in tables. I am using 1 master page, which references 1 css file. CSS is:a {display: inline;color: #01637c;text-decoration: underline;}Has anyone else run into this? Any suggestions are much appreciated.
I'm using RH 2019 New UI version - did RH remove the ability to edit the "inline script" when you're trying to insert inline JavaScript for a custom button like we used to have in version 2017? Thank you so much, everyone. Really appreciate it.
Hello, I dockerized AEM (6.5) Author and Publisher and able to run them locally on same network. Made necessary config changes in Author to establish replication with Publisher but Replication test is failing with below error.Does has anyone faced this error ? any recommendation how to fix it ?Error: Replication test to http://localhost:4503/bin/receive?sling:authRequestLogin=12021-11-10 11:56:07 - Create new HttpClient for Default Agent2021-11-10 11:56:07 - * Auth User: admin2021-11-10 11:56:07 - * HTTP Version: 1.12021-11-10 11:56:07 - * Connect Timeout: 9000002021-11-10 11:56:07 - * Socket Timeout: 9000002021-11-10 11:56:07 - adding header: Action:Test2021-11-10 11:56:07 - adding header: Path:/content2021-11-10 11:56:07 - adding header: Handle:/content2021-11-10 11:56:07 - deserialize content for delivery2021-11-10 11:56:07 - No message body: Content ReplicationContent.VOID is empty2021-11-10 11:56:07 - Sending POST request to http://localhost:4503/bin/receive?sling:authRe
We recently coverted a RH2017 project to RH2020 (our exact software version is 2020.6.76). In the project, notes are created using one-row, two-cell borderless tables in which the first cell contains the note image. We generate using using Responsive HTML5. The issue: In the generated help, the note image shrinks as the display window's size is reduced. We need the image to remain the same size no matter what size the display window is. The following screenshots show the difference between the largest display size (monitor width) and the smalllests. The note image is circled in both. Screenshot 1 - display at monitor widthScreenshot 2 - display is at its smallest Here's the code for the table from the screenshots:<table cellspacing="0" style="margin-left: 50px;" width="89.512%"> <colgroup> <col style="width: 3%;" /> <col style="width: 93.778%;" /> </colgroup><tbody>  
I have just started to evaluate the RoboHelp 2019 trial. In the mean time i recognised that a new RoboHelp version (RoboHelp 2020) is available. I wanted to continue the trial evalutaion on RoboHelp 2020. I insatlled the new version, but i coud not start the triel period in RoboHelp 2020. How can i proceed it?
I would appreciate any help/insight on this issue:Videos play in the preview in the Author view and when viewing the output in Robohelp and when launching the output from Windows Explorer. But they won’t play when accessing the help output from the server as a client would access it (from the web).Here are the details:I’m using Robohelp 2020.6.76The project was converted from Robohelp 2019 (Classic). The issue is occurring with all videos in the project: the ones that existed in the project before the conversion, and the new ones that we add post-conversion. We didn't experience this issue before the conversion.The videos were first imported into Contents of the project by right-clicking the folder and selecting Import > File.I’m adding the videos to a topic using the Insert Multimedia button and navigating to the folder in Contents where they are stored. The topics containing the video are hyperlinked in another topic.The videos are MP4s. They average about 28,000 KBs.When I click
I am having issues with RoboHelp 2020 where any time I generate a responsive html 5, the table of contents is not viewable after clicking the html link in the output folder. I have tried auto-creating a new TOC after making changes to the contents and have verified the Table of Contents drop down menu shows the correct TOC when editing the responsive html5 layout. Again, no output is viewable when clickin the html link in the folder the project outputs to.
RoboHelp is automatically adding numbers to the topic header. I have looked at the master page but can't edit or delete the number. Does anyone know how to fix this? Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.