RH7 Won't Display Generated help File

I've been generating basic help files for a year now. But for
some reason last night I decided to rearrange the contents in a
help system. After doing so I noticed that I could generate the
help once. When I closed it and later tried to reopen it (without
generating new) I got a message saying
"Cannot create compiled file. It may be open in another
window. Please close all HTML help windows and try again".
When you click the help generate button it looks as though it
is generating something but then nothing opens.
If you then access the help file (.chm) in the SSL folder and
click to open it by double-clicking on it the message says:
"Cannot open the file mk:@MSITStore<filepath>
where <filepath> is the location of the .chm help file.
After the first experience of this, the help display issue
now happens with all of the help files and projects that I try to
open. These are files and projects that have been working fine till
now.
Can anyone help? I'm due to finish a project in 2 days??
Thanks

Hi there
You might try this. First, enable the Output View by clicking
Tools > Options > General tab. Ensure there is a check mark
in the "Auto-show Output View" check box.
Click OK to dismiss the dialog.
Compile the CHM again. When you do, a new tab should display
near your Topic List pod. Scrutinize what is listed there as it may
provide a clue where the process if falling flat.
Cheers... Rick

Similar Messages

  • Can I use RoboHelp to support localization and generate help files in multiple languages?

    Hi,
    Can I use RoboHelp to support localization and generate help
    files in multiple languages?
    Can I define a layout or template for RoboHelp to insert
    localized strings into the template and generate a localized help
    file?
    Thanks!

    Hi newbie_r and welcome to the RH community.
    You don't say what version of RH you have but the latest
    version (RH7) has Unicode Support that allows you to produce help
    files in most languages. The exceptions are mainly the right to
    left languages (e.g. arabic, hebrew).
    As far as the template is concerned, you can assign any text,
    image to a template and it will be applied to any topics you assign
    the template to.
    If you haven't already, I'd download the trial version and
    experiment a bit. Set up a template with what you want and then
    create a couple of simple help files containing just a few topics
    each. That will reassure you of RH7s capabilities in this
    area.

  • Since I got OS10.8.2 Safari won't display online PDF files?

    Since I got OS10.8.2 Safari won't display online PDF files?
    Can anyone tell me what the problem is?

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • RoboHelp 10 Context Sensitive Help Displays Full Help File, Not the One Topic

    I create WebHelp with RoboHelp V10 that contains context sensitive help to be displayed in a software application. When I click on any of the field names in the application, the entire Help file displays with TOC, Index, & Search, tabs but not the field level popup definition the Map ID is mapped to. I moved the RoboHelp V9 generated version files back to the server and the context sensitive help works correctly. Is there something different I need to deploy to the server to display the correct Map ID? I am using IE8 to test both conditions.
    The Map ID's the software application calls to the Map IDs have not changed between the versions of RoboHelp.

    Whilst the HHP is required to create CHMs, it can also be used to open damaged projects. Just be aware it will only be as good as the last time you generated some help and not just CHMs.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Problem Displaying generated Markup File (CLOB column)

    Dear Colleague,
    I am attempting to display the results of a generated Markup File in a Forms Text Item. The code (Below) is in a WHEN-BUTTON-PRESSED trigger.
    Step 1: generates the markup file and stores it in the MARKUP_DOCUMENTS table.
    Step 2: Copies the clob column DOCUMENT to the clob variable MYCLOB
    --> At Step 2, my form crashes !!!
    Is Oracle Forms not able to process CLOBs? The form was compiled as if there was no problem.
    How can I access the results of the generated Markup File in the MARKUP_DOCUMENTS table and present it to the Oracle Forms user?
    Best regards,
    Randy
    declare
    myclob clob := empty_clob();
    read_amount number(4):= 500;
    read_offset number(4):= 1;
    buffer varchar2(500) ;
    begin
    -- Step 1:
    ctx_doc.markup(index_name => 'documents_index',
    textkey => to_char(:hitlist_block.id),
    text_query => :search_block.search_clause,
    restab => 'markup_documents',
    query_id => '1',
    plaintext => TRUE);
    -- Step 2:
    SELECT document
    INTO myclob
    FROM markup_documents
    WHERE query_id = 1;
    -- Step 3:
    dbms_lob.read(myclob, read_amount, read_offset, buffer);
    -- Step 4:
    :markup_block.markup_text := buffer;
    go_block ('markup_block');
    exception
    when others then
    message ('Document could not be displayed: '||dbms_error_text);
    end;

    Hello,
    This is what i use to display an HTML Forms Text Item:
    Declare
       lc$Texte  Varchar2(2000) ;
       lf$fic client_text_io.file_type ;
    Begin
       lf$fic := client_text_io.fopen('c:\test.htm', 'w');
       client_text_io.put_line( lf$fic, '<html>' ) ;
       client_text_io.put_line( lf$fic, '<script language="JavaScript">' ) ;
       client_text_io.put_line( lf$fic, 'parent.window.resizeTo(600,400);' ) ;
       client_text_io.put_line( lf$fic, '</script>' ) ;
       client_text_io.put_line( lf$fic, '<body>' ) ;
       client_text_io.put_line( lf$fic, '<FONT face="sans-serif" color=#1B62AB size=2>' ) ;
       client_text_io.put_line( lf$fic, replace( :MAILS.TEXTE, CHR(10), '<br>') ) ;
       client_text_io.put_line( lf$fic, '</body></html>' ) ;
       client_text_io.fclose( lf$fic ) ;
       client_host('cmd /C START "x" iexplore.exe c:\test.htm' ) ;
       client_host('del c:\test.htm' ) ;
    End;Francois

  • Din font won't display in pdf file since December update to version 11.0.10

    I upgraded my Acrobat to version 11.0.10 just before the Christmas break. Din font is my corporate typeface and I used it yesterday to create an invoice in Mac Pages only to discover that I cannot view the pdf as the font won't display in Acrobat. And to add to the problem my clients who are using the same version of Acrobat are unable to view the font either on the pdf. It all worked fine before the upgrade.
    What can be done to rectify the problem? I need to fix this asap.
    This error message appears when I try and open the file "Cannot extract the embedded font 'DQPJNL+DIN-Medium'. S"
    The DQPJNL bit changes depending on the file being opened but essential Din font won't display.

    Hi,
    Please check if DIN font is embedded in your PDF by going to File > Properties > Fonts
    If no, then you might need to go to 'Tools > Print Production > Preflight'
    Then, open the PDF fixups section, click on Embed fonts fixup and choose 'Analyze and fix button'.
    Please check and let me know if you are able to view the font now.
    Regards,
    Anubha

  • Searches in generated Help Files

    Hi,
    I create help files for multiple customers from the same project. I have multiple table of contents with lots of topics that need to be customized for different customers. After I generate the help files I do a search as a test. The problem is that the Robohelp search result includes topics that I did not include in the table of contents.
    thanks for your help

    Hi Eileen
    I'm hoping that you and all others that find this to be a problem will take a moment and file a bug with Adobe on it. I filed one for the Exclude from Search not working for CHM files, but got a note back stating something along the lines of "it's a limitation with the CHM format". Personally, I believe they can make it happen if they want to. After all, we can make it happen ourselves if we really want to put forth the effort. So the application needs to assist us by making it easier.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Robo 5 generated Help File (CHM) is not displaying the target Help page

    Hi,
    I am using Robo 5. AFter generating the CHM file and linked to the target application, the CHM file is not displaying content for a specific page.
    The concerned topic, for which the CHM is not displaying content, is included in TOC also.
    When the target topic in the TOC is clicked, the CHM file is displaying the following message: Navigation to the webpage was canceled.
    Can anybody tell me why it is happening like that?

    Does it display OK if you open the help independently of the application?
    If it does, then the problem has to be in the call.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • Preview won't display certain pdf files

    I have Preview 3.0.9 (409) on Mac OS 10.4.11.
    I have never had any problems opening pdf files with Preview before, but I have come accross a couple recently that wouldn't work. One opened with just a blank white page while another said: File error. Couldn't open the file.
    I tried both pdf files on my iBook with the same problems. However, I then tried them on my new ipod touch and both worked fine (with text and graphics as you'd expect, nothing out of the ordinary).
    These are reputable business files so there is no reason why they shouldn't work.
    Why won't they open on Preview in OS X?
    How can I open them??
    Many thanks for all replies.

    Certain parts of OS X including Mail and Preview are not upgradeable.
    To extend the useful life of Tiger 10.4 and open modern PDF files, you may be interested in downloading Adobe Acrobat Reader 9.4.0, then downloading and installing the current update to 9.5.0 which was released January 10, 2012. If you need Intel versions instead click here for 9.4.0 and then update with the Intel 9.5.0 update.
    The 9.5.0 update is only incremental and you MUST install the 9.4.0 version before you can update to 9.5.0! In the future Adobe Updater will automatically notify you of further updates that may become available. However, keep in mind that support will eventually drop for this 7-year-old platform.

  • IMac 2.66 Radeon HD 2600 Pro: some Excel files won't display in ppt decks

    Running Leopard 10.5.8 and MS Office 2004
    Two iMac (8.1) 2.66 GHz with ATI Radeon HD 2600 Pro video won't display some Excel files in PowerPoint decks, but iMac 1.83 GHz Core Duo will display o.k. as will MacBook Pro, MacBook, etc. Installing a trial version of Office 2008, both iMac 2.66 GHz display the PowerPoint files o.k.
    I could downgrade the users to Intel iMac 1.83 GHz, or buy two copies of Office 2008 and support them, neither of which is a great solution.
    Looking for a simple fix or workaround on what seems to be a video card issue. Don't seem to see this problem or a fix on the ATI site. I've googled this but haven't run into a similar issue.

    Well, Office 2008 is only $110 USD at http://www.amazon.com/Microsoft-Office-2008-Home-Student/dp/B000X86ZAS/ref=sr11?ie=UTF8&s=software&qid=1251560959&sr=8-1
    That seems the least expensive solution to me.

  • CSS won't display on DW page files to which template is applied

    CSS links fine to template, but when applying template to page, styles won't display even though path to CSS file is correct in template.
    When file is uploaded to server it links just fine to CSS and styles display online as they should.
    See: http://dstall.com/sfm/
    But I cannot see page as styled when working on files.
    This is very annoying as I cannot see what final output will be when laying out my pages because styles won't display in page files, only in template file.

    change this:
    <link href="css/sfm.css" rel="stylesheet" type="text/css" />
    <head>
    to this:
    <head>
    <link href="css/sfm.css" rel="stylesheet" type="text/css" />
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Tutorials  - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Help file for CS5 not available on Win 7 64bit

    Hi,
    I try to display the help file from within PS CS5 and that is not working. I can neither watch the community help online nor download it for offline use since the app seems unable to connect to a working online source.
    It shows "The requested URL /de_DE/Photoshop/cs/using/AH_HOME.html was not found on this server."
    All apss have been updated to the newest release, everything else is working fine.
    I use Win 7 64bit German, PS is also installed in German.
    Any ideas?
    Using a browser the help content is reached via URL http://help.adobe.com/de_DE/photoshop/cs/using/index.html
    Maybe the software is looking for AH_HOME.html in error instead of index.html.
    Nachricht geändert durch Beholder003

    Hallo Beholder (und hfuhr)
    (wir sprechen ja alle deutsch ... ;-)
    Das hatte hfuhr weiter oben wohl nicht gelesen, dass der Aufruf der Online-Hilfe wie beschrieben ja funktioniert. Vor irgendeinem Update (oder nach Grundinstallation?) muss der download mal gegangen sein, denn ich hatte einen Teil der Photoshop Hilfe offline. Bei meinen Experimenten habe ich diese gelöscht (weil nicht aktualisierbar) und der Download steht eben wie beschrieben für Photoshop nicht mehr zur Verfügung. Ich habe nun beschlossen, "not to waste my time". Da ich, wenn ich die Hilfe gelegentlich brauche, an einem Arbeitsplatz sitze, wo ich ebenso das Internet brauche (und entsprechend habe), ist die Online-Hilfe auch verfügbar (und dafür wird mein Rechner nicht zugemüllt ;-).Ok, dem gegenüber steht vielleicht der (dein?) Wunsch, nicht immer online zu sein und dennoch die Hilfe verfügbar zu haben, aber was hilft's, wenn wir nicht wissen wie es zu lösen ist :-(
    Wenn Adobe dazu nichts einfällt oder keinen Kommentar abgibt, lasse ich es dabei bewenden. Es würde für mich so aussehen, dass dieser Download von Adobe derzeit nicht zur Verfügung gestellt wird bzw. die Funktionalität der Online-Hilfeseite "gestört" oder nicht gewünscht oder sonstwas ist?!
    Grüße
    MCMattyTheCook

  • Generating hlp files in RoboHelp HTML

    Is it possible to generate .hlp files from RoboHelp HTML version 9? We're generating help files for an older program that only uses .hlp or .chm files. I've only been able to generate .hlp files from RoboHelp for Word, and I don't really want to use it any more. But I haven't been able to generate .hlp files from RoboHelp HTML.
    Thanks.

    Hello PP
    I'll be happy to hazard a guess as to why RoboHelp doesn't "do" WinHelp. It has to do with the history of RoboHelp. Way back around 1992 or so, RoboHelp existed largely as a plug-in to Microsoft Word that made it a lot easier to create WinHelp files. Basically it was a set of macros that formatted the arcane coding necessary inside Word documents that made things work for the WinHelp compiler.
    HTML emerged later on and the first version of RoboHelp HTML was born. This created an entirely new format and an entirely new application (RoboHelp HTML or RoboHTML) was born. HTML help was the new kid on the block. As such, I'm guessing the developers were sort of watching to see if or how much it would "catch on".
    So the application code bases were totally different. And remain so to this day. As Microsoft has taken measures to try and dissuade folks from using WinHelp, I'm sure RoboHelp for Word is likely on life support and probably has been for some time. RoboHelp for Word and RoboHelp HTML work in totally different ways. And given the fact Microsoft wants WinHelp gone, it simply doesn't make any sense to expend effort on making RoboHelp HTML capable of outputting WinHelp.
    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

  • Photoshop CS5 help file not showing on German Win7

    Hi,
    I try to display the help file from within PS CS5 and that is not working. I can neither watch the community help online nor download it for offline use since the app seems unable to connect to a working online source.
    It shows "The requested URL /de_DE/Photoshop/cs/using/AH_HOME.html was not found on this server."
    All apss have been updated to the newest release, everything else is working fine.
    I sue Win 7 64bit german, ps is also installed in german.
    Any ideas?
    PS: sorry just realized I put this into the mac thread by error. Can someone please move it to the correct forum areas pls?
    Message was edited by: Beholder003

    function(){return A.apply(null,[this].concat($A(arguments)))}
    c.pfaffenbichler wrote:
    I sue Win 7 64bit german, ps is also installed in german.
    So why are you posting in the Macintosh Forum?
    Oh, sorry, I didn't expect people who can't even read on a forum.

  • Regarding Help file style

    Hi all,
    I am new to RoboHelp. We created  "Application Help" project and generated .chm file sucessfully.Every thing is working fine with generated help file.
    Check the MicrosoftWord2007 help file by click on F1.My client wants the same look and feel with my help file.
    Does any one know if it is possible to generate the same look & feel help file with Adobe RoboHelp. If yes what type of project should i select from the availabe projects list and how can we generate?.
    Any suggestions would be appreciated....

    Hi madhubmk and welcome to the RH community.
    I dare say most of what MS offers could be achieved by RH. Bare in mind that MS can afford to throw resources into their help documentation to come up with a heavilly customised look and feel. That is something that most places can only dream of. MS help uses a customised window, lots of DHTML drop downs, custom icons, etc. all of which can be handled by RH. I'd go back to the client and get them to highlight exactly which elements they like and then go from there.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

Maybe you are looking for

  • Droplet to send images to Image Processor from Mac Finder?

    Is there a way to create droplet that will just send whatever images you drop on it to the Photoshop Image Processor script? Basically the same thing that happens when you select images from Bridge and select Image Processor from the Tools > Photosho

  • WD for Java: How to I retrieve key and value for DropDownbyKey selection

    Dear All I thought this was going to be straightfoward and am obviously missing something. I have created a simple modifiable value set to create a dropdown list to select a country:   public void GetCountryDropDownValues( )     //@@begin GetCountryD

  • Why can't i download itunes to my hp pavilion dv6 laptop?

    why can't i download itunes to my hp pavilion dv6 laptop?

  • Colored Cells in Excel sheet

    hi we have a excel sheet with values which we created based on a tutorial spreadsheet. We tried the exactly the same steps provided in the PDF but it did not work. however when we used the original file we got the same output that was shown in the PD

  • External antenna needed --help!

    My friend in the baja is sharing his connection w/ me but his router is in a concrete building, and my place is located about 100 feet from his place and am wondering what kind of external antenna would help me connect better?   Here is the equipment