Vertical scrollbars missing in output

I have a project upgraded from 7 to 8. Using IE 7.
The initial conversion seemed to be fine.
Now when I create the output, my vertical scrollbars are missing on all the topics.
This is true only in the right pane (not on the TOC). This is true regardless of the skin.
The only clue that I have is that I was trying to add DHTML to a topic when I noticed that the scrollbars disappeared. The system seemed to lose the vertical scroll bars after that.
I am not using the DHTML anywhere in the system now, and the original did not use it, either.
Ideas?

Hi there
In addition to what Willam offered, I will also ask the following. I don't see it has been asked yet. If so, my apologies as I missed it.
Are the topics actually longer than the page? One might assume so, but you never know. Many of the newer computers operate at amazing screen resolutions that just weren't possible a few short years ago. So if all your content actually fits the screen, there would be no scroll bars to see.
What happens if you resize the browser window to something smaller? Does the fact you change that then make them appear?
I know you cite IE7, but does this also happen in FF or other browsers?
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • Tutor 14.0 Problem - Please help!  Vertical scrollbar missing

    I recently upgraded from Tutor 12.2 to Tutor 14.0.
    When I publish the Desk Manuals for each actor, the html page does not have the vertical scrollbar, and you can't access the documents that are at the bottom of the list.
    Has anyone experienced this? Is there a fix for this? I searched for patches in Oracle Support but could not locate any.
    I tried to troubleshoot this by replacing the tutor.css files and tutor_script.js file with those from 12.2, but that didn't work. Is there another file that controls the output of HTML files when you publish through Tutor Publisher?
    Please help!
    Thanks!

    Ok i am sorry about giving the wall paper here is to more precise problem
    and
    if you could possibly tell me a simple way of Importing a .gif file and drawing in Java.
    if(rect == true)
         if(cex>=origx&&cey>=origy)
              drx[rc] = cx;
              dry[rc] = cy;
              urx[rc] = cex-cx;
              ury[rc] = cey-cy;
              rc++;
              trc++;
         else if(cex>=origx&&cey<origy)
              drx[rc] = cx;
              dry[rc] = cey;
              urx[rc] = cex-cx;
              ury[rc] = cy-cey;
              rc++;
              trc++;
         else if(cex<origx&&cey<origy)
              drx[rc] = cex;
              dry[rc] = cey;
                              urx[rc] = cx-cex;
              ury[rc] = cy-cey;
              rc++;
              trc++;
         else if(cex<origx&&cey>origy)
              drx[rc] = cex;
              dry[rc] = cy;
              urx[rc] = cx-cex;
              ury[rc] = cey-cy;
              rc++;
              trc++;
         }Thx

  • Vertical scrollbar missing in iTunes 10.5.2

    I just updated iTunes onto a new Macbook pro running Lion (10.7.2). For some reason, there is now no vertical scrollbar in iTunes, which makes it virtually-impossible to navigate.
    Is this a deliberate consequence of the code update, or a bug of some kind? How do I fix it?

    You'll probably be better off posting in the iTunes for Windows forums. This issue discussed here was a feature built into the Mac's operating system. There is no setting in iTunes to hide the scroll bar although Apple may be bringing some features over from OS X which hide it when it is not in use. In OS X a scroll bar will auto-hide unless you are scrolling then disappear when you stop. Most users in this forum as well as myself do not have access to iTunes on a Windows machine.

  • Vertical scrollbar missing in safari 5.1.7

    I have written a simple html page with a vertical scroll bar. Iam able to see the scrollbar when i open the page in IE browser but not able to see the same in Safari.

    I just tried your link there and it overlaps the footer quiet considerbly. I'm using Safari 6.02 on a Mac.

  • Long pull down menu with no vertical scrollbar

    Folks,
    it's been already 3.5 years ago when we had to learn that there is no way to have a long pull down menu control without a vertical scrollbar. See
    http://forums.ni.com/ni/board/message?board.id=170&message.id=217428&query.id=395029#M217428
    Now, after we got LabVIEW 8.6.1 there is still no opportunity to suppress the vertical scrollbar though there is a property node "Vertical Scrollbar Visible" for combo boxes. As Smercurio already observed in 2006 with the LV 8.2 combo box, this property node does not have any effect, probably due to a bug. This behaviour is still the same with LV 8.6.1.
    Just a few days ago a user of our software complained that items in the menu would be missing. In fact they weren't but rather he oversaw the scrollbar and did not scroll down the column -- that's why he didn't find the menu items. In general it's quite inconvenient if one has to scroll down first before one can select a particular item. In most cases the scrollbar is simply useless since the panel is tall enough to show all menu items at the same time.
    How are you designing a long pull down menu on your user interface? Any ideas how to circumvent the nasty scrollbar?
    Sorry for the rather lengthy post. I am afraid you had to use the vertical scrollbar while reading through my text...
    Thanks for any contribution,
    Peter
    Solved!
    Go to Solution.

    stoeckel wrote:
    Any ideas how to circumvent the nasty scrollbar?
    I think this does what you are asking.  It works for any named numeric control, and I think a little modification will make it work for a combo box too.
    Jim
    Attachments:
    drop-down menu (no scrollbar).zip ‏73 KB

  • Stocked array vertical scrollbar'​s theme mixed between modern and system??

    I enabled the vertical scrollbar for an array display in the front panel and apparently the modern themed array control has a system themed scrollbar. Also, the vertical and horizontal scrollbars from the modern control palette are also system themed controls. Did NI puposeply implemented it that way?
    In the mean time, What can I do to replace the array veritcal scrollbar with a modern style, shown on the second image. The difference themed scrollbar is very distracting - take a look at the Compare.png image. Please help.
    Thanks in advance,
    James Pham
    Message Edited by VRspace4 on 09-18-2007 01:25 AM
    Attachments:
    Mismatched Theme.png ‏5 KB
    Proper Modern Theme.PNG ‏5 KB
    Compare.png ‏378 KB

    Christian -- No you are not missing anything, there is no system array container.  What Elizabeth meant to say was to use a system listbox and a modern/classic array with a system control inside it.
    James -- Unfortunately there is no way to change the way the array scrollbar looks.  The modern listbox has the same style scrollbar as the modern graphs.  I can only assume that as the array scrollbars were added in a later version this was overlooked.
    Interestingly enough the classic controls consistently use the same scrollbar type (see screenshot).
    Another option would be to use a modern scrollbar placed over the modern listbox in leu of the built in scrollbar.  This would require a little programming to implement (namely wiring the value of the scrollbar to the listbox's "TopRow" property and then possibly some more code to account for the length of the array/scrollbar) but it is an option if you prefer the look of the modern controls.  This would look something like this:
    I hope this helps and, as Elizabeth mentioned above, this has been reported to R&D as something we need to look at.
    Regards,
    Simon H
    AE Team Manager
    National Instruments
    Message Edited by Simon H on 09-19-2007 07:17 PM
    Attachments:
    Screenshot4.png ‏32 KB
    Screenshot5.png ‏8 KB

  • Label display issue in Tree component when it is having vertical scrollbar

    I am using tree component as dropdown factory for combo box. When i open dropdown, it doesn't have vertical scrollbar and all the root nodes are getting displayed correctly(in closed mode). Now if i try to open any node, i am getting vertical scrollbar as the child nodes are more. Now the problem is if scroll down, some of the nodes(labels) are not getting displayed but i am able to see the icon. If i keep on scrolling bottom to top and top to bottom, some of the nodes are showing labels and some are not(It is inconsistant).
    I have not used any custom item renderer for tree control. I used my custom dataDescriptor which i have implemented from ITreeDataDescriptor. Also I tried extending DefalutDataDescriptor, but no luck.

    Does it work if the tree is not in a combobox?

  • How to add vertical scrollbar to a tree region

    Hi,
    I have a page containing two regions. The first is a tree region displayed on the left hand side of the page. The second is form region displayed to the right of the tree, showing details relating to the selected node from the tree.
    How can I add a vertical scrollbar to the tree, so that I can I browse all nodes in the tree without affecting the position of the form? Currently, if my tree extends beyond the height of the page I have to use the page vertical scrollbar to view the bottom of the tree. This obviously means that the form is no longer in view.
    Thanks
    Andrew.

    Hi Andrew,
    You can't add a scrollbar directly to the region's contents, but you can wrap the contents within a DIV tag.
    In the Region Header add in:
    &lt;DIV style="height:500px; overflow:auto"&gt;
    In the Region Footer add in:
    &lt;/DIV&gt;
    Obviously, change the height value to suit your needs.
    Regards
    Andy

  • How do you add a Vertical scrollbar to a JTextArea?

    How do you add a Vertical scrollbar to a JTextArea? This is what I've tried so far but it hasn't worked. I got that off of someone asking a similiar question here.
    aTextArea = new JTextArea(10, 40);
             JScrollPane scrollPane = new JScrollPane(aTextArea);
             aTextArea.setText( " " );

    JScrollPane(component)
    this constructor will only show the scrollbar (vertical and/or horizontal) as needed..so, if the scrollpane viewport is larger than the component, then it will not show the scrollbar.
    you can force the scrollbar to alway show
    setHorizontalScrollBarPolicy(int policy)
    setVerticalScrollBarPolicy(int policy)

  • Hi all, i am missing the output to web and pdf in Bridge , any option to get it in the bridge from adobe creative cloud

    Hi all, i am missing the output to web and pdf in Bridge , any option to get it in the bridge from adobe creative cloud
    @bridge

    Have a look at Install Adobe Output Module

  • MS Word 2007 insert table with vertical scrollbar?

    Hi all, what is the best way when creating a word report to display a table that has alot of rows.  I am wondering if it somehow possible to have a table in Word that has say 10 rows shown to the user but also has a vertical scrollbar that the user can move up and down to see more data.
    If not possible, can anyone think of a solution?
    Best Regards,
    Grant

    Thanks for the replies.  Gaurav k, i was toying with the idea of using Excel but since i have many rows, it would not be the best way to create a report.  My report does not have to be printed, only asved hard copy.  But i do have many tables in addition to graphs etc to view and therefore being able to look at a report that is easy on the eye initially and if faults were found, the user could then look further into the tables. ie perhaps scroll through the many rows. 

  • Vertical Scrollbar for a slide

    I'm new to captivate. Can anybody help me to get a vertical
    scrollbar for the slides?

    Hi TrioRocks,
    Thanks for your reply. It worked fine. i imported the flash
    .swf file in my application but the only problem is that i cannot
    edit the content of the slide after importing the flash file.

  • How to create vertical Scrollbar in table control?

    Dear All,
    How to create vertical scrollbar in table controll.?
    regards,
    Dharmesh

    Hi
    It should be created automatically, if you can't see it, try to set the field lines of table control
    PROCESS PBO
    MODULE SET_ATTR_TC.
    LOOP AT ITAB WITH .....
    ENDLOOP.
    MODULE SET_ATTR_TC.
    DESCRIBE TABLE ITAB LINES SY-TABIX.
    <TABLE CONTROL>-LINES = SY-TABIX.
    ENDMODULE.
    Max

  • Tree control bug for vertical scrollbar

    Dear all:
    I meet a problem with  tree control  vertical scrollbar.Pls check the picture
    If set the rows of the properties of the Tree control is a number, also set the vertical scroll bar is visible.
    Then if i set the height  of Tree is unchangeable, then set the Tree childs rows are  much more than the height, The problem is that  the vertical scroll bar doesn't work. The height is increase than what i have set ,Maybe it is a bug? or not.
    Anybody find this?
    Attachments:
    Image000011.jpg ‏66 KB

    Hello,
    I works fine with me.
    But I added my test as attachment, so you can see if you maybe doing something else.
    Kind regards,
    André
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)
    Attachments:
    Tree control bug question.vi ‏20 KB

  • Change Vertical Scrollbar width in advanced datagrid?

    Help!
    I'm creating an AIR application that will run on windows 8 touchscreen.  Problem is the touchscreen does not recognize finger swiping up/down within the air app.  Haven't figured that out yet....
    In the meantime i need wider vertical scrollbars for our employees fingers to swipe up and down.
    I've got a 'verticalSrollBarStyle' set however it doens't seem to react to 'width = x "
    Can anyone help me increase the width of the scroll bars?
    thanks!

    OK, this is because in a search item you can use as many wildcards as you like: 'A%b%cdef%'.
    If you want to restrict the maximum length, you need to make a custom template for findTextInput.vm and add the following macro:
    #ITEM_MAXIMUM_LENGTH()
    Steven Davelaar,
    Jheadstart team.

Maybe you are looking for

  • Problem with restoring my HDD from .dmg image

    Hello, I encountered a problem with boot camp which couln't make a new partition for windows, because it couldn't move some files. It was a problem of defragmentation which i found surprisingly hard to solve. I'm a new mac user, and i was unable to f

  • Photos are blurry

    When I add a picture to the browser of Final Cut it looks crystal clear in the viewer, but when I add the photo to the timeline it looks really blury in the canvas, and when I burn to a DVD it still looks blury. How come it doesn't look like whats in

  • No Help in BPC 7.5 NW

    I noticed there is no Help under available interfaces in BPC NW 7.5 ramp-up. Do you know how to install this important component?

  • Scammer given access to system, now what?

    My friend has OS X Mavericks installed and he was prompted to call a technical support number, because his computer had been infected. Thinking Macs don't get viruses, he was sure this message was from Apple. He called, followed the person's directio

  • FM to convert amount  from one currency to another currency?

    HI Experts is thier any Fucnction module to convert amount  from one currency to another currency? please help me. Thanks