Unable to add Search Tab to HTML Help

In RoboHelp HTML 6 I check Search Tab in the Window
Properties dialog but after I compile, no Search Tab is available
in the compiled help. Other Window features seem to switch on or
off as expected. This project was converted from WinHelp (RoboHelp
2002 for Word) at some point. I'm not sure what import/conversion
process was used to move it to HTML Help. Other project aspects
seem to work OK. Previous WinHelp to HTML Help conversions have not
experienced this problem. Any suggestions would be welcome.

Hey Rick,
I actually tried that pretty early in the process, but still
ran into the same problem. The good news, though, is that I seem to
have fixed the project. It's a bit of a kludge, but whatever works.
I opened the *.hhp file for the project in question in
Notepad, then opened the *.hhp file for another project that had
the search tab, and compared them. I ended up making the following
changes in the problematic project's *.hhp file to make their
settings match:
In the OPTIONS section, changed Full-text search to Yes.
In the WINDOWS section, changed the settings for the
project's main window to the following:
"Project
Title","project.hhc","project.hhk","","",,,,,0x40040520 (etc.)
That last number in the line was something entirely different
originally, and I think that's where the problem lay. Saved and
closed the file, then recompiled and the tab now shows up.
Hope this helps!
Best,
Melinda

Similar Messages

  • Searching for a term using the Search tab in HTML Help doesn't find all relevant topics.

    I'm using the Search tab in the HTML Help window to search for a few words.  But those words are not being located within the topics.  For example, one of the words for which I am searching is Australian.  I can find the topic that contains that word using the Contents tab.  But the Search tab doesn't find it.  I have even tried copying the word from that topic into the Search box but it is not found.
    Is there a known bug in HTML Help search capabilities?

    Is this a stand alone CHM file or is it merged? If it is merged, does the word appear in the search in the CHM containing the topic is searched? I assume you've checked that your Stop List doesn't contain the word being searched?

  • How to add search tab in the .chm file

    Hi All,
    All these days, I was using RH -5 to create the .chm file. Today, I moved onto RH -9. The chm file had the Search option enabled automatically in RH-5. But in RH-9, Glossary option alone is available and I am not able to add Search tab adjacent to the Index tab. Please refer to the screenshot for more clarification.
    Please help me to solve this as the client would expect Search tab for sure.
    Regards,
    Lata

    Hi Lata
    What you are showing in your image is a mismatch. The tab says Glossary but the contents of the tab show Search.
    I think in this case I would suggest attempting to define a new window with the attributes you need. Then configure that window as the default for the layout you are using.
    You define the window by:
    1. Ensure Microsoft HTML Help is the default layout.
    2. Click View > Pods > Project Set-up and you should see the windows there.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Crash on search function for HTML Help file (.chm) when connected to a Visual C++ application

    Crash on search function for HTML Help file (.chm) when
    connected to a Visual C++ application
    I use the RH_ShowHelp API command to connect a HTML Help file
    (.chm file generated by RoboHelp Word X 5) to my Visual C++
    application. My application is able to call up this HTML help file
    in context-sensitive mode and everything is working great in the
    Contents and Index panels EXCEPT when I click on List Topics (after
    I enter a KEYWORD for search) in the Search panel.
    I got an error that said “Unhandled exception in
    xxxx.exe.(HHCTRL.OCX):0xC00000FD: Stack overflow”
    I am able to execute this .chm file by itself and the search
    function works well in this case. I am using HHActiveX.dll that is
    created on 2/23/04. Is this the correct version?? Any advice what
    to do here??

    Hi agschin and welcome to the RH forums. The hhactivex.dll
    file is not used by the search function so you can rule that our.
    Have you tried recompiling and seeing if the problem still happens?
    You can also start the Bug Hunter feature in RH - View > Output
    View and then select the Bug Hunter button - and see if that throws
    up any clues.

  • Add Search Tab

    I am trying to add the search tab. The Window option boxes
    are selected as per the Help. There is already an Index and
    Contents. But the search tab will not display. A co-worker advises
    her experience is that if you don't add at the beginning of the
    project, you cannot add it later. Is this true, or is there a
    workaround?
    Any help would be most appreciated.
    Joe

    If your output is webhelp, there is a check box in the second
    page of the wizard.
    If you output is compiled help (CHM), then look at the Window
    properties. There should be a check box there for the search tab.
    If you don't see one, make sure that HTML help is set as your
    primary output and then create a new window. The properties of that
    will have one.
    You can switch it on and off any time you like.

  • I am unable to add another tab; I've tried clicking the + button, Ctrl-T, or going to File, Add New Tab.

    I love the tab feature and with the new 5.0 version, I am unable to access that feature. Please fix ASAP!

    Uninstall the '''''Ask Toolbar'''''. It causes that problem.
    *http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    *http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on
    *http://kb.mozillazine.org/Uninstalling_toolbars
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]

  • Unable to add custom tab in ME21N using BADI ME_GUI_PO_CUST

    Dear All,
    I need one extra tab in Item Details of ME21N.
    This extra tab should have two fields of my own.
    I have put the coding in the SUBSCRIBE method of the implementation of the BADI ME_GUI_PO_POST as follows:
    data: ls_subscriber like line of re_subscribers.
    we want to add a customer subscreen on the item detail tab
      check im_application = 'PO'.
      check im_element     = 'ITEM'.
    each line in re_subscribers generates a subscreen. We add one subscreen in this example
      clear re_subscribers[].
    the name is a unique identifier for the subscreen and defined in this class definition
      ls_subscriber-name = 'Event Details'.
    the dynpro number to use
      ls_subscriber-dynpro = '0001'.
    the program where the dynpro can be found
      ls_subscriber-program = 'SAPLMEPOBADIEX'.
    each subscreen needs his own DDIC-Structure
      ls_subscriber-struct_name = 'ZSM_PO_STRUC'.
    a label can be defined
      ls_subscriber-label = 'Event ID'.
    the position within the tabstrib can be defined
      ls_subscriber-position = 5.
    the height of the screen can be defined here. Currently we suport two screen sizes:
    value <= 7 a sevel line subscreen
    value > 7  a 16 line subscreen
      ls_subscriber-height = 7.
      append ls_subscriber to re_subscribers.
    I put breakpoints in the implementation of the method, and it is going into it, yet the extra tab is not getting displayed on the screen.
    Please give your suggestions on this.
    Regards,
    Prosenjit.

    Hi Prosengit,
    I am not aure about u r BADI,
    BUt last week i have custom tab in the PO header data using this enahncement 'MM06E005'.
    IN thi senhancement u have thrre screen exits.In this enhancement
    SAPMM06E        0111 CUSTSCR1 SAPLXM06        0111 Subscreen: PO item
    u can add subscreen and u can add u r own fields here .
    and u can write u r code in 'EXIT_SAPMM06E_006'.
    if u want to change the title of the program.
    Go to program SAPLXM06 then go to text element give text symbol no as '111' and u can change the title of u r tab.
    I hope this solves u r problem.

  • Robo HTML Help Author Message

    Hello,
    I'm new to this forum, and I hope someone can assist me with
    this issue. I've only been using RoboHelp (HTML) for about 4
    months.
    I deleted a custom window (for the navigation pane in the
    HTML viewer) in a project I updated because after I compiled the
    project the tri-pane navigation pane didn't appear correctly
    (didn't have the Contents, Search, and Index tabs.) It only allowed
    a user to type in a keyword for the topics to display. So, after
    quite a bit of troubleshooting, I deleted the custom window and
    just used the default window. I recompiled the project, and the
    navigation pane appeared with all of the three correct tabs.
    However, evertime I select a topic under the Contents tab, this
    HTML Help Author Message appears:
    "The window name "AutoSPRINK VR 6" passed to HH_GET_WIN_TYPE
    has not been specified."
    "AutoSPRINK VR 6" was the custom window I deleted, but I
    didn't think that would make a difference. It does go to the topic,
    but only after I click OK twice on the message dialog box. This
    occurs each time I select a different topic. This doesn't happen
    when I select a reference link.
    How can I get rid of this message dialog? It's annoying for a
    user to have that message pop up everytime they select a topic.
    Felnic

    Hi Felnic,
    This was a bug a long time ago and I haven't heard about it
    in newer versions but apparently it is still there. From your TOC
    right click on a topic, open Properties, and Open the Advanced
    page. From there, select a window. When you deleted your window
    definition, RoboHelp didn't clean it up in the TOC. The same thing
    happens if you change the window name. As far as I know, you have
    to manually change each topic.
    By the way, what version of RobpHelp are you using?
    John

  • Unable to add a new printer in 10.5.7 - dialog box "quits"

    Every time I try to add a new printer via System Preferences-->Print&Fax, the dialog box showing available printers briefly opens, and then quits. As a result, I am currently unable to add any new printers.
    Help?? Thank you...

    If you open Console (Applications > Utilities) and look at Console Messages you may see a reference to the Add Printer starting and stopping. This may give some clues as to the cause.
    Still in Console, if you expand /Library/Logs and then expand Crash Reporter, there may be an entry for the Add Printer app.
    If none of that is any help, then you could download the 10.5.7 Combo updater and ran that. If you updated to 10.5.7 using Software Update, then the Combo updater can sometimes repair files that were damaged by the sequential update.
    You could also get a copy of Print Therapy from fixamacsoftware. This utility can help resolve printing system issues.
    PaHu

  • Topics with ampersands (&) show up as question marks (?) inside Help's Search tab

    See the attached image.
    In the image:
    Item A shows the Topic Title inside RH.
    Item B shows what I'm typing in the Search tab of the HTML Help file. (I'm typing "GD&T").
    Item C shows the list results. Notice that when I type "GD&T" in the search tab, the results return "GD?" ion the list of results.
    In short the "T" is missing and the ampersand character shows a question mark character instead.
    How can I get it to show an ampersand in this list and not delete the letter following the ampersand.
    Thanks in advance,
    Jared
    Latest RH7
    Vista 32 bit.

    Some co-workers of mine eventually helped fix this.
    In the Topic Title field for topic titles that have the & symbol, you need to type &#38; in place of just an & symbol. This causes the & to appear within the Search tab list results. Note however that if you add this topic onto the Table of Contents, it will display &#38; there, so you will need to rename the TOC to just use &.

  • HTML Help: Showing Topic IDs in Search

    We have moved from WinHelp to Microsoft HTML Help. One of our
    customers discovered that topic ids are appearing in the "Select
    topic to Display" box of the Search tab. In WinHelp, only topics
    with Topic Names would appear here. These topics that are appearing
    are topics that were created to display on hotspots on graphics in
    the help, so I do not want them to display in the search. Is there
    a way to keep the search from displaying topics without names?
    Thanks!
    Chris

    Hi there
    No, X5 is a few versions old and doesn't have the
    capabilities 8 does.
    So here is how you might accomplish it using X5. I seldom
    will ever recommend to someone to do this but in this case it's
    necessary. Step behind RoboHelp's back and use Windows Explorer.
    Locate the offending topics and rename them from the .htm file
    extension to .xhtm. This action will cause RoboHelp to sense them
    as missing in action and list them with a red X. In RoboHelp you
    will add the files to Baggage Files in the appropriate folder. You
    will also delete the "missing" topics. Finally you will amend any
    links so that they now point to their .xhtm counterparts.
    This would keep them from being searched and allow them to
    exist in the project.
    Cheers... Rick

  • How do I add Core Audio files from my HD to the search tab?

    Hello there,
    I'm trying to add a few core audio files from my hard drive the sound effects library in Sound track. I assumed if I just coppied and pasted the CAF files in the ambience folder that is in the  ilife sound effects folder in my library that the files would automaticaly show up in the search tab in soundtrack. this is not the case.
    Can anybody help me?
    Soundtrack 3.0.1
    Thanks,
    mike

    iTunes/iPod does not provide a way of copying tracks from an iPod to iTunes except for purchased music. But iTunes can play MP3 files without conversion.
    Here are some ways of getting files from an iPod to your PC:
    Copy from iPod to PC
    It is important not to allow your iPod to sync with an empty library. If it is set to synchronise automatically you will get a message saying your iPod is linked to a different library and asking if you want to sync – it is important to press cancel as syncing with an empty library erases all music from your iPod.
    You can also prevent auto sync by holding down shift & ctrl as you plug in your iPod and keeping the keys held down until the iPod appears in iTunes.
    Once you are connected, you need to set your iPod to manage music manually.
    http://support.apple.com/kb/HT1535
    If you have an iPod with iTunes Store purchases on it, you can use it to copy your purchases to other authorized computers.
    http://support.apple.com/kb/HT1848
    However this is not allowed for other music.
    This MacMuse tip tells you how to copy music from your iPod using Windows Explorer, but it is a bit fiddly:
    http://discussions.apple.com/messageview.jspa?messageID=797432
    Otherwise you can use third party software to manage the transfer, there are a variety of programs out there, some free and some that will copy ratings and counts as well as the music files. Here is a selection, check them out and see what suits you.
    http://www.yamipod.com/main/modules/home/
    http://www.floola.com/modules/wiwimod/index.php?page=WiwiHome
    http://www.ipodsoft.com/site/pmwiki.php?n=igadget.Homepage
    http://www.copytrans.net/
    For a more complete list see:
    http://en.wikipedia.org/wiki/Comparisonof_iPodmanagers
    There is a useful background article on copying from your iPod here:
    http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/

  • Search functionality no longer works in any of my recently generated HTML Help projects

    I'm using Rh 10.0.1.292 and Rh 11.0.4.291 for different projects.
    Recently, I've noticed that the Search feature returns no results, in any of my projects that are generated in either Rh10 or 11. I just get the "No topics found" message. This used to work.
    The only thing that has been done recently (that I can think of) involved working with .slp files to fix an issue with the Glossary tab and the Search functionality in a Rh 11 Responsive HTML5 layout. (https://forums.adobe.com/thread/1690579) I can't, however, see how that would break the Search functionality in my HTML projects.
    Any ideas?

    In either Rh 10 and 11, whenever I generated a project as HTML Help (even an example project) the Search functionality was broken. Finally, when I couldn't think of what else to try, I uninstalled and reinstalled Rh 10, and that solved my problem--in both Rh 10 and 11!
    Apparently some file was corrupted, but I don't know what was broken or what caused the corruption. I am still trying to get some clarification from Adobe, but so far, I have only received the following comments:
    The robohelp cache folder and the preferences might have caused this.
    The problem can be either with the updates on system.
    If I should receive any definitive information, I will update this post.
    Thanks.

  • How to add search help for standard field LIKP-TRAID

    Hi friends,
    How to add search help for standard field LIKP-TRAID ,
    refer screen
    Program Name       SAPMV50A  
    Screen Number      2108      
    TrnsIDCode ( LIKP-TRAID ) ..
    I need to add a search help, so that i can retrieve data from Ztable.
    Thanks.
    Abhi

    Hi Abhi,
    Try using any one option:
    Create a Search Help in SE11.
    Now Goto SE11 -> Enter Ztable -> Select that field -> Click Search Help and try to assign the created Search help to that field in your Ztable explicitly
    OR
    Create a Zdata element in SE11.
    In Data Element, under Further Characteristics tab, enter Name  Parameters of Search Help.
    Assign this data element to that field in ur Ztable.
    OR
    Create a Zdomain and maintain a Value Table or Fixed Values for it.
    Assign this domain to that field in ur Ztable.

  • Can I have a Text Search in HTML Help output?

    Hello,
    I'm relatively new to Robohelp and while testing the possible output methods I found that there is no internal text search function available for the Microsoft HTML Help (.chm) file.
    Does anyone know if it is possible to enable this function?
    Thank you
    Holli

    Hi Holli
    Perhaps try creating a brand new window?
    Make sure Microsoft HTML Help is your Primary Layout by right-clicking it in the Single Source Layouts recipe box.
    Then open the Project Set-up pod and create a new window.
    Then in the Single Source Layout recipe, make sure you choose the new window you just created.
    Recompile and check.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • FR Chart Question: How to display % next to numbers?

    Hi FRville residents, I am building a report that is mapped to the Actual/Budget column. In the Grid, I added % sign through FR formatting. When I map this column in my chart, and display the value, the chart shows values only. For example let say fo

  • Full Quality Exporting Problem...

    I made a movie that is roughly around 12 gigs of memory. I exported the movie to CD Quality first so that it can be uploaded to youtube. The problem I noticed with the CD Quality, is that some of the frames jump a bit. However the movie plays fine...

  • Out-of-office Email msg still running after upgrading to Server 10.8

    After upgrading from 10.6 > 10.7 >10.85 on the same day, the out-of-office email notification of one user is still on. This is currious as I understand that 10.8.5 no longer support the out-of-office notification through the GUI. Am I wrong? Does any

  • E52 - Nokia SIP VoIP application - help needed

    Hi there, I am pretty new here.  I need the Nokia SIP VoIP application for my E52, something like SIP_VoIP_3_1_Settings_S60_3.... .sis Where can I get it? My problem is, that I can set up easily an VoIP service with my phone and it connects perfect

  • WSUS Metadata Export Error

    Running WSUS 3.0 SP2, using Windows Internal Database. OS is Server 2008 R2. I experienced the null .cab file issue. I applied KB2828185. Upon reboot and running wsusutil.exe export 'name'.cab 'name'.log, a general error is produced "<ExportError Mes