X6 problems with popups - missing images

We recently purchased RoboHelp X6 and generated a X5 project
in X6 and the popups that were working fine in X5 (gif images) are
now not working (not showing up in output file).
Anyone have this problem? Some of them have conditional
tagging as well. Any suggestions? We are going to try and
troubleshoot by removing the conditional tagging and see if that is
the problem, but I just wondered if X6 was handling autosizing
popups differently than in X5??

Alas, the RH 6 hyperlink dialog for auto- and custom-sizing
popups lists .htm files and bookmarks only. As you have discovered,
you can use the "Display in frame" feature, specify a new window,
and you get your popup. But you lose the click-close feature. The
user has to click the "X."
I'd like to make a couple of points.
1. Direct placement of any file into the project's Windows
directory deprives RH of the "knowledge" that the file is part of
the project. When you insert a link to the file, RH adds it to the
project list.
2. You can import images as baggage files, and RH will keep
track of them in the project database. However, popup dialogs don't
list baggage image files.
3. Instead, I save screen captures elsewhere. I often crop,
resize and otherwise fiddle with images for graphic effect. I
prefer not to work from the graphics application in the RH project
folder, because I would have to keep careful track of which images
already are linked. Resizing a linked image distorts the output
because its original dimensions are in the html code. I would have
to go back and re-link to the revised image.
4. When it's ready to be brought into the project, I import
an image into a new topic, sometimes with a headline or caption,
but usually with no text. If I have a lot of them, sometimes I add
a folder to the project explorer for popups and use a file name
like homescreen_pop.htm to remind me of which topic it belongs to.
Since it's an htm file, it appears in the popup hyperlink
file list.
Yes, it's an extra step. I find it well worth the trouble.
Harvey

Similar Messages

  • Problem with displaying BLOB images on JSP page using a servlet

    hi. I have a big problem with displaying BLOB images using JSP. I have a servlet that connects to the oracle database, gets a BLOB image , reads it, and then displays it using a BinaryStream. The problem is , this works only when i directly call that servlet, that is http://localhost:8080/ImageServlet. It doesn't work when i try to use that servlet to display my image on my JSP page (my JSP page displays only a broken-image icon ) I tried several coding approaches with my servlet (used both Blob and BLOB objects), and they work just fine as long as i display images explicitly using only the servlet.
    Here's what i use : ORACLE 10g XE , Eclipse 3.1.2, Tomcat 5.5.16 , JDK 1.5
    here is one of my image servlet's working versions (the essential part of it) :
                   BLOB blob=null;
              rset=st.executeQuery("SELECT * FROM IMAGES WHERE ID=1");
              while (rset.next())
                   blob=((OracleResultSet)rset).getBLOB(2);
              response.reset();
              response.setContentType("image/jpeg");
              response.addHeader("Content-Disposition","filename=42.jpeg");
                    ServletOutputStream ostr=response.getOutputStream();
                   InputStream istr=blob.getBinaryStream(1L);
                    int size=blob.getBufferSize();
              int len=-1;
                    byte[] buff = new byte[size];
                         while ((len=istr.read( buff ))!=-1 ) {
                   ostr.write(buff,0,len);
             response.flushBuffer();
             ostr.close(); and my JSP page code :
    <img src="/ImageServlet" border="0"  > If you could just tell me what i'm doing wrong here , or if you could show me your own solutions to that problem , i would be very greatful ,cos i'm realy stuck here , and i'm rather pressed for time too. Hope someone can help.

    I turns out that it wasn't that big of a problem after all. All i had to do was to take the above code and place it into another JSP page instead of into a servlet like i did before. Then i just used that page as a source for my IMG tag in my first JSP. It works perfectly well. Why this doesn't work for servlets i still don't know, but it's not a problem form me anymore . Ofcourse if someone knows the answer , go ahead and write. I would still appriceatte it.
    here's the magic tag : <img src="ImageJSP.jsp" border="0"  > enjoy : )

  • DW CS3 problem with PNG-8 images in Design View?

    DW CS3 (build 3481) on XP seems to have problems with PNG-8 images, specifically trying to display them in design view.
    I had a very simple image that was able to be exported by Fireworks CS4 as PNG-8 using 4 colors (no transparency) for a tiny file size under 250 bytes.
    DW could not display it at all, or even recognize it, reporting it was 0 x 0 in size. I published the page anyway, and it looked fine in the browser.
    I upped the number of colors to 32, and DW could then display it in design view in the page I was working on.
    I'm still having problems with other PNG-8 images. The attached file "temp.jpg" is a screenshot showing part of the design view in DW.
    The smaller image on the left of the banner is "58_certificate_of_discharge.png" (attached), and the larger image below is used as the background of the DIV containing the form,"compassbk.png" (also attached).
    These images all look fine in the browser, but terrible in DW.
    I'm stumped as to why.
    Thanks in advance.

    According to a different discussion, the images that are stuck as "Queued" are showing a bug in the virus scanning on the forums.
    Now trying the recommended 'camera icon' method...
    Looks like it worked.
    Now compare what it looks like in DW CS3 in the design view:
    It's a 16 color PNG-8 made in Fireworks CS4 with no transparency, size is 113 x 58, ending up at 1.71K.
    If this is a repeatable problem in CS3, is there any hope of it being resolved, or am I stuck with upgrading to CS4 as my only option (assuming it's fixed in CS4)?
    Thanks.

  • Anyone else having problems with popups since the new security upgrade? can't get rid of them

    anyone else having problems with popups since the new security upgrade? can't get rid of them

    You may have inadvertently installed adware. You do not need to download or install anything to fix it. It ought not to be related to any Apple security update.
    For a description of how this may have occurred, how to avoid it in the future, and for Apple's recommended actions read How to install adware. Apple's instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.

  • Problems with the background image in IE

    Hi I've been optimizing some pages for the different browsers in Dreamweaver CS4. They all work fine in Safari, Firefox and Opera, Internet Explorer is, however not showing the background image I have selected. I can't for the life of me see what's going wrong! Any help wopuld be appreciated. here is the code on my index page which I built from a template. I don't know if it's the editable areas that are going wrong!
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>test site</title>
    <!-- InstanceEndEditable -->
    <link href="oneColFixCtrHdr.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    background-repeat: repeat-x;
    background-image:url(file:///Macintosh HD/Users/me/Documents/websites/face_divorce/test/images/test_back.png);
    .oneColFixCtrHdr #container {
    width: 770px;
    margin: 0 auto;
    border: 0;
    padding: 0;
    .oneColFixCtrHdr #header {
    text-align: centre;
    border: 0;
    padding: 0;
    .oneColFixCtrHdr #header h1 {
    <img src="../images/test_logo.png"
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-size: x-large;
    text-align: right;
    .oneColFixCtrHdr #mainContent {
    padding: 0;
    .oneColFixCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-family: Verdana, Geneva, sans-serif;
    color: #6699cc;
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
        text-align: center;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <meta name="Description" content="facedivorce.com.com is an online resource tool to help guide you through the various stages of divorce.  Simply click on before, during or after divorce to find everything you could ever need to do with divorce.
    " />
    </head><meta name="keywords" content="test
    " />
    <!-- InstanceEndEditable -->
    <body class="oneColFixCtrHdr">
    <div id="container">
      <div class="oneColFixCtrHdr" id="header">
        <table width="740" border="0" align="center">
          <tr>
            <td  border="0" height="38" ></td>
            <td align="right" valign="bottom"><!-- InstanceBeginEditable name="HeaderLinks" -->
              <p class="TextButtons"><a href="index.html" class="TextButtons">Home</a>   <a href="featuredcompany.html" class="TextButtons">Featured Company</a>   <a href="youngpeople.html" class="TextButtons">Young People</a>    <a href="andmore.html" class="TextButtons">And More</a>    <a href="blog/index.html" class="TextButtons">Blog</a></p>
            <!-- InstanceEndEditable --></td>
          </tr>
          <tr>
            <th height="48" align="left" valign="bottom">
    <h1><a href="index.html" title="test"><img src="images/test_logo.png" alt="test" width="245" height="46" border="0" align="left" /></a></h1>
    </th>
            <td align="right" valign="bottom"><!-- InstanceBeginEditable name="HeaderButtons" --><a href="#"><img src="images/facebook-logo.png" alt="FaceBook Button" width="48" height="48" border="0" align="bottom" /></a> <a href="#"><img src="images/twitter_square.png" alt="Twitter Button" width="48" height="48" border="0" align="bottom" /></a><a href="#"><img src="images/blogbutton.png" alt="Blog Button" width="49" height="47" border="0" align="bottom" /></a>    <!-- InstanceEndEditable --></td>
          </tr>
        </table>
        <!-- end #header -->

    Hi
    The fact you are using a Mac is why both myself and JCellini assumed you where using a pre IE7 version.
    But the code you are using to test in IE will cause a problem with any 'virtual machine' such as crossover, because it cannot reference anything outside its own assigned section of the drive, and referencing the png in the way you are would be for it an invalid reference, it also would not work in any browser when you uploaded the site.
    Change - background-image:url(file:///Macintosh  HD/Users/myname/Documents/websites/test/Test/images/test_back.png);
    To - background-image:url(images/test_back.png);
    But if the region is not editable I would suggest you temporarily make it so, externalize your css to a css file, insert a link to the external css file in your head content, then lock the region once again. This way you will always be able to edit your css without worrying about 'locked regions'.
    PZ
    www.pziecina.com

  • Problem with getting resized image's bytes

    I've got a problem with getting correct bytes of a newly resized image. The flow is that I retrive an image from the filesystem. Due to the fact that it is large I resize it to a 50x50px thumbnail. I can display this thumbnail in #benchmark1 (see code below). Unfortunately something's wrong with my imageToBytes funtion which returns reasonably small size of image but is totally useless - I can't make an image of it anymore so at #benchmark2 the application either crashes or keeps freezing. I saved this byte array on my disk and tried to preview under Windows how does it look but I got a message "Preview unavailabe". I did some digging in the Internet and I supposed that it's because I don't use any jpg or png encoders to save the file. Actually I think that it's not the case, as the bytes returned from method imageToBytes look weird - I cannot even make a new image of them and display it without any saving in memory.
                                  byte[] bytes = FileHandler.readFile (
                                          FileHandler.PHOTOS_PATH, fileName);
                                  Image img2 = Image.createImage (bytes, 0, bytes.length);
                                  img2 = ImageHandler.getInstance ().resize (img2);
                                                    //#benchmark1
                                  bytes = ImageUtils.imageToBytes (img2);
                                  img2 = Image.createImage (bytes, 0, bytes.length);
                                                    //#benchmark2my imageToBytes function is as follows:
         public static byte[] imageToBytes (Image img)
              int[] imgRgbData = new int[img.getWidth () * img.getHeight ()];
              byte[] imageData = null;
              try
                   img.getRGB (imgRgbData, 0, img.getWidth (), 0, 0, img.getWidth (),
                           img.getHeight ());
              catch (Exception e)
              ByteArrayOutputStream baos = new ByteArrayOutputStream ();
              DataOutputStream dos = new DataOutputStream (baos);
              try
                   for (int i = 0; i < imgRgbData.length; i++)
                        dos.writeInt (imgRgbData);
                   imageData = baos.toByteArray ();
                   baos.close ();
                   dos.close ();
              catch (Exception e)
              return imageData;
    I've run totally out of any idea what's wrong, please help!
    Edited by: crawlie on Jul 17, 2010 6:21 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hey Crawlie,
    Please note that simply writing int values into ByteArrayOutputStream will not suffice. Please have a look at the following conversion from int pixel value into byte[4]:
    public static final byte[] intToByteArray(int value) {
            return new byte[] {
                    (byte)(value >>> 24),
                    (byte)(value >>> 16),
                    (byte)(value >>> 8),
                    (byte)value
    }Good Luck!
    Daniel

  • Problems with the background image size in a photobook

    Hi there, I really need help here. When I make a photobook I want to display my images large, taking the whole page. To do that I put the image as a background and it's OK. My problem is that when I do this, iPhoto always crops it. I have to use the move tool to move the image up and down, left or right to chose a best position. I don't want to do this, I want my image to be shown perfectly from end to end. I have to resize the image in many ways, even used the book's native resolution but it still doesn't work. If I choose "fit photo to frame size" I end up with two stripes at the top and the bottom of the page.
    Please help me, what size should I resize my image to, so that iPhoto displays it as it is?
    Thank you

    Hi
    The fact you are using a Mac is why both myself and JCellini assumed you where using a pre IE7 version.
    But the code you are using to test in IE will cause a problem with any 'virtual machine' such as crossover, because it cannot reference anything outside its own assigned section of the drive, and referencing the png in the way you are would be for it an invalid reference, it also would not work in any browser when you uploaded the site.
    Change - background-image:url(file:///Macintosh  HD/Users/myname/Documents/websites/test/Test/images/test_back.png);
    To - background-image:url(images/test_back.png);
    But if the region is not editable I would suggest you temporarily make it so, externalize your css to a css file, insert a link to the external css file in your head content, then lock the region once again. This way you will always be able to edit your css without worrying about 'locked regions'.
    PZ
    www.pziecina.com

  • Problems with screen saver image quality

    Just got a MPB 15 inch. Very happy with it but have a small problem with the screen saver. I use my i Photo folders as the source for screen saver images. Some photos are shown in very good quality but others are very poor - as if low res. The original images are all of the same high quality. Seems to occur whichever video setting is used under power saving. A minor issue I now but any ideas?

    Hi, Mark. Apparently some of the photos being used are low-resolution thumbnails, not full-resolution images.
    What version of iPhoto do you have, and which OS version are you running? On my MBP running 10.5.6 and iPhoto 7.1.5, "All folders" is not an option in the Screensaver pane of System Prefs, so I don't know what you're actually choosing. But if I select "Pictures" (which refers to the Pictures folder in my Home folder), then the screensaver uses every .jpg file that it finds in any of the several iPhoto Libraries inside my Pictures folder. The thumbnails created by iPhoto are .jpgs, so they get used by the screensaver along with full-size high-resolution images.
    The solution is not to select a folder that contains any thumbnails.

  • Problem with a product image/pdf production in Indesign CS5

    Hi,
    this problem probably has an obvious solution, but I can't figure it out due to my limited experience in using Indesign. I'm trying to export my poster lay-out as pdf, but one of the several product images does not show up in the exporte pdf correctly. Instead of a product image, I only get this white image that is similar to the shape of the product image, but the actual product image is not visible. The product image is a .psd -file and it shows correctly in InDesign document, but not in the exported .pdf file. Could somebody help me to tackle this problem?
    BR,
    Masa

    Hi,
    - It shows in the preview mode
    - I'm using only one layer in the layout with all the images on it
    - The image is not non-printing in the Attributes panel
    - Links have no errors and theya re up to date
    When I create the PDF via FILE > PRINT, then the problem does not occur, but I have another problem with white margins on both top and bottom of the .pdf-file. ¨
    I still would like to create the pdf via Export.
    Thank you for your quick  reply, what's next?
    BR,
    Masa

  • JAI(Java Advanced Imaging) Problem with splitting TIFF images

    Hi
    I am getting problem with height when I use this program to split TIFF images
    ImageDecoder decImage = ImageCodec.createImageDecoder("tiff", inStr,
    null);
    Then it creates RenderedImage page by page and encodes them to file:
    String outFileName = "";
    OutputStream outStr;
    TIFFEncodeParam encParam = new TIFFEncodeParam();
    encParam.setCompression(TIFFEncodeParam.COMPRESSION_PACKBITS);
    for (int i=0,n=this.getPageCount(); i < n; i++)
    outImage = this.decImage.decodeAsRenderedImage(i);
    outFileName = "C:\\Temp\\Split" + i + ".tif";
    outStr = new FileOutputStream(outFileName);
    BufferedOutputStream bOutStr = new BufferedOutputStream(outStr);
    encImage = ImageCodec.createImageEncoder("tiff",bOutStr,encParam);
    encImage.encode(outImage);
    bOutStr.flush();
    bOutStr.close();
    }The images are shrinking when I split . I need a solution to this problem.
    Thanks for any help in advance
    Sudheer.

    Hi
    Did you get a solution for your problem. I am also trying to split a TIFF file.
    Thanks in advance
    Antony

  • Problems with video previews: image freezes when scrubbing (CS6)

    I just installed CS6 on my computer after working with CS5.5 and I encountered a strange problem with my EOS5D Mk 2 and also Ixus 100IS footage in Bridge CS6 (actually this happens with every video).
    In CS5.5 I was able to preview my mov files and scrub through them without many problems (aside from a casual crash, but hey... )
    In CS6 now the video preview starts and everything seems fine, until I scrub to a later point in the video. At that point the video freezes but the sound goes on. The only way to make the video run again is to click pause and then click play again. You can imagine that scrubbing through videos isn't much fun..
    Has anyone ever had a problem like that with CS6?
    Since CS5.5 is still installed, I checked and found out, that in Bridge CS5.5 everything is still working fine: No video freezes there - only in CS6
    I already updated to the latest graphics card driver and all updates from CS6. Does anyone have an idea what I could do?
    some stats about my computer:
    win7 64bit
    nvidia geforce GTX 590, driver 301.42
    no other video software installed
    Aside from that, I also realized that video quality in the preview area isn't particularly brilliant (neither in CS5.5 nor in CS6). Since the video is scaled to the preview window size, I sometimes get scaling artefacts/moirees. Is there a way to smooth the video playback, like you could in a regular video player?

    Perhaps your understanding of rendering is different than mine.  I think of it more as combining edits to form a new video.  Are you using rendering as the same as playback?   Also, not sure how you can have a system that has only CS6 files, as files are the same for CS5.5.  I must be missing something here.
    Manniac described the error well "In CS6 now the video preview starts and everything seems fine, until I scrub to a later point in the video. At that point the video freezes but the sound goes on. The only way to make the video run again is to click pause and then click play again".
    Believe that error is fixed as my video play OK now.

  • Problem with a missing font that isn't missing!

    Hi
    I have a problem with a font appearing as missing in one document but fine in another document. I have tried to clear all paragraph styles and character styles but nothing works. The font shows up in both the list of fonts and the recently used fonts but when i choose it the text is highlighted in pink and the font name appears in brackets as if it is missing.
    I have tried to delete the cached Adobefnt file but that doesn't work either.
    I'm hoping there is a simple solution that I am to ignorant to know about. I am going out of my mind and would love any input on this problem of mine.
    Thanks
    Tinna

    THANK YOU STEVE! You saved the day!

  • Problem with Airplay Mirroring: Image Cut Off

    I have a mid 2011 Macbook Pro.   I have installed Mountain Lion.   I am able to activate Airplay Mirroring, however, part of the image is cut off.   In other words, what is shown on my TV is only about 2/3 of the image that is shown on my macbook.    It is not showing a black bar, or anything like that.   It is more like the image is enlarged and doesn't fit on the TV screen.   
    I have searched the internet trying to find a solution.   I haven't found anyone with this problem.   So, my question is, do I have some settings wrong?   Or is it a problem with the settings on my TV?   If anyone has suggestions for troubleshooting this problem I would be grateful!   I really want to use airplay!
    Thanks!

    OK, I am replying to my own question!    My husband just found a thread solving this problem.
    https://discussions.apple.com/message/19070883#19070883#19070883
    We changed the video settings on the Apple TV to 'auto', and restarted.   It works great now!

  • Problem with mounting disk images

    I have recently downloaded a media player and have had some problems. When I download the file to my desktop and try to run it, it gives me a "warning" window. In the window, it says that "the following disk images failed to mount" and gives "device not configured" as the reason. The file on the desktop's path is .dmg just to be more clear. So...yeah...any advice??
    Jay

    Just to make sure (I don't think this is your problem, but it's easy to check), make sure /System/ Library/ CoreServices/ DiskImageMounter.app is present on your Mac.
    Do you have another user account on your Mac? If necessary, use System Preferences> Accounts to create a new troubleshooting-only administrative user account. Check if that new user account can open .dmg files. If it does, that indicates a problem with the preferences in your normal user account. Use Preferential Treatment to scan your prefs. You can also drag the ~/Users/ [yourusername]/ Library/ Preferences folder tot he desktop, log out and back in, and see if .dmg images work, then move your prefes back from teh Preferences folder on the Desktop to the one in ~/Users/ [yourusername]/ Library. Or you might just try moving these prefs to the Desktop:
    /Users / [yourusername]/ Library/ Preferences/ com.apple.frameworks.diskimages.uiagent.plist
    and com.apple.LaunchServices.plist
    If the troubleshooting user account also shows the problem, first run Disk Utility/ Repair Permissions. If that doesn't fix the problem, try running the OS X Update Combo 10.4.7 (Intel) (using Disk Utility to expand that .dmg file after downloading).

  • Problem with placing dynamic images.

    I have a 800x600 file. It is being used for a PhotoSlide
    show.
    The images are displayed dynamically, as external files.
    Some of the photos will be taken 1 hour before the
    presentation, so I have
    it set up to display img001.jpg, img002.jpg, img003.jpg as
    external files.
    Once the photos are taken, they'll be renamed, and placed in
    the appropriate
    folder, so that they'll appear in the presentation, without
    having to
    republish the authorware file.
    I have the display icons for the images set to display the
    image at 400,300,
    which will center the image on-screen.
    The problem is that when i change the images out, from a
    verticle to a
    horizontal picture, then run the piece, but image's placement
    on screen
    changes.
    So how can I set the linked external file to ALWAYS display
    centered on
    screen, no matter the orientation, or size of the picture.

    That doesn't change anything from when I had X = 400 and
    Y=300.
    The images are linked externally.
    This is going to be a photo slideshow to be shown after a
    wedding, during
    the reception. I will NOT be there to administer this, or to
    republish the
    authorware files. So at the final segment of the slideshow,
    we'll be showing
    several photos taken earlier, at the wedding.
    I have it set up to display 5 photos from the wedding. They
    are grabbed
    externally, but Authorware looking for img01.jpg - img05.jpg.
    The problem is that the image's placement on-screen changes
    when a different
    size image is put in place.
    For example, if i publish the authorware file, and i was
    using a 720 x 480
    image, everything works fine. But if i replace the external
    image with a 480
    x 720 image, the placement on screen is no longer set for the
    center of the
    image to appear at the dead center of the screen (400,300). I
    need it to
    work like this, since I don't know if the wedding photos
    being added will be
    set to portrait or landscape.
    "Steve Howard **AdobeCommunityExpert**"
    <steve@$NoSpam$tomorrows-key.com>
    wrote in message news:e4t1rv$iv1$[email protected]..
    >
    >> So how can I set the linked external file to ALWAYS
    display centered on
    >> screen, no matter the orientation, or size of the
    picture.
    >
    >
    >
    > Set the display icon Positioning property to On Screen.
    Set the Initial X
    > location to WindowWidth/2
    > Set the Initial Y location to WindowHeight/2
    >
    >
    > Steve
    >
    >
    > --
    > ACE - Adobe Community Expert, Authorware
    > My blog -
    http://stevehoward.blogspot.com/
    > Authorware tips -
    http://www.tomorrows-key.com

Maybe you are looking for