RH8 - Why do once-fixed auto-sizing, ranked index issues reappear in 64-bit build environment?

I'm using RoboHelp 8.0.2.208 fully integrated with Telelogic Synergy source control, and we generate WebHelp. In building the latest release (117) of our software the generated WebHelp has a couple of issues that weren't present in the previous builds. First, the auto-size pop-up topics are now cutting off text when they worked fine pre-117. Second, changes we'd made several releases ago to remove ranking in the index reverted, and we're back to ranked index results.
Our long-suffering Build Manager and I are trying to troubleshoot why this happened, and there are a couple of variables as of this build. Our developers are moving to PowerBuilder 12 as of this release, but we don't see anything that points to this being connected to the issue. Another variable is that we're in a new build environment that uses 64-bit OS. (There were the recent sunspots, too, but, naa, don't think that's it...). While I've found in this forum a discussion regarding the cut-off text in pop-ups (BTW, no extra lines ever had to be added), as well as the discussion about how to remove ranking in the index (http://forums.adobe.com/message/2901513#2901513), we'd like to find out what caused these issues to show up again now.
This also raises for us the issue of legacy files and how RoboHelp handles those in upgrading. It was when we moved from RoboHelp 5X to RoboHelp 8 that we first encounted and solved the ranked index issue. My recollection is that we also dealt with the pop-ups not autosizing properly at that time, although I haven't been able to find documentation about how we resolved that.
Is there code within our custom skin, old .css file, template/layout, or ? that could be bringing legacy issues into play here? What do the files in WebHelp5Ext do? Will migrated template_skin and/or template_stock eventually cause legacy issues? Does each subsequent RoboHelp release update to current coding standards?
Thanks!

CelesteD wrote:
 1] Is there code within our custom skin, old .css file, template/layout, or ? that could be bringing legacy issues into play here?
2] What do the files in WebHelp5Ext do? Will migrated template_skin and/or template_stock eventually cause legacy issues?
3] Does each subsequent RoboHelp release update to current coding standards?
1] Code that is good now will likely have problems in the future. Code created in the days of DOS can now be a problem. In this forum we can only address identified issues.
2] Perhaps Willam can answer the first part. The second part has a similar answer to 1 above. Right now it should work, one day it might not but when and if that happens, I am sure Adobe will fix it.
3] If you mean the code that makes RoboHelp work, only Adobe would know that. If you mean the web outputs, I understand they meet current W3C standards but the standards are everchanging, all Adobe can do is meet the current standards and change things when the standards change.
Does that answer the questions?
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Robohelp 9 auto-sizing popup problems

    In roboHelp 9 HTML, is there a way to reduce the bottom margin of auto-sizing popups when generating webhelp?  Is there a way to limit the width, other than custom-sizing these popups?  Things that looked ok when generated by robohelp 7 look a bit 'fat' in robohelp 9.  It seems as if the more &nbsp 's there are in a paragraph, the wider the popup displays.

    Hi,
    Is anyone continuing to monitor this issue, because it's still happening to me now (my pop-up windows appear at bottom right corner and they disappear when I scroll to them, the auto-sizing pop-ups have scroll controls that appear off the page). In addition, I have the added problems of my DHTML links for SOME links (I have an underline effect when users mouseover a link). The problem is evident even BEFORE I generate the WebHelp, when I use RH8's "View Selected Item" feature (Ctrl+W). An Internet Explorer Script Error window appears with the following message:
    An error has occurred on this page
    Line: 2858
    Char: 3
    Error: 'style.pixelLeft' is null or not an object
    Code: 0
    URL: file:///C:/.../.../.../ehlpdhtm.js
    Do you want to continue running scripts on this page? (Yes/No)
    (Sorry, I could not attach the image to show you the window, so I just typed it out).
    A similar message appears in my generated WebHelp (at the bottom of the IE window, it indicates that the file has some errors, when I click on it, it's the same ehlpdhtm.js error message).
    I used Praful_Jain's latest ehlpdhtm.js file without any positive results. I just don't know what else to do. Are there any new developments/solutions/updates to fix this issue?
    Using:
    RH8.0.2, Windows XP, brand new project using the same stylesheet that worked fine with RH7. Generating WebHelp, not CHM, althogugh the problem appears before I even generate.
    Thanks so much!!
    TabbyW

  • I have my ipod attached to an old, out of date email and when i try to update from my ipod it says "your itunes store password is incorrect"  Any ideas why/how to fix?

    i have my ipod attached to an old, out of date email and when i try to update from my ipod it says "your itunes store password is incorrect"  Any ideas why/how to fix?

    Try from a computer.   You may have to reset your password.  If you can't get the comfirmation email then you can use the secret question.  Once you can log in then you change the the email address.
    See:
    Frequently Asked Questions About Apple ID
    Here is how to contact iTunes:
    Apple - Support - iTunes - Contact Us

  • [svn:fx-trunk] 5367: The changes here are mostly fixing some sizing issues.

    Revision: 5367
    Author: [email protected]
    Date: 2009-03-17 15:26:35 -0700 (Tue, 17 Mar 2009)
    Log Message:
    The changes here are mostly fixing some sizing issues.
    For the FlashContainerPlaceholder, the first child is now MyFlexContentHolder, which extends mx.flash.FlexContentHolder but meets the invariant that it has 1 child and that child is FlexContentHolderThumbnail, which I?\226?\128?\153ve added as a swc to the project. I changed this by accident last time to refer to mx.flash.FlexContentHolder, when it should've referred to a concrete instance created by Flash from a swc. I also added a chrome of 151x151 to match the FlexContentHolderThumbnail since otherwise the container itself would have no chrome at all, and this let?\226?\128?\153s it size correctly.
    Also, for sizing, in a container, rather than sizing to the size of the chrome, I now size to the size of the FlexContentHolder thumbnail that all FlexContentHolder?\226?\128?\153s have. This means in ContainerMovieClip, I don?\226?\128?\153t need to override bounds anymore.
    ContainerMovieClip now implements IVisualElementContainer.
    Also, I fixed a resizing event bug in UIMovieClip where the resize event was getting dispatched more than once.
    QE Notes: -
    Doc Notes: -
    Bugs: SDK-19271, SDK-19788, SDK-19789
    Reviewer: Glenn
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19271
    http://bugs.adobe.com/jira/browse/SDK-19788
    http://bugs.adobe.com/jira/browse/SDK-19789
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/ContainerMovieClip.as
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/FlexContentHolder.as
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
    flex/sdk/trunk/frameworks/projects/utilities/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/src/FlashComponentPlaceholder.as
    flex/sdk/trunk/frameworks/projects/utilities/src/FlashContainerPlaceholder.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/utilities/libs/
    flex/sdk/trunk/frameworks/projects/utilities/libs/FlexContentHolderThumbnail.swc
    flex/sdk/trunk/frameworks/projects/utilities/src/MyFlexContentHolder.as

    Hello Everyone,
    We request you all to try your applications with http://labs.adobe.com/technologies/flashplatformruntimes/air3-5/
    Release Notes - http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/shared/air3-5_flashplayer11-5 _releasenotes.pdf
    Please let us know how it goes.
    -Thanks
    Pahup

  • When I am in Edit, why are Smart Fix and Balance unavailable to me?

    When I am in Edit, why are Smart Fix and Balance unavailable to me?

    I don't know what you mean by balance, since there's nothing by that name in PSE. If you go to the Enhance Menu do you mean that Auto Smart Fix and Adjust Smart Fix are grayed out? If so, go to Image>Mode and be sure you have an RGB file and that it's 8 bits.

  • HT204023 Why cant my ipad auto-connect to my phone hotspot?

    Why cant my ipad auto-connect to my hotspot? Whenever I turn my HS on I always have to go into my wifi settings on my ipad and manually connect. Its kind of a  pain to always have to do this.

    That seems to be a hot topic question which no one seems to have an answer to, including Apple. I too have this problem. I just signed up for hotspot this past weekend and am already regretting it and thinking about cancelling it. Not worth the hassle. One can only hope Apple with actually listen to it's users and fix the problem with a future update. Hopefully sooner rather than later.
    It SHOULD reconnect automatically after the initial set-up, just like the wifi.
    Not a very smart smartphone if you ask me.

  • Help with creating a component: auto-sizing

    I'm trying to create a lightweight component (extends UIComponent) that supports auto-sizing (aka default sizing.) Many of the Flex component's do this, for instance mx:Button will, if you do not set a size, size itself to be "large enough to hold the label text, and any icon." How can I do this with my component?
    I tried overriding measure() and setting the measured sizes (measuredWidth, measuredHeight, measuredMinWidth, measuredMinHeight) but updateDisplayList always gets called with values of 0, 0 for unscaledWidth and unscaledHeight, and the .width and .height properties always stay at 0, 0.
    I've looked over the mx:Button code quite a bit and cannot figure out how it manages to perform default/auto-sizing. Can anyone help?
    Cheers.
    -Aaron

    You could set breakpoints to see if explicitWidth/Height is getting set in some surprising way.  Could maxWidth/maxHeight be set to 0?  That could also mess it up.
    One more thing is that the component is given its size by its parent.  If the parent is 0x0 that could also cause trouble.  Or some other part of the layout logic is trumping the measuredWidth/Height.  In theory there should be a call to setActualSize or setLayoutBoundsSize.  A breakpoint there should help you figure out the logic that determined the size.

  • [svn:fx-trunk] 8531: If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.

    Revision: 8531
    Author:   [email protected]
    Date:     2009-07-13 12:25:57 -0700 (Mon, 13 Jul 2009)
    Log Message:
    If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.
    QA Notes:
    Doc Notes: SDK-22205.
    Reviewers: will be Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22205
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

    Revision: 8531
    Author:   [email protected]
    Date:     2009-07-13 12:25:57 -0700 (Mon, 13 Jul 2009)
    Log Message:
    If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.
    QA Notes:
    Doc Notes: SDK-22205.
    Reviewers: will be Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22205
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

  • Why is there no auto streaming photo in ios7?

    Why is there no auto streaming photo in ios7?

    You still have not made it clear if we are talking about photo stream or shared photo streams here.
    Because I know for sure that this DOES work for photo streams. If it doesn't for you, try turning photo streams off and then on or restoring your phone.

  • How do I undo auto sizing of columns in my music library?

    How do I undo the auto sizing of columns in my music library?

    Put your mouse pointer over the faint line dividing the columns and it will change to a cross with 2 arrowheads.
    Drag the column boundaries left or right as you desire.

  • Why only once for create recovery media???

    When I created recovery discs for my laptop using HP Recovery Manager, I got the message:
      You can only create recovery media once for your system. So ensure that you keep it in a safe place
    why only once?? what is the problem with creating the same discs again?
    what is the difference when creating the recovery discs with the Backup and Restore utils in Windows 7? is it also once only? what is the difference between discs created with Windows 7 versus HP Recovery Manager?

    I believe it is due to MS license agreement that only 1 set is allowed. You can of course use a CD/DVD burning program to copy the set you made.
    The Recovery set you burn restores the laptop back to factory shipped state. Recovery made with Win 7 utility is an image of the hdd that includes added programs, data ,photos,etc.You also need to burn the System repair disc to use with the backup. You can use it as often as you like.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • How to fix auto recovery crush? Im in deadline. it was my whole day work, pls help..

    how to fix auto recovery crush? Im in deadline. it was my whole day work, pls help..

    Close ID, find the HIDDEN InDesign Recovery folder (It will be next to InDesign SavedData, and you can find the path to that for your OS at Replace Your Preferences ), and empty it, then restart ID normally, not by double-clicking a file.
    If your file was not damaged during the crash, it should open from the File menu at the last saved state. You will lose anything you did to the file since the last save.

  • Music in library not play, why? how fix?

    some music in library not play, why? how fix?

    Check the compatability settings for QuickTime and iTunes:
    http://docs.info.apple.com/article.html?artnum=305212

  • After installing Lion my time machine using a Time capsule backups take a very long time, particularly indexing the back up, does any one know why and a fix?

    I have installed Lion over Snow Leopard and noticed a marked increase in the time it takes my time capsule/time machine to back up.  It seems to spend a very long time indexing the back up.  Does any one know why and more importantly is there a "fix"?

    The first index with Lion takes a very long time.  Could take over 10 hours.  You just have to wait.  You can see the progress by opening Console and entering backupd in the search box

  • Auto smart fix, auto levels, auto contrast Where on cs4

    I have photoshop cs4 and I cannot find the Auto smart fix, auto levels, and auto contrast nor the adjustment for each that I had with photoshop elements.

    It's not a matter of version numbers.  Photoshop has never had anything called "Auto Smart Fix".
    Photoshop Elements usually contains various watered-down "preset" options for beginner users as opposed to more advanced users using the Full PS.  Options such as the Red-eye Reduction Tool and if you go far enough back Page Curl in Photoshop LE are examples.
    If you are refering to versions as the difference between PS Elements and PS or PS Extended then you are correct they do not have "Auto Smart Fix".
    Auto Levels and Auto Contrast are available under the IMAGE Menu.  However it looks as though Auto Levels has been renamed as "Auto Tone" in CS4.  Prior to this it was in fact "Auto Levels" through most version numbers of Photoshop.

Maybe you are looking for

  • How to open Excel spreadsheet in Numbers.

    Hey Kids: I have trouble opening imported Excel spreadsheets in Numbers on my iMac.  I have Mountain Lion 10.8.2.  Previously I tried a demo of Office Mac that has expired.  When I try to open an Excel spreadsheet I get a message to buy Office Mac. 

  • Printing a PDF from ABAP

    I have a PDF file that is returned from a web service that is Base64 encoded.  I decode the string and populate an internal table.  The internal table now contains the binary data of a PDF file.  Is there a way in abap to send this PDF file to the SA

  • Mail crashes when attempting to view emails

    Been seing most thread on Mail Crashing, and have attempted all different possible solutions, but nothing has happend yet. I only have one email-account in Mail - gmail, when attempting to view emails, it simply breaks down, and closes Mail. Messagev

  • Skype problem. Can anyone help?

    After loading Skype, i lose sound after one or two calls. After repeated tries, Skype can't help, suggesting it may be a MacbookPro/OS X problem. ANy ideas?

  • Compiling with string.h in C++

    I'm having trouble loading the "string" class into my C++ files. I compile using gcc through Terminal. In my main program file, I have #include <string.h> at the top, but when I compile (by typing "make" into the command line), the line string s; get