Last line of text missing in popup when generated

Hi all,
We're experiencing a puzzling problem where the last line of text in any topic that displays in a popup from another topic is missing (not shown). However, if you view the topic within a regular browser window, the last line of text is present. This didn't happen in earlier versions of RoboHelp; only RH 8. Has anyone experienced this problem, and if so were you able to fix it and how?
In all of our topics, the last line of text is a footer with a confidentiality disclaimer and "current as of" date. I've noticed that in any topic that has been linked via popup to another topic, RoboHelp adds some strange script between the closing </p> tag of that line and the closing </body> and </html> tags. Might this script be causing the problem? An example of the script is pasted at the bottom of this message.
I appreciate any assistance! My system information is listed further below. Let me know if you need further information.
Many thanks in advance,
Lisa
RoboHelp HTML version 8.0.2.208
Output type: WebHelp
Source control: Microsoft Visual SourceSafe 8.0.50727.42
<?rh-script_start ?><script type="text/javascript" language="JavaScript1.2">//<![CDATA[
if( typeof( TextPopupInit ) != 'function' ) TextPopupInit = new Function();
if( typeof( FilePopupInit ) != 'function' ) FilePopupInit = new Function();
TextPopupInit('a9', 'POPUP379827639');
FilePopupInit('a5');
FilePopupInit('a6');
TextPopupInit('a3', 'POPUP382536905');
TextPopupInit('a8', 'POPUP389987027');
FilePopupInit('a1');
FilePopupInit('a14');
TextPopupInit('a15', 'POPUP387795029');
TextPopupInit('a4', 'POPUP386495466');
TextPopupInit('a11', 'POPUP388870525');
TextPopupInit('a13', 'POPUP387792022');
FilePopupInit('a12');
TextPopupInit('a2', 'POPUP410568235');
FilePopupInit('a16');
TextPopupInit('a10', 'POPUP386843632');
TextPopupInit('a7', 'POPUP388085251');
//]]></script><?rh-script_end ?>

See item 20.
http://www.grainge.org/pages/authoring/rh8/using_rh8.htm
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Invalid media. Cannot create file" popup when generating

    Okay, the background. I'm currently using RoboHelp HTML 11.0.3.268, with the latest updates as I write this, having updated from RoboHelp HTML 9. (I know that people will ask, and I understand, so I'm stating as much information up front to ensure that nobody has any questions of their own.) My main RoboHelp project is broken down into eight separate subprojects, with an output of CHM and WebHelp HTML files. In addition, my supervisor had an issue with viewing the new RoboHelp 11-generated HTML files in Google Chrome, so I found and added the RH11 files recommended by RoboHelp Help (WebHelp issues in RoboHelp versions 10 and 11). Immediately after doing this, though, I cannot generate WebHelp files.As soon as I select between any of the WebHelp Settings menu, a popup appears that reads "Invalid media. Cannot create file", followed with the directory path of the project's main .htm page.  Short of reinstalling RoboHelp HTML, what options do I have to be able to generate a valid set of WebHelp files?

    Here's the RH 11.0.3 files: https://drive.google.com/file/d/0B97LY22mEkjqemJobkRmRmg2RFU/view?usp=sharing Add the files to the template_stock folder.
    The Chrome freezing up should be solved in RoboHelp 10/11. On RoboHelp 9, no amount of fixes will make Chrome work locally. If your manager tries the 11 WebHelp it should work fine.
    Kind regards,
    Willam

  • Best way to remove last line-feed in text file

    What is the best way to remove last line-feed in text file? (so that the last line of text is the last line, not a line-feed). The best I can come up with is: echo -n "$(cat file.txt)" > newfile.txt
    (as echo -n will remove all trailing newline characters)

    What is the best way to remove last line-feed in text file? (so that the last line of text is the last line, not a line-feed). The best I can come up with is: echo -n "$(cat file.txt)" > newfile.txt
    (as echo -n will remove all trailing newline characters)
    According to my experiments, you have removed all line terminators from the file, and replaced those between lines with a space.
    That is to say, you have turned a multi-line file into one long line with no line terminator.
    If that is what you want, and your files are not very big, then your echo statement might be all you need.
    If you need to deal with larger files, you could try using the 'tr' command, and something like
    tr '
    ' ' ' <file.txt >newfile.txt
    The only problem with this is, it will most likely give you a trailing space, as the last newline is going to be converted to a space. If that is not acceptable, then something else will have to be arranged.
    However, if you really want to maintain a multi-line file, but remove just the very last line terminator, that gets a bit more complicated. This might work for you:
    perl -ne '
    chomp;
    print "
    " if $n++ != 0;
    print;
    ' file.txt >newfile.txt
    You can use cat -e to see which lines have newlines, and you should see that the last line does not have a newline, but all the others still do.
    I guess if you really did mean to remove all newline characters and replace them with a space, except for the last line, then a modification of the above perl script would do that:
    perl -ne '
    chomp;
    print " " if $n++ != 0;
    print;
    ' file.txt >newfile.txt
    Am I even close to understanding what you are asking for?

  • Only getting the last layer of text animation

    Hi, complete newb here. I've watch most of the tutorials and looked thru the forum but didn't see anything addressing this. When I export to swf and then try to view the html code I only get the last line of text animation, the 1st line doesn't appear. Any help would be great. Thanks.

    I'm still not clear what you are describing here. With AE, it's either one or the other, not both. Any element that requires rasterization will also enforce rasterization of other elements, so you essentially end up with a JPEG sequence wrapped in an SWF. This, by all means should render everything as you see in the comp window. From your description it seems to me that you are trying to retain editable SWF objects for further editing in your other programs and naturally, since this is severely limited, not everything comes across. If you cannot resolve this, pretty much your only option is to render a FLV and play it on your website. If you had CS4, you could also use XFL exchange with special preparation (all elements need to be PNG in the main comp) and then convert it in Flash. Another workflow that realyl gives you the best of both worlds without the excess baggage of Flash Pro would be to use Flash Catalyst. You could open your PSD there, animate it and export a slim and optimized SWF directly. Whatever you do, maybe you could read the help sections on SWF and XFL export again. This might help you to figure out where it is going wrong for you from the AE end.
    Mylenium

  • How to number lines of text?

    I would like to number lines of text continously throughout the book. I am trying to make lines of text easier to find when my class is having discussions about the book.

    It seems to me that you are either using the wrong tool for the job or your book is too wordy for this type of presentation.
    1. If it is extremely wordy then use an application on the Mac such as iText Pro that can number lines and then export or Print to pdf with the numbered lines in place.
    2. If it is not so wordy then simple description or location should be sufficient to find anything or you use lists that hone the student down to the exact subject point.
    Isn't "15.9.11" close enough for even those that need to follow the text with their fingers?
    Peter

  • Scrolling without last line

    hello
    I can't manage scrolling
    this is quite weird. I have a button with this action:
    controller.verticalScrollPosition+=controller.getScrollDelta(1);
    it works fine until the last line of text (which is always invisible). Then it stops and cannot event move back by:
    controller.verticalScrollPosition-=controller.getScrollDelta(1);
    just won't work. textFlow is as simple as possible
    textFlow = TextFilter.importToFlow(markup, TextFilter.TEXT_LAYOUT_FORMAT);
    but if I import a plain text
    textFlow = TextFilter.importToFlow(markup2, TextFilter.PLAIN_TEXT_FORMAT);
    scrolling doesn't work at all.

    Take a look at ContainerController.getContentBounds.  If that is wrong then scrolling isn't going to work.
    There's been quite a bit of work on scrolling lately and a few bugs were introduced.  Expect much better results with this weeks build.
    Sorry about that,
    Richard

  • Scrolling JTextArea to Last Line

    Hi Gurus:
    I have seached the forum, but didn't find a solution to this problem. It must be something really simple that I'm not getting!
    I have a JTextArea with JScrollbar attached to it. My application appends output text to this text area for user information. I would like to scroll the text up, so that the last line of text is always visible in that area.
    Currently, this is what I'm doing:
    txtOutput.setCaretPosition(txtOutput.getText().length());where txtOutput is the JTextArea in question.
    This does scroll the text up (as desired), however, it also scrolls the text leftwards to show the latest text (not desired), since that's what I asked it to do. How can I get it to scroll back to the top of the line? Or should I use some other approach?
    Regards,
    Kamran

    If I understand your problem you should be able to use the following methods from the JTextArea API:
    int getLineCount() - Determines the number of lines contained in the area.
    int getLineStartOffset(int line) - Determines the offset of the start of the given line.
    You should be able to do something like:
    caretPosition = textArea.getLineStartOffset( getLineCount() );
    This should position the caret to the beginning of the last line.
    BTW - JTextArea is a Swing Component. There is a whole forum devoted to Swing questions. You should post your question there - you might get an answer faster. This will also improve your searches as the search function only search the current forum you are looking at.

  • Single line of text/email id to People or Group column

    I have a list of employee details, along with their SharePoint email ID. I want to import this list along with a new People or Group column, where it reads the email id and picks the correct user from Active Directory. How to import this?

    Hi Abul,
    Based on your description, I did a test. When I used users' email address in excel table and imported it to SharePoint list, the column would be saved as Hyperlink or Picture type. If I used Domain\User, after importing it to SharePoint list, the column
    would be saved as Single line of text type.
    It seems that it only is converted into Single line of text or Hyperlink type when you import a table into SharePoint list, by default. There is not a way to convert the table column in excel file into People column in SharePoint list.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How do I prevent Pages from pushing paragraphs to next page when they would otherwise begin on the last line of the previous page?

    I am writing papers for school which have strict page limits so I can't afford to be losing lines at the bottom of a page because Pages thinks it looks better to have a new paragraph start on the next page. It does this automatically and I have to go back and manually format to get the first line of the paragraph to start on the last line of the previous page. This then creates problems down the line when I am editing so I would really like to be able to turn the feature off.
    e.g. with Pages auto-formatting
    -----page 1-----
         Paragraph #1 blah blah
    blah blah blah
         Paragraph #2 blah blah
    blah blah blah
    -----page 2-----
         Paragraph #3 blah blah
    blah blah
    e.g. after manual formatting
    -----page 1-----
         Paragraph #1 blah blah
    blah blah blah
         Paragraph #2 blah blah
    blah blah blah
         Paragraph #3 blah blah
    -----page 2-----
    blah blah

    Change the keep with next rules in:
    Inspector > Text > More > Pagination & Break
    Peter

  • Final total cannot appear when the last line item reached the page end

    Hi All,
    My report included 2 pages. Problem is the final total cannot appear when the last line item reached the page end. (page 2)
    final total will appear on the middle of last page (page 3) when i comment (type    = 'BOTTOM').
    Below is the program.
      CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          device   = 'PRINTER'
          dialog   = 'X'
          form     = 'ZBOTM_VOUCHER'
          language = sy-langu.
      sort itab by vblnr.
      LOOP AT itab INTO wa_itab.
        move wa_itab-vblnr to reguh-vblnr.
        move wa_itab-lifnr to reguh-lifnr.
        move wa_itab-rbetr to reguh-rbetr.
        reguh-rbetr = reguh-rbetr * -1.
        CALL FUNCTION 'WRITE_FORM'
          EXPORTING
            window  = 'MAIN'
            element = 'DETAIL'.
        t_rbetr = reguh-rbetr + t_rbetr.
        AT LAST.
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              window = 'LINE'.
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              element = 'TOTAL'.
              type    = 'BOTTOM'
              WINDOW  = 'MAIN'.
        ENDAT.
    Thanks.

    Hi,
    Where should I include the code for bottom?
    How to open text editor?
    Thanks.
    Edited by: Alice8 on Feb 7, 2011 9:09 AM

  • Exporting Incoming Payments to Excel - Missing last line

    Forum,
    On 8.8 PL15 has anyone come across the following problem:
    When in Incoming Payments for customers, I click on the Excel icon within SAP and save the file as a .TXT file.
    I then open this up in excel and notice the last line is missing from the excel spreadsheet. This is irrespective of how many lines are on the Incoming Payments screen within SAP.
    Regards,
    Juan

    Hi Juan,
    It seems like bug in PL-15
    check Cant export the last data in datagrid to excel
    Thanks,
    Neetu

  • Font changes in the last line of paragraph when printing

    InDesign CS3 (5.0.2), Dell P4, 3Ghz, 1gb ram
    This is a one page document with about half a page of text and some graphics. When printing to HP Laserjet, everything prints fine. When printing to Lanier 2138 color laser, everything prints fine EXCEPT for the last line of the second paragraph.
    The text changes to an unrecognizable font. (The rest of the document uses Trebuchet.) It does happen on the line after a hyphenated word, but we've put the entire word on the last line (eliminating the hyphen) and get the same results.
    As I mentioned, the entire page prints perfectly to the HP black and white laserjet. It also prints perfectly to the Lanier 2138 *IF* we create a PDF first and THEN send it to the 2138.
    I've checked the knowledgebase and searched this forum, but haven't seen anything related to this issue. Any help or ideas is greatly appreciated.
    Thanks in advance for your time.
    Todd

    Todd,
    That field is the font style field, not a "Paragraph" field. It just happens to be next to the button that changes the control panel to paragraph mode.
    Is the file you posted the same one you made the jpeg from, or the one where you changed that field to "regular"? I'm thinking the latter, because the paragraph shows regular when I highlight it. Also, I don't think the font in the jpeg has changed, just it is printing gibberish on that last line.
    Try this: File > Export and for type choose Interchange format (.inx). Open that file in InDesign and save again as an InDesign document. See if that prints.
    If not, I'd say it's almost certainly the driver.
    Peter

  • Text Area Problem. Last Line not displayed

    HI,
    I am using TextArea component in the MXML script. We are having the problem of not displaying the last line in textarea. The textarea has scroll also. But, when scrolling only last line is not displayed and we have to see only by moving the mouse to component. We want to see all the text only by scrolling the bar. Please help me to resolve this issue.
    Thanks,
    Krishna

    Hi,
    Please check once your transport log, wether it was tranported correctly or not.
    Regards,
    Kumar

  • Copy one text file to another text file and delete last line

    Hi all wonder if someone can help, i want to be able to copy one text file to another text file and remove the last line of the first text file. So currently i have this method:
    Writer output = null;
             File file = new File("playerData.xml");
             try {
                   output = new BufferedWriter(new FileWriter(file, true));
                   output.write("\t" + "<player>" + "\n");
                   output.write("\t" + "\t" + "<playerName>" + playerName + "</playerName>" + "\n");
                   output.write("\t" + "\t" + "<playerScore>" + pointCount + "</playerScore>" + "\n");
                   output.write("\t" + "\t" + "<playerTime>" + minutes + " minutes " + seconds + " seconds" + "</playerTime>" + "\n");
                   output.write("\t" + "</player>" + "\n");
                   output.write("</indianaTuxPlayer>" + "\n");
                  output.close();
                  System.out.println("Player data saved!");
             catch (IOException e) {
                   e.printStackTrace();
              }However each time the method is run i get the "</indianaTuxPlayer>" line repeated, now when i come to read this in as a java file i get errors becuase its not well formed. So my idea is to copy the original file, remove the last line of that file, so the </indianaTuxPlayer> line and then add this to a new file with the next data saved in it. So i would end up with something like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <indianaTuxPlayers>
         <player>
              <playerName>Default Player</playerName>
              <playerScore>0</playerScore>
              <playerTime>null minutes null seconds</playerTime>
         </player>
         <player>
              <playerName>Default Player</playerName>
              <playerScore>0</playerScore>
              <playerTime>null minutes null seconds</playerTime>
         </player>
         <player>
              <playerName>Default Player</playerName>
              <playerScore>0</playerScore>
              <playerTime>null minutes null seconds</playerTime>
         </player>
    </indianaTuxPlayers>
    However after all day searching the internet and trying ways, i have been unable to get anything working, could anyone give me a hand please?

    I would go the XML route too, but for fun, open a file as a BufferedWriter and do this:
    void copyAllButLastLine(File src, BufferedWriter tgt) throws IOException {
        BufferedReader in = new BufferedReader(new FileReader(src));
        try {
            String previous= in.readLine();
            for (String current = null; (current = in.readLine()) != null; previous=current) {
                tgt.write(previous);
                tgt.newLine();
        } finally {
            in.close();
    }

  • I did a hard reset on my iphone 5.  When it was resetting  black lines with text saying there were errors popped up at the top of the screen. any ideas??

    I did a hard reset on my Iphone 5,  when it was resetting black lines with white text popped up at the top of the screen.  Last line says _fetchBorrowedList:881 number of borrowed blocks 16.  It is stuck at this point and will do nothing.  Tried another hard reset and the same thing happened.  Any Ideas??

    Make an appointment at the genius bar and get the screen replaced if that's available in your area ($149) or get the phone replaced if it's not or if the damage is more extensive ($269).

Maybe you are looking for

  • How do I add new methods to a pointstyle object?

    Using a scatterplot, I change each point's color (and shape) to reflect the range of the Y-value passed in. This is done with an override to the "draw" function (see below). Right now the Y-value ranges are "hardcoded" in the override. I would like t

  • Hi  how to find list help in parameters..?

    hi gurus i have some doubt..? my selection-screen is sales organization, distributed channel, division.. i got list help for sales organization but i could not get list help for remaining two. i need list help for distributed channel from that sales

  • Error in Custom E-Sourcing Report

    Dear all, I would appreciate your inputs or sugggestions on an error I am receiving with a custom RFx Document Report. I get the error 'invalid column index' when I run the query in the preview mode or from the document. Details of the Report: We hav

  • Mac Pro Missing Serial Number after SSD install

    After installing a new SSD in an unused bay in my Mac Pro (OS 10.8.4) and setting it as my start-up disk with only System, Apps, Library and Users Folders on it, I have had a remarkable improvement in performance - things simply snap open now & I hav

  • RESOLVED : Windows Phone – Download/In-app reporting fix begins tonight

    Update 4/2/15: The processing is complete.  The below issue is resolved. We have identified some download and in-app purchase transactions that were not appearing in the Windows Phone Dev Center dashboard for the November to present timeframe. We wil