How to Fix Index Keyword[colon]Subkeyword in RH 7 HTML

I have a longstanding RH X5 for Word help project that I have compiled as Win4 Help (*.HLP) countless times. The Index formats nicely with Keywords on the left margin and Subkeywords indented beneath their respective Keywords.
When I open a copy of this same project in RH 7 HTML (see post here), the Keywords in the Index format as expected, but the Subkeywords do not indent beneath their respective Keywords.  Instead, the Keyword plus a colon appears before each Subkeyword.
For example,
Reports
    Detail
    Summary
appears as
Reports
Reports:Detail
Reports:Summary
This use of colons and not indenting prior to Subkeywords persists in all my outputs from the newly-opened RH 7 HTML project.  This is not acceptable.
I hope that someone has the answer on how to either
open a RH X5 for Word project in RH 7 HTML, such that either the Index Keywords and Subkeywords behave properly and show up like the first example above.
OR
provide a workaround short of manually editing the HTML code, to supply the Index Keywords and Subkeywords as shown in the first example above.
Thank you,
Marjorie

Elisa,
I did file a bug report, referencing this forum post.  Here's hoping Adobe will fix this bug.
I did end up editing the *.HHK file using the following method:
1. Close RH7.
2. Open the existing *.HHK in Notepad.
3. Open Word.
4. Copy the contents from Notepad into Word.
5. Save the Word file.
6. Close Notepad without saving.
7. Create macros in Word that help edit the Subkeywords so they appear as unordered lists of "objects" nested right below the
list item "object" for the main keyword.
8. Use these macros to fix up the *.HHK file text.
9. Save in Word.
10. Open Notepad.
11. Copy all the *.HHK file text into Notepad.
12. Save the *.HHK in Notepad.  NOTE:  Save in a folder other than the RoboHelp project folder!
13. Open Windows Explorer and navigate to the RoboHelp project folder.
14. Rename the existing *.HHK in Windows Explorer.  (I like to change the extension so RoboHelp won't recognize it as a *.HHK
file anymore.)
15. Copy the updated *.HHK into my project folder.
16. Open the RH7 project.
I did use the GUI Index pod to make a few changes, where I found any problems in the new Index.
So, I will keep my macros and they should help me if I ever need to do this again.
If anyone wants a copy of these macros, let me know and I will copy them here.  They work in Word 2003.
Marjorie

Similar Messages

  • My MacBook Pro is running very slow when using the internet and sometimes gives the pinwheel of death, any suggestions on how to fix?

    My MacBook Pro is running very slow when using the internet and sometimes gives the pinwheel of death, any suggestions on how to fix?

    <http://www.thexlab.com/faqs/sbbod.html>

  • Unable to publish in Swf format. Get error message: 'Swf compilation failed. Note: Please verify if any of the actionscript keywords is used as user variable name'. Anyone know how to fix?

    Unable to publish in Swf format. Get error message reads: 'Swf compilation failed. Note: Please verify if any of the actionscript keywords is used as user variable name'. Anyone know how to fix?

    Hi There,
    Can you tell me the Operating System and Captivate version you are using?
    Also can you confirm if you are getting this issue will this one project or all the projects? Try to copy paste this project on a new blank project and then try to publish.
    Regards,
    Mayank

  • How can I delete topic index keywords that are no longer associated with a topic?

    I am trying to clean up the index of an older Robohelp project before it becomes part of a merged webhelp project. I do not want to include any of its index keywords or topic keywords. I've managed to remove most of them, but I have a group of troublesome entries that refuse to go away. In fact, they cause RH8 to crash. I am running Windows XP.
    Looking at the code in Visual Studio, it appears that an instruction is pointing to field which contains "zero".  (see image below) 
    I have tried creating a new index and deleting the old index, but RH just keeps adding these topic keywords (in bold typeface) to the new index. If the keywords are no longer associated with a topic, where is RH storing these disassociated keywords? If I open the .hhk, it is empty.

    Not sure why RH crashed when deleting a portion of the topic keywords manuall
    y from the index pane, but I was finally able to remove them with the Remove Unused Keywords tool. Duh! Thanks anyway!

  • Hi, some of the keys on my mac book air aren't working e.g. Hyphen, colon but others such as question mark, full stop are fine. Does anyone know how to fix. My toddler pressed some keys on keyboard and this is the result!

    Hi, my toddler pressed some keys on my keyboard and now some of my symbol keys such as comma, hyphen etc do not work. Others such as . and ? Are fine. Does anyone know how to fix? Thanks

    You may have this sorted out by now - but if not try resetting your Language to English.  I had the issue and found the emoji keyboard was set to spanish.

  • Index Keywords Missing

    Hi! I need help on RH x5 index.
    Here's the problem:
    After indexing about 75% of the files in the project, I tried
    to publish and everything's working fine. After I indexed all of
    the files, everything's messed up.
    My primary layout is WebHelp. The first few index keywords
    ("$300,000" to "Forms") are displaying very well. However, index
    keywords following the word "Forms" are all messed up - some are
    not showing, some are displayed but parent keywords are missing.
    Now, when I try to publish CHM, everything's showing, except
    that they're not in alphabetical order. It shows "ZAP" on the top
    of the index, and shows "$300,000" as the last entry.
    What could be wrong? Is there a limit in file size? Or
    probably the number of entries? The size of the HKK file is 469KB.
    TIA.

    I'm no expert, but I've had my index "issues" over the years.
    I think anyone wanting to help you will want to know whether you've
    tried using the Binary Index setting in the Project Settings.
    We have projects with much bigger HHK files than yours, so
    that's not the problem.
    Have you opened up the HHK file in Notepad (or other text
    editor) and taken a look?
    We had the type of problem you described when we imported
    topics from a different project and
    those topics had keywords saved in them (instead of in that
    project's HHK file. This was caused by a bug in RH X5.
    If you did that, I can give you the workaround we used.
    (Sorry if the formatting below isn't ideal -- I'm just going to
    paste the whole thing in from a different source.)
    Warning: It is time-consuming if there are many keywords to
    fix.
    1. With the project closed, have someone with MS Access open
    its .cpd file and print out KKeywordList. From this printout you
    can see which keywords are causing the problem, because the
    problem-causing keywords have a negative value.
    2. Delete the .cpd file.
    3. Make a backup copy of rhkkeyword.apj.
    4. Using Notepad, open rhkkeyword.apj and add the problem
    keywords manually in this format:
    <keyword>
    <name>Testing</name>
    <keywords/>
    </keyword>
    Multi-level keywords are inserted as follows:
    <keyword>
    <name>first level keyword</name>
    <keywords>
    <keyword>
    <name>FIRST subkeyword</name>
    </keyword>
    <keyword>
    <name>SECOND subkeyword</name>
    <keywords/>
    </keyword>
    </keywords>
    </keyword>
    Warning: The
    <keywords/> tag occurs only once for each main
    keyword, and it occurs after the last subkeyword, if any, as shown
    above.
    5. Save and close rhkkeyword.apj.
    6. Reopen the project and click the Index tab. If RoboHelp
    fails to open or crashes, then you know there are syntax errors in
    rhkkeyword.apj. Delete the .cpd file, fix rhkkeyword.apj and try
    again.
    7. When RH's index is displaying properly, check for any
    subkeywords whose main keywords are not defined. (These appear
    bolded.) For example, if you have "batching\grouping" but not
    "batching", add "batching" to a topic.
    8. Recompile help and check it carefully.
    Hope this helps.
    Eileen

  • Does anyone know how to fix an error in cc photoshop on Win8 that says puppet warp could not complete request due to program error?

    Does anyone know how to fix an error in cc photoshop on Win8 that says puppet warp could not complete request due to program error?

    Questions on using a specific program should go in that program forum
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Help on how to fix macbook pro 13inch 2010 (cpu 1 caller 0x47f5ad)?

    help on how to fix macbook pro 13inch 2010
    Hi, I need some peoples help on fixing my laptop. I have a macbook pro 13 inch 2010 model, and it refuses to boot into either osx or windows. Every time I prevoiusly treid to boot into mac osx I got this error "panic (cpu 1 caller 0x47f5ad)". there is an image below. and when I had treid to boot into windows (bootcamp) I got this error "A disk read error occured Press Ctrl+Alt+Del to restart". I have treid to restart the computer and gotten both these errors agian. The strange things is this deosn't always happen, sometimes I don't get any errors, and it just has the apple logo whith the spinning loading thing happening below (I left this for an hour and it still kept spinning, and never loaded). Other times it just show white whith no errors but never loads, sometime it lets me alt to select which os to boot into (nether work), but other times it just freezes and shows a mouse cursor on the white background. it's not consistent.
    Most recently it has a flashing folder on a white background. I treid inserting my osx disc and went into disc utility but it doesn't detect my hardrive. It may be a faulty hardrive or sata cable but I dont know (I have links below). I was recently (well for the first time), defragmenting my windows partition, it hit temparatures of 80-85C, and stayed at that for several hours throughout the defragmentation, would this have damaged it? 
    I have scoured the internet and found many people whith very similar problems to me but none whith the same, and A lot of people saying that if you get the error you should just use a time machine backup, the thing is I don't have a time machine backup. The internal hardrive I am currently using on my laptop is a seagate 640gb 5400rpm (it's not an apple harddrive). every thing else it standard, standard ram and no overclocking, I was running 10.6.8 snow leopard, and windows xp profesional 32bit (split 320gb each, whith about 10gb spare on each parttion).
    It would be greatly appreiciated If any one could shed some light on what I should do. I need the laptop working whithin the week (for my tafe work), but If I have to reinstall the OS's and programs it could take a long0I have a lot of programs and that could take a month. not to mention The fact that the hardrive might be completly fine and it's just a faulty sata connection. but then would I still be getting an error if thats all thats wrong?. and if it is just the error is there anyway I can fix it whitout doing a fresh install, there a error reading document blow but I cannot make heads or tails of it. I also have almost no money to afford getting it fixed.
    also one last thing, I stupitidely inserted my mac osx disc 95% of the way into my macs slot loading drive when it was powered down (off). when I turned it on it sucked it in fine, but would that have caused any damage to the disc or laptop (I cannot eject the disc to check)
    I have images of many of the things I described below. So any suggestions.
    I have also posted this on several other websiets if that helps)
    Photos
    http://www.flickr.com/photos/100089102@N08/
    "panic (cpu 1 caller 0x47f5ad)" error issues
    http://forums.macrumors.com/showthread.php?t=1177233
    http://reviews.cnet.com/8301-13727_7-10344626-263.html?tag=mfiredir
    https://discussions.apple.com/thread/3256029?start=0&tstart=0
    http://www.mac-forums.com/forums/switcher-hangout/258078-macbook-pro-will-not-st art-up.html
    https://discussions.apple.com/thread/3965618?start=0&tstart=0
    Hardrive issues
    https://discussions.apple.com/thread/4225754?start=0&tstart=0
    http://www.mac-forums.com/forums/other-hardware-peripherals/242064-hard-drive-no t-showing-up-disc-utility.html
    How to read errors
    http://developer.apple.com/library/mac/#technotes/tn2063/_index.html
    other websites
    http://au.answers.yahoo.com/question/index?qid=20130808212838AAYDeTk
    http://forums.macrumors.com/showthread.php?p=17706929#post17706929

    The problem may be that your macbook is'nt set to 'mirror image' if you go into settings, onto 'displays' there should be an option within, once youre connected, to 'mirror image' if you check this box, then the problem should be sorted, if not then maybe a dodgy cable or adapter.

  • My iphone 4 went into recovery mode for some reason and it is unable to be restored. any ideas how to fix this?

    my iphone went into recovery mode for some reason and is unable to be restored. it wont turn on and when plugged into a charger it shows a usb and itunes symbol. so i plugged it into my mac and connected to itunes then itunes said it has detected a phone in recovery mode and needs to be restored. so it goes through the restoration process for a couple minutes or so then stops and says itunes is unable to restore because an unknown error occurred (2001) or (2006) and other times i try it says its unable to restore because itunes cant detect the device... any ideas how to fix this?

    Errors 2000-2009 (from Apple support): If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. If you are using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that does not resolve the issue, try the USB issue-resolution steps and articles listed for Error 1604. If the issue persists, it may be related to conflicting security software.
    2001: Use up to date software. Make sure your device is in DFU Mode: http://www.iclarified.com/entry/index.php?enid=1034
    2006: Use a different USB cable. Possibly the one that came with your iPhone.

  • My source audio isn't importing. Any ideas for how to fix?

    The audio is there. I've watched it in VLC, and the audio is there. Whenever I import the footage, though, it goes missing. Any ideas for how to fix it?

    Welcome to the forum.
    First, more information would be useful. See this FAQ Entry for what info will help: http://forums.adobe.com/thread/961741?tstart=0
    Also, when you Import your AV file, do you allow PrPro time to Conform the Audio portion? For more info on Conforming, Indexing and PEK file creation, see this article: http://forums.adobe.com/message/3892177#3892177
    Good luck,
    Hunt

  • TS1398 I seem to be experiencing some technical difficulty when trying to load up my Facebook home page and also other people's FB home pages. My iPad initially starts to load the page, but then abruptly closes Safari. Any ideas on why/how to fix?

    My Safari abruptly closes when trying to load my Facebook home page or the home page of others. It seems like there is too much info trying to load so it just shuts down. Any ideas on how to fix?

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    See also http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Extension_issues
    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • How to Fix Encore "No Disk Error"?

    When trying to start Encore CS5.0 I get an "Encore.exe - No Disk" error box.  The box says "There is no disk in the drive.  Please insert a disk into drive\Device\Harddisk8\DR8".  There are 3 buttons: "cancel", "try again", and "continue", none of these get rid of the error box and I can't open Encore.
    I've reinstalled Encore, no effect.
    I disabled a device in location 8 and the error box message changed to "There is no disk in the drive.  Please insert a disk into drive\Device\Harddisk4\DR4."  I re-enabled the device and the error box reverted to the original "...\DR8." 
    Appreciate any help on how to fix this.  Thanks.
    --Dave

    Encore "No Drive" Error http://forums.adobe.com/thread/569230 may help
    Also... Things and Software to AVOID when authoring/burning a DVD
    Start --> http://forums.adobe.com/thread/608660
    #2 has WHY Explained http://forums.adobe.com/thread/607390
    Plus http://forums.adobe.com/thread/562941
    Create an ISO (Encore) or folder on your hard drive (Encore or Premiere Elements) and then use the FREE http://www.imgburn.com/index.php?act=download to write files or folders or ISO to disc for DVD or BluRay (send the author a PayPal donation if you like his program)
    Imgburn will read the ACTUAL disc brand from the disc, which is not always the same as the box label (Memorex is notorious for buying "anything" and putting it inside a Memorex box)
    When you write to disc with Imgburn, use the SLOWEST possible speed setting, so your burner has the best chance to create "good, well formed" laser burn holes... since no DVD player is required to read a burned disc, having a "good" one from a high quality blank will help

  • I have a 11/2 inch line on my 1st gen iPad. Any ideas on what's wrong and how to fix? Appreciate any replies.

    Have a 11/2 inch wide black,sometimes white bar on screen. Any ideas on what's wrong and how to fix? It's a first gen iPad. Would appreciate any replies. Thanks

    Hi Chuckfrombc,
    Based on your description, it sounds like there may be a hardware issue with your display. You may want to consider taking it in for evaluation and service; you may find the following page helpful (if you are not located in the United States, make sure to select your correct country from the dropdown):
    Service Answer Center - iPad
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipad
    Regards,
    - Brenden

  • Broken links with index keywords

    Using RH 8, I have 20 broken links associated with index keywords. can someone advise how to easily get rid of these broken links?
    Many thanks

    I assume you are talking about links to index keywords rather than unused index keywords. If so, you have references to those index keywords somewhere inside your project. Your options are to repair the links or remove the references. If you right click on each broken link there are options to Edit, Restore and Show References which will help you find out what is going on.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Broken Links Index Keyword

    Hello All,
    I have a bunch of index keywords that show up under Broken
    Links and I can't seem to resolve them. RoboHelp help has a topic,
    "Removing topic references from keywords" but their procedure
    doesn't work for me. If anyone has figured out a fix, let me know.
    M.S

    Well, I think I got it figured out. This may not be the best
    way, but I'll share it with the community anyway in case anyone
    else needs it.
    1. In RoboHelp go to Tools > Reports > Broken links.
    2. Save the report to a text file.
    3. Close RoboHelp (it'll crash later if you don't)
    4. Find the .hhk file in the project folder (back it up
    before starting)
    5. Open the .hhk file with WordPad.
    6. Copy part of the "Missing Topic" path from the report and
    search for it in the .hhk file.
    7. When you find the keyword reference, delete everything
    between the <li><object
    type="text/sitemap"></object> tags.
    8. Save the .hhk
    Note: after doing this, I had to restart my computer before I
    could open a topic in RH without it crashing.

Maybe you are looking for

  • Find item in zip file without extracting

    Hi Guys! Weird question today! I'm looking for files like sin*.dat into a specific file-server folder that may contain subfolders and zip/7z folders. With powershell i'm not able to find this files into zip/7z folders and i can't unzip those folders

  • Open File Dialog Box (JS)

    I know that in order to open a file dialog box and get a file I have to use this code: myFile = File(File.openDialog("Import XML","XML Files: *.xml")) This is what I use to open XML files. Now I want to be able to open a folder based on the label of

  • Updated my Iphone 4 to IOS5

    I thought that the camera icon would show up on the lock screen to be able to take pictures faster. My camera icon did not default to the lock screen. Is this a action only available on the Iphone 4S or is it available with the IOS5 update like it st

  • X-Axis Scales and Dates Issue

    Hello, really hoping that someone can help me. I have a crystal reports report with a chart. The chart uses dates as the x-axis and numeric values on the y-axis. All I want to do is change the x-axis sacle to be 14 day intervals. Seems simple enough.

  • Photoshop menu changes when video is applied.

    This is encore CS6 I have been trying to figure this out for a while and can't seem to. I have a photoshop menu consisting of a white background with text and a couple images. I created a video to apply to the menu. On its own, the menu is fine, but