Merged files not opening correctly from TOC

Hi,
We are having issues with one of our merged .chms. It is a
small .chm with one topic and 8 merged TOCs. When this .chm file is
compiled, the TOC works fine and all the TOC topics open and the
topics display correctly in the right-hand frame.
However, when we merge this .chm with our main help, we get
the following error message when we click on a TOC entry:
"The window name "Main" passed to HH_GET_WIN_TYPE has not
been specified"
We click OK to continue and the topic opens but in a new
window as its own .chm, not in the right-hand frame like it should.
And most of the time the new window does not have the correct
title, it is picking up the title of TOC below or above it, or the
one that was opened previously.
Hope this is making sense, it is hard to explain without
images...
I have spent hours trying to figure this one out and was
originally getting the same error in the stand alone .chm, but I
think (fingers crossed) that I have fixed this. One of the merged
TOC projects was corrupting everyhting else, but we have recreated
that project from scratch, and now it all works fine.
It is just when the .chm is merged with the main help.
Is it because we have a merged TOC within a merged TOC?
Thanks

Hi Em0606,
What version of RoboHelp are you using? There was a problem
in RH X5.0.0 that was fixed by the X5.0.1 update. See the following
link (scroll down to RoboHelp Office Updates):
http://www.adobe.com/support/robohelp/downloads.html
If that's got nothing to do with it, I shall bow out and let
one of the experts offer a solution.
Anne

Similar Messages

  • Download File not opening correctly in Firefox... (Works fine in IE...)

    Running the following code snippet in Oracle 11.2, APEX 4.2.3, IE 10, Firefox 24:
    procedure download_to_user
    is   
    t_excel blob;
    t_filename varchar2(200);
      begin
      t_excel := finish;
      t_filename := 'test.xlsx';
       htp.flush;
       owa_util.mime_header( 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', false );
       htp.print( 'Content-Length: ' || dbms_lob.getlength( t_excel ) );
      htp.print( 'Content-disposition: attachment; filename=' || t_filename || ';' );
      htp.print( 'Content-Description: Generated by as_xslx' );
      owa_util.http_header_close;
      wpg_docload.download_file( t_excel );
      apex_debug_message.log_message( 'done' );
      end;
    Now the strange part.. It works fine in IE & Chrome when I have it called from a button click on a form, when I try it in Firefox, it returns a garbled file that Firefox thinks IT Should open...  I would think since all the issues we seem to have with IE that this would be the opposite..
    Thank you,
    Tony Miller
    LuvMuffin Software

    Hi TexasApexDeveloper,
    I don't have IE10 to test this with but I find it strange that you don't need to add   
    APEX_APPLICATION.stop_apex_engine;
    or
    APEX_APPLICATION.g_unrecoverable_error := TRUE;
    at the end of your code, to stop possible branches or further rendering.
    That's the only thing in your code that I can see that can indicate an error. Can you create an example on apex.oracle.com if that does not help?
    Regards,
    Joni

  • DMG files not opening correctly in 10.8.2

    I was downloading second life on my ir running 10.8.2, and after the dmg downloaded, and i clicked it, instead of the usual drag to app folder Finder window, I got a strange one with four folders in it and a shaded arrow, and nothing really to drag. Repeated this after reboots and two different dmg files (I have not tried anything other than second life. But read on.
    I found a thread here where someone had a similar problem with other downloads. in their case, the finder window opened briefly and then closed, i believe. anyway they finally created a new admin user and downloaded and installed using that and it worked.
    I tried that, and it also worked. Created new user, downloaded same files, clicked, and they came up with the usual drag to applications window.
    Somehow ML has gotten confused on my main account. Ideas for what to do to clean it up? or should I just wait for 10.8.whatever?
    Thanks!

    You might give this a try:
    Repair the Hard Drive and Permissions - Lion/Mountain Lion
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu. Select Restart from the Apple menu.

  • Help, files not opening correctly in Illustrator

    Hi there,
    I have a file that was originally created in CorelDrawX5 as both a dwg and pdf. I have opened both in Illustrator CS6 and they work fine.
    I then saved it as an eps and ai for my supplier to work from, they have Illustrator 10 so I made sure it was compatible to work with ver 10.  However when my supplier opens it all the letters and outlines are split up and spread out.
    Does anyone know what the issue could be?
    Thanks in advance.
    M

    Any ideas at all please?

  • HTML files not opened correctly

    I wrote an HTML document with Text Edit but when I tried to open it with Safari it was not rendered into a web page (instead Safari just displayed the code).
    When I imported HTML files that I'd created with NotePad on my Windows computer they opened fine as web pages in Safari, but when I tried to open them in Text Edit they were actually displayed as web pages instead of simply showing the code!

    When I imported HTML files that I'd created with NotePad on my Windows computer they opened fine as web pages in Safari, but when I tried to open them in Text Edit they were actually displayed as web pages instead of simply showing the code!
    In Text Edit-Preferences- Open & Save tab there is a check-box for 'Ignore rich text commands in HTML files'
    If you un-check this box, html files will display as just-the-code in Text Edit

  • PDF file not opening - created from Spool

    Hi,
    I am using the FM, RSPO_OPEN_SPOOLREQUEST to create a spool request and then the RSPO_WRITE_SPOOLREQUEST to write the data and then the FM CONVERT_ABAPSPOOLJOB_2_PDF to convert the spool output to PDF. Though the file gets created in the desktop, while opening the file the below error is occuring,
    The file cannot be opened because it has no pages.
    Further the spool request created shows the pages as 0, though it is having multiple pages of data. But a normal spool request which is created by executing a program in background is getting downloaded properly. Please let me know where the issue is.
    Regards,
    Prabaharan.G

    Hi,
    SP02 also shows the spool with the same 0 pages as it is shown in SP01. The below is the code which I have used to call the FM to open a spool request,
    CALL FUNCTION 'RSPO_OPEN_SPOOLREQUEST'
        EXPORTING
          dest                  = 'LOCL'
      LAYOUT                =
      NAME                  =
      SUFFIX1               =
      SUFFIX2               =
      COPIES                =
      PRIO                  =
      IMMEDIATE_PRINT       =
      AUTO_DELETE           =
      TITLELINE             =
      RECEIVER              =
      DIVISION              =
      AUTHORITY             =
      POSNAME               =
      ACTTIME               =
      LIFETIME              = '8'
      APPEND                =
      COVERPAGE             =
      CODEPAGE              =
          doctype               = 'LIST'
       IMPORTING
         handle                = v_handle
         spoolid               = v_spool_id
         RC                    = v_rc
        ERRMESSAGE            = v_errmessage.
    Regards,
    Prabaharan.G

  • Files not opening correctly

    When I try to open a 3rd or 4th file in Illustrator, all I get is a gray page. I get the rulers, but the artboard and document don't show. It appears to me that I am running out of memory, but why whouldn't virtual memory be kicking in? I have over 50GB of free hard drive space. I'm running a 13" MacBook Pro 2.4 GHz with 4 GB of built in memory. I can upgrade to 6 GB for $170, but wonder if the RAM is the problem. OS 10.6.8. Illustrator CS 5.1. I have it hooked to an Apple 30" cinema display, and run the computer in clamshell mode. Could I be running out of video memory? Any suggestion?

    50GB of free hard drive space isn't much at all. How big is the hard drive? You want to always leave at least 20% of the hard drive free. Once a hard drive starts filling up, really strange things start happening.
    My guess is its due to scratch space use, your hard drive is being filled and Illustrator can no longer function properly. It's got nothing to do with RAM since Illustrator is a 32bit application and only sees 3GB anyway.

  • Some files in "DOCUMENTS" icon in dock won't open. Get msg saying You need a newer version of Pages to open this document." Have Pages 4.1 installed.  Same files will open ok from Finder, Pages App. Recently sync'd with ipad2 (Pages) after iOS5 installed.

    Some files in "DOCUMENTS" icon in dock won't open. Get msg saying "You need a newer version of Pages to open this document." Already have Pages 4.1 installed.  Same files will open ok from Finder/Pages App./selected file. Prob not noted until recently after sync'd with ipad2 (Pages) when I installed iOS5. Anyone-- please?!

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Rate/review Pages 5.2 in the App Store.
    Peter

  • File not formatted correctly error

    Dear All,
    when am trying to import a contract file as excel sheet, not CVs file, i get the error ( File not formatted correctly ). any advice?

    the issue with date formatting would be corrected in Excel. When an export file that includes dates is opened in Excel, they get reformatted by the Excel program. In my experience, I have had to reformat those cells in Excel to the YYYY-MM-DD format and save the Excel file before I could import again into CM. But, if you are just exporting and then importing without opening the file in Excel, then the dates are not the problem. What are you exporting from CM? Are you trying to import into a different project or database than you exported from?

  • Why is my .psd file not rendering correctly in ae

    Some layers of the .psd document are not rendered correctly. However they are imported.
    The strange thing is that when I first move from Photoshop to Illustrator, save it as an .ai file it is rendered properly (in Ae).
    I am kind of clueless as to what is causing this issue.
    Kind regards,
    Jelle

    Okay if more information is needed, i'll provide. However you may disregard my initial comment about illustrator. It flattens the photoshop layers so I do not have any flexibility in After Effects. In other words, my main question remains: why is my psd file not rendering correctly in ae?
    Further details:
    -photoshop cc and after effects cc.
    -macbook pro retina
    If still not clear enough, please tell me what details you are looking for furthermore

  • Getting Message as "File not open", when I ran background Job

    Hi,
    I developed a Migration Program, Which reads the data from Application serever and procced with further process in back ground mode.
    Same program is workind fine in Development System in Back ground mode (SY-BATCH = 'X', Scheduled a batch Job). So I transported to Quality system.
    Now When I run the program in background mode (SY-BATCH = 'X', Scheduled a batch Job), getting Message as "File is not Open" at Quality system. So I debugged the Batch job  through "JDBG", and found file opening and reading the content sucessfully.
    But its not working without debugging mode and getting message as "File not open".
    Is there any Authorizations required for background mode (without debugging).
    So can you please help me on this how to solve this issue.

    Try this code:
    DATA: PATH_NAME(80) TYPE C,
            LV_FILENAME TYPE STRING.
      DATA: LW_XSTRING         TYPE XSTRING,
            X_LEN             TYPE I.
      DATA: FILE_AUTH_ERR TYPE REF TO CX_SY_FILE_AUTHORITY,
            FILE_OPEN_ERR TYPE REF TO CX_SY_FILE_OPEN,
            FILE_OPEN_MODE_ERR TYPE REF TO CX_SY_FILE_OPEN_MODE,
            FILE_CLOSE_ERR TYPE REF TO CX_SY_FILE_CLOSE,
            FILE_CONVERSION_ERR TYPE REF TO CX_SY_CONVERSION_CODEPAGE,
            FILE_TOO_MANY_ERR TYPE REF TO CX_SY_TOO_MANY_FILES,
            MESS TYPE STRING,
            W_TEXT TYPE STRING.
      DATA: L_RC TYPE INT4.
    concatenate pathname lv_filename into lv_filename.
    TRY.
          OPEN DATASET LV_FILENAME FOR INPUT IN BINARY MODE MESSAGE MESS.
        CATCH CX_SY_FILE_OPEN_MODE INTO FILE_OPEN_MODE_ERR.
          W_TEXT = FILE_OPEN_MODE_ERR->GET_TEXT( ).
          L_RC = 1.
        CATCH CX_SY_FILE_AUTHORITY INTO FILE_AUTH_ERR.
          W_TEXT = FILE_AUTH_ERR->GET_TEXT( ).
          L_RC = 2.
        CATCH CX_SY_CONVERSION_CODEPAGE INTO FILE_CONVERSION_ERR.
          L_RC = 3.
          W_TEXT = FILE_CONVERSION_ERR->GET_TEXT( ).
        CATCH CX_SY_TOO_MANY_FILES INTO FILE_TOO_MANY_ERR.
          L_RC = 4.
          W_TEXT = FILE_TOO_MANY_ERR->GET_TEXT( ).
        CATCH CX_SY_FILE_OPEN INTO FILE_OPEN_ERR.  "File already open
          L_RC = 5.
          W_TEXT = FILE_OPEN_ERR->GET_TEXT( ).
      ENDTRY.
      IF L_RC = 0.
        L_RC = SY-SUBRC.
      ENDIF.
      IF L_RC <> 0 OR SY-SUBRC NE 0.
    Issue Error message in open file.
       CONCATENATE MESS 'Open dataset failed'  w_text INTO MESS SEPARATED BY SPACE.
       message Exx(yyy) with mess.
          ELSE.        "file exists and can be opened
      ENDIF.

  • PDF File not opening in browser for sharepoint 2010

    Recently we have moved our web application from one server to another in Sharepoint 2010. Back up of entire web application was taken and restored in another server. But in the new server , the PDF files in the document library is not getting opened in browser.
    it always open in browser
    I have already made following changes but didn,t work
    Set browser file handling to Permissive from central admin
    Set "open in browser" in setting s of doc library
    Set the doc library file handling property using $docLib = $web.lists["Your Document Library Title"] $docLib.BrowserFileHandling = "Permissive" $docLib.Update()
    Added "AllowedInlineDownloadedMimeType.Add("Application/Pdf") in web app
    Installed Adober eader in client machine
    Even after trying all these, the PDF files are still opening in Client application(Adobe reader) but not in the browser
    It would have been great help if anybody provide a solution for this. I have been banging head on this for two days

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Photoshop CS1 files not opening with a double click?

    I'm not sure if this is an Adobe related issue, but I recently installed Tiger on my 2005(white/1.33ghz/PPC G4) ibook. With Panther, and with every other OS/application, I was able to double a Photoshop File and have Photoshop open along with the file. Here's what happens now: I double click the photoshop file (any photoshop cs1 file), Photoshop opens, but my file doesn't open. I have to find the file and open it from the menu bar in order to access it. This is very annoying for me as I open Photoshop files more than anything. Here's what I've done: I got info on the Photoshop file to make sure Photoshop CS1 is selected as the host application. Check preferences and settings in Photoshop, (didn't find anything related though, but everything is the way they were when I was on Panther. Possible Obstructions: I also have Photoshop 6 on 0S 9 installed on my computer. I have many filters on this version that I don't on CS1. I don't think this is the reason but I could be wrong. Any help with this issue would be greatly appreciated. Thank you in advance.
    -Ellz

    Except Adobe tells you to reinstall Photoshop (or least that has been their recommendation), which is completely unnecessary. The problem is that this is missing when you do a system upgrade:
    "/Library/ScriptingAdditions/Adobe Unit Types"
    Reinstalling Photohop will, of course, create the ScriptingAdditions folder and place the "Adobe Unit Types" file inside it. If you still have your Previous System folder, or a backup of it, or access to another machine with Photohop installed, you can simply put the ScriptingAdditions folder into your /Library folder. If not you can create the ScriptingAdditions folder yourself (note there is NO space in the name), then download and unzip this:
    http://homepage.mac.com/francines/pdfs/AdobeTypes.zip
    and put the "Adobe Unit Types" into the ScriptingAdditions folder.
    Francine
    Francine
    Schwieder

  • I downloaded the new iphoto and the upgrade and now iphoto will not open correctly anymore. please help

    I downloaded the new iphoto and the upgrade and now iphoto will not open correctly anymore. it stays on the opening screen and the message
    shows up that I must update the mediathek. If I click on update the program shuts down. How can I fix this?

    I downloaded the new iphoto and the upgrade
    Does that mean, you are running iPhoto 9.6 on MacOS X 10.10.1 Yosemite? Or are you using an older MacOS X? "New" iPhoto is relative and depends on your system.
    If I click on update the program shuts down. How can I fix this?
    Does "shut down" mean it crashes?  Then post please the error log from the error panel here - copy and paste the report into your next answer (the first 50 lines should suffice)
    Where is your iPhoto Library (Mediathek) stored? Have you moved it to an external drive, or is it still in your Pictures folder (the order "Bilder")?

  • HELP....AVCHD / MPEG files not playing correctly!

    I have been trying to download video that was shot with the new Sony FS100 camera that I'm told are AVCHD or MPEG files to my older Adobe Premiere Pro 1.5 timeline, but they are not playing correctly. When I reverse the field dominance, the image plays better but the sound is strange (I was able to speed the sound to 450% and it worked better, but then the balance of the sound from the clip is lost somewhere.).
    Any suggestions to make these files play and work correctly? I tried converting them to AVI files but that showed up completely black on the timeline! Anything I've tried either affects the video or audio negatively!  I try either makes the image play or stutterThis was shot in regular SD format, NOT HD, so they should be able to play on  a standard timeline. Can anyone suggest anything to help please? Much appreciated!

    Thanks for your reply, I ran it through Media Info. Here are the results:
    Container & general information:
    MPEG-PS: 290 Mib  4min22s
    1 Video stream: MPEG video
    1 Audio stream: AC-3
    First Video Stream:
    8833 Kbps, 720*480 (4:3), at 29.970 fps, MPEG video (NTSC) (version 2) (Main@main) (Custom Matrix BVOP)
    First Audio Stream:
    256 Kpbs, 48.0 Khz, 16 bits, 2 channels, AC-3 (DVD-Video)
    Please let me know where to go from here. Thanks so much!
    Date: Fri, 11 Nov 2011 10:50:15 -0700
    From: [email protected]
    To: [email protected]
    Subject: HELP....AVCHD / MPEG files not playing correctly!
        Re: HELP....AVCHD / MPEG files not playing correctly!
        created by Ann Bens in Premiere Pro CS4 & Earlier - View the full discussion
    Welcome to the forum.A screendump of what these SD files exactly are would be very nice.Run them throught Media info.http://mediainfo.sourceforge.net/en
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4020725#4020725
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4020725#4020725. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Premiere Pro CS4 & Earlier by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for