HP laptop vertical scrolling issue?

Not sure if this is in the right section but...
I'm have issues with my laptop's vertical scrolling, and what's worse is that i can't find a way to fix it at all, here's what happens:
I know exactly what to do, but the final step is not working..
Whenever i try to check the vertical scroll from my computer, it does not check, it kinda blinks and stays unchecked, and i cannot find a solution to this at all, it is very frustrating , can anyone help?
This question was solved.
View Solution.

Look on the bottom of the laptop or inside the battery bay for a model number. Your synaptics driver is installed. I can tell by the red icon on the mouse properties. You might need a driver update. Your driver is from May, 2010. Windows 7? 64 bit?
Here is a much newer synaptics driver:
http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-102488-1&cc=us&dlc=en&lc=en...

Similar Messages

  • ADF Table vertical scroll issue in Chrome & Safari, works fine in FF & IE

    Hi,
    Jdeveloper 11.1.1.7.0
    ADF BC & ADF Faces
    I have a jspx page with a command link. On click of link, opening a popup. Displaying a ADF table inside popup dialog.
    Problem Statement :   I have set contentDelivery="immediate" & autoHeightRows="8" in ADF table. while running the application in Chrome & Safari and moving vertical scroll up & down rapidly, first few rows & last few rows are not visible respectively. But if i scroll up & down using scroll arrow it's working as expected.
    But there is NO issue while running the application in IE & FF and moving vertical scroll up & down rapidly.
    FF 26.0
    Safari 5.1.7
    IE 8.0
    Chrome 31.0.1650.63 m
    JSPX Code :
    [code]
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:messages id="m1"/>
          <af:form id="f1">
            <af:commandLink text="Customize" id="cl1">
              <af:showPopupBehavior popupId="p1" triggerType="action"/>
            </af:commandLink>
            <af:popup id="p1">
              <af:dialog id="d2" type="none">
                <af:panelGroupLayout id="pgl1">
                  <af:table value="#{bindings.XXXXView1.collectionModel}"
                            var="row"
                            rows="#{bindings.XXXXView1.rangeSize}"
                            emptyText="#{bindings.XXXXView1.viewable ? 'No data to display.' : 'Access Denied.'}"
                            fetchSize="#{bindings.XXXXView1.rangeSize}"
                            rowBandingInterval="0" id="t1" autoHeightRows="8"
                            contentDelivery="immediate">
                    <af:column sortProperty="#{bindings.XXXXView1.hints.ProductOrder.name}"
                               sortable="false"
                               headerText="#{bindings.XXXXView1.hints.ProductOrder.label}"
                               id="c4">
                      <af:inputText value="#{row.bindings.ProductOrder.inputValue}"
                                    label="#{bindings.XXXXView1.hints.ProductOrder.label}"
                                    required="#{bindings.XXXXView1.hints.ProductOrder.mandatory}"
                                    columns="#{bindings.XXXXView1.hints.ProductOrder.displayWidth}"
                                    maximumLength="#{bindings.XXXXView1.hints.ProductOrder.precision}"
                                    shortDesc="#{bindings.XXXXView1.hints.ProductOrder.tooltip}"
                                    id="it1">
                        <f:validator binding="#{row.bindings.ProductOrder.validator}"/>
                        <af:convertNumber groupingUsed="false"
                                          pattern="#{bindings.XXXXView1.hints.ProductOrder.format}"/>
                      </af:inputText>
                    </af:column>
                    <af:column sortProperty="#{bindings.XXXXView1.hints.SerialNo.name}"
                               sortable="false"
                               headerText="#{bindings.XXXXView1.hints.SerialNo.label}"
                               id="c2">
                      <af:inputText value="#{row.bindings.SerialNo.inputValue}"
                                    label="#{bindings.XXXXView1.hints.SerialNo.label}"
                                    required="#{bindings.XXXXView1.hints.SerialNo.mandatory}"
                                    columns="#{bindings.XXXXView1.hints.SerialNo.displayWidth}"
                                    maximumLength="#{bindings.XXXXView1.hints.SerialNo.precision}"
                                    shortDesc="#{bindings.XXXXView1.hints.SerialNo.tooltip}"
                                    id="it5">
                        <f:validator binding="#{row.bindings.SerialNo.validator}"/>
                      </af:inputText>
                    </af:column>
                    <af:column sortProperty="#{bindings.XXXXView1.hints.SystemId.name}"
                               sortable="false"
                               headerText="#{bindings.XXXXView1.hints.SystemId.label}"
                               id="c1">
                      <af:inputText value="#{row.bindings.SystemId.inputValue}"
                                    label="#{bindings.XXXXView1.hints.SystemId.label}"
                                    required="#{bindings.XXXXView1.hints.SystemId.mandatory}"
                                    columns="#{bindings.XXXXView1.hints.SystemId.displayWidth}"
                                    maximumLength="#{bindings.XXXXView1.hints.SystemId.precision}"
                                    shortDesc="#{bindings.XXXXView1.hints.SystemId.tooltip}"
                                    id="it2">
                        <f:validator binding="#{row.bindings.SystemId.validator}"/>
                      </af:inputText>
                    </af:column>
                    <af:column sortProperty="#{bindings.XXXXView1.hints.SystemName.name}"
                               sortable="false"
                               headerText="#{bindings.XXXXView1.hints.SystemName.label}"
                               id="c5">
                      <af:inputText value="#{row.bindings.SystemName.inputValue}"
                                    label="#{bindings.XXXXView1.hints.SystemName.label}"
                                    required="#{bindings.XXXXView1.hints.SystemName.mandatory}"
                                    columns="#{bindings.XXXXView1.hints.SystemName.displayWidth}"
                                    maximumLength="#{bindings.XXXXView1.hints.SystemName.precision}"
                                    shortDesc="#{bindings.XXXXView1.hints.SystemName.tooltip}"
                                    id="it3">
                        <f:validator binding="#{row.bindings.SystemName.validator}"/>
                      </af:inputText>
                    </af:column>
                    <af:column sortProperty="#{bindings.XXXXView1.hints.ModelNumber.name}"
                               sortable="false"
                               headerText="#{bindings.XXXXView1.hints.ModelNumber.label}"
                               id="c3">
                      <af:inputText value="#{row.bindings.ModelNumber.inputValue}"
                                    label="#{bindings.XXXXView1.hints.ModelNumber.label}"
                                    required="#{bindings.XXXXView1.hints.ModelNumber.mandatory}"
                                    columns="#{bindings.XXXXView1.hints.ModelNumber.displayWidth}"
                                    maximumLength="#{bindings.XXXXView1.hints.ModelNumber.precision}"
                                    shortDesc="#{bindings.XXXXView1.hints.ModelNumber.tooltip}"
                                    id="it4">
                        <f:validator binding="#{row.bindings.ModelNumber.validator}"/>
                      </af:inputText>
                    </af:column>
                  </af:table>
                </af:panelGroupLayout>
              </af:dialog>
            </af:popup>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>
    [/code]
    Any help will be appreciated.
    ~Abhijit

    Hi,
    We are seeing this behaviour too - JDEV 11.1.1.7 with WLS 10.3.6.
    Anybody got any suggestions?
    Thanks
    Jon

  • Vertical Scroll issue with Excel 2013

    okay before i start this is NOT!! a fixed pane issue. checked and double checked
    i have a user who when scroll's the main view does not scroll, until you lift of the mouse button.
    as you click on the scroll bar, you get the number up displaying what Line you are on as you
    scroll this changes, but the view does not.
    scrolling with scroll lock on, using keys, and using the mouse wheel all work fine, just the
    scroll bar has this issue.
    i cant seen to find any options within excel or windows.
    anyone on here have any suggestions?
    just to add, the user is able to log onto multiple machines and the issue follows this user,
    but when another user logs onto the same machine the problem does not occur on that user, so I think it is a profile specific issue, would like to sort this out without deleted the user's profile

    Hi Zikofski,
    According to your description, my understanding is that as shown in the following figure the screen tip with content “Row: 2” is missing when you’re dragging/clicking the scrollbar.
    I suggest you can try to reset your XLB file to help check if settings of excel have been changed.
    XLB is a setting file format created by Microsoft Excel. XLB files contain custom settings for the toolbars (or command bars). These settings can be edited or customized by selecting “toolbar” from the view options. XLB files can contain information such
    as which toolbars are visible, their position, and their function. XLB files allow for the transfer of customization information between computers and users.
    Trying the following steps to reset you custom in excel:
    Go to the path in your own computer as shown in the following figure:
    Rename the *.xlb to *.xlb.old (Note: If you delete or rename *.xlb file, the settings of custom toolbars will lost.)
    Restart Excel and it will create a new *.xlb file
    Then, please check whether it is helpful.
    If my understanding is incorrect, please let me know. If possible could you take a screenshot and upload it, and could you be at bit more precise explain your problem so that we can get more accurate solutions to this problem. I am glad to help and forward
    to your reply.
    Regards,

  • TouchPad  Vertical-Scroll Painting Issues

    I have yet to reproduce the problem myself but I am getting
    reports of a painting issue on some laptops. Apparently, using the
    touch pad vertical scroll option on some (not mine unfortunately)
    laptops causes the contents of the flash player to paint outside of
    the player boundaries. The code is written in AS3 and is targeted
    for the Flash 9 player.
    The code implements a very basic FLVPlayback (skin on top)
    that sits behind a button and a static image in layers on the stage
    until the button is clicked. When clicked, the static image and
    button have their visible property set to false and the video is
    played. The painting problem happens when the static image is
    displayed and when the video is playing.
    Since I’m having no luck finding complaints of this
    problem after much searching, I can only assume that I have done
    something wrong in my implementation and being new to Flash it is
    the most likely scenario. Any suggestions on what I could be doing
    wrong?

    I got better response on my w520 by installing "Two finger Scroll" from here:
    https://code.google.com/p/two-finger-scroll/
    A LifeHacker post that turned up about the software:
    http://lifehacker.com/5493849/get-mac+like-scrolling-and-gestures-on-a-windows-laptop
    ...and it's helpful on my machine. For example, I often increase the size of font display in web text-heavy articles with CTRL-(two fingers up). I have no idea of its effect on a w530 but pull a Restore Point first and try it. Bail if bogus on that model.
    Pretty lame help from the techs.
    BTW, you can search here with that sw name because I heard about it in this forum and if there are negatives they woud have been discussed back in late 2011, early 2012 when I was looking into this. Good luck.
    4276-37U -- W520. Still have an X61t. First laptop in my house was an Osborne! Now that was a cool computer. (...for its time!)

  • Page shift due to vertical scroll bar issue

    I'm working through a vertical scroll bar issue in my design, using a ProjectSeven CSS page template. When testing the site in my browsers (FF/Safari/IE/Opera), and IF the scroll bar is not present, the entire page shifts to the left (the width of the scroll bar) when I click a link in the left column of my design. The page does not shift when the vertical scroll bar is present. Support at P7 suggested the following fix:
    html, body {
    height: 100.1%;
    margin: 0 0 1px;
    I've tried placing this markup in about ten different places but can't seem to find the right location in the code. Is it possible for someone in the forum to take a look at my page source and show me where/how to locate this fix?
    See my test site at:
    http://www.murcal.com/test_curvi_2.html
    Thanks .  .  .  .

    PZ,
    I'd like to place the fix where you've suggested, but that's the whole issue.
    I simply don't know where my CSS ends (duh). Is it possible that you show me exactly where?
    Hopefully this is the right section of my code:
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>PVII Curvitude</title>
    <link href="p7curvitude/p7CRVboxes982_2col.css" rel="stylesheet" type="text/css" />
    <link href="p7curvitude/p7CRV08.css" rel="stylesheet" type="text/css" />
    <!--[if lte IE 6]>
    <style>
    #navbar a {height: 1%; float: left;}
    </style>
    <![endif]-->
    <script type="text/javascript" src="p7pmm/p7PMMscripts.js"></script>
    <link href="p7apm/p7APM10.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="p7apm/p7APMscripts.js"></script>
    <link href="p7pmm/p7PMMh04.css" rel="stylesheet" type="text/css" media="all" />
    <link href="p7pmm/p7PMMh07.css" rel="stylesheet" type="text/css" media="all" />
    </head>
    <body>
    I've tried placing it in about ten different places, but I'm wrong everytime.
    Obviously, I'm a beginner trying to learn. I just can't seem to place it correctly.

  • Flex Tree Vertical Scroll Bar Issue

    When i click on the + image of flex tree than first time the vertical scroll bar is not coming but when when i minimize it and again click on + than it appears can any one tell me what is the issue??

    Hi Rob,
    I have tried changing styles of those div's in  which I have my dropdown's are there but it didnt work.
    Below is the code for reference:
    <div class="k-animation-container km-popup" style="width: 250px; height: 206px; margin- padding- padding-right: 10px; padding-bottom: 15px; display: none; "><div class="k-list-container k-popup k-group
    k-reset" id="MaintenanceType-list" data-role="popup" style="height: 200px; display: none; font-family: 'Segoe UI', Verdana, Tahoma, Arial; font-size: 11px; font-style: normal; font-weight: normal; line-height: normal; width: 244px; -webkit-transform: translateY(-206px);"><ul
    unselectable="on" class="k-list k-reset" tabindex="-1" role="listbox" aria-hidden="true" id="MaintenanceType_listbox" aria-live="off" style=""><li tabindex="-1" role="option" unselectable="on" class="k-item"></li><li tabindex="-1" role="option"
    unselectable="on" class="k-item">AUX - Accessories belonging to EA group</li><li tabindex="-1" role="option" unselectable="on" class="k-item">ARL - Artificial Lift</li>
    Regards,
    Jyothi

  • Painting issue when vertical scrolling

    Hello!
    I have a flex app that when clicking on the vertical scrolling arrows buttons ( located at the top and bottom of the vertical scroll bar), some of the contents in the flex app gets grabled (for example the text gets cut off, the radio buttons shows up in weird places, etc.. ).  The image below will help ( the red box highlights the vertical arrow button) :
    But when I using the vertical scroll tracker or if I click on any part of the vertical scroll, the content goes back to normal.  Is there a simple solution to this issue i'm having?
    Just for your reference, someone else was having a similar issue:
    http://forums.adobe.com/message/1928317
    Unfortuntely, the solution provided does not look like it applies to my issue ('wmode')....
    Anyone can shed some light on my issue here?
    Mark

    The problem is that the 'wmode' isn't specificed to the call to 'AC_FL_RunContent().' .......i'm guessing yes???   Well, what is the default value?
    Here is what  the 'AC_FL_RunContent'  looks like in the html wraaper:
    AC_FL_RunContent(
              "src", "playerProductInstall",
              "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
              "width", "100%",
              "height", "100%",
              "align", "middle",
              "id", "app",
              "quality", "high",
              "bgcolor", "white",
              "name", "app",
              "allowScriptAccess","sameDomain",
              "type", "application/x-shockwave-flash",
              "pluginspage", "http://www.adobe.com/go/getflashplayer"
    Mark

  • Help with a vertical scroll bar issue with a List component

    hi. i have a basic <s:list> that uses an XMLListCollection as it's data provider and a very basic itemrenderer. when a row in the list is clicked a function gets the list.selectedIndex then populates some text fields with more xml data. that all works fine.. the problem i have is that the vertical scroll bar on the list seems to be "clickable" - just like a row in the list. the scroll bar scrolls normally but when it's clicked the selectedIndex becomes -1 which is not helpful b/c the value -1 is passed to the XMLListCollection.
    any ideas? cheers.

    thanks but still problematic...surely the <s:List> component shouldn't return a value when the scrollbar thumb is clicked? i created a very basic list (see below) and made the list dimensions short enough so that there is a vertical scrollbar and found that when the scrollbar thumb is clicked the trace(event.currentTarget.selectedIndex) returns a number. that's annoying b/c i just want a selectedIndex value for a row that is clicked not the scrollbar.
    any ideas to get around? cheers
    <fx:Script>
    <![CDATA[
    protected function list1_clickHandler(event:MouseEvent):void
    trace(event.currentTarget.selectedIndex);
    ]]>
    </fx:Script>
    <s:List x="162" click="list1_clickHandler(event)" y="276" labelField="@label" width="144" height="153">
    <s:dataProvider>
    <s:XMLListCollection>
    <fx:XMLList xmlns="">
    <node label="one"/>
    <node label="two"/>
    <node label="three"/>
    <node label="four"/>
    <node label="five"/>
    <node label="six"/>
    <node label="seven"/>
    <node label="eight"/>
    <node label="nine"/>
    <node label="ten"/>
    <node label="eleven"/>
    </fx:XMLList>
    </s:XMLListCollection>
    </s:dataProvider>
    </s:List>

  • S12 Windows 7 - Mouse scroll issues and tapping won't stop.

    I recently purchased an S12 Ideapad for my girlfriend for her studies and installed Win7 in the process. It works perfectly aside from one tiny issue. We can't get it to stop left clicking when tapping the mousepad surface and the vertical scroll area on the rightside of the pad does nothing.
    I've tried installing the official Lenovo drivers for Win7 as Administrator / Then with Vista Compatabillity and then finally using the generic Synaptics drivers - but no luck, the options just doesn't appear in the Synaptics configuration menu of the mouse. All I can change are the functions of left click and right click. My old MEDION laptop has all the functions I am looking for in that same menu.
    Has anyone else experienced this and/or know of a solution to this annoyance?
    Windows 7 Ultimate
    S12 Ideapad
    S/N: EBxxxxxxxx
    Lenovo Driver used : http://consumersupport.lenovo.com/en/DriversDownlo​ads/drivers_list.aspx?CategoryID=733830 (The Touchpad one for windows with the funny typo Touch >I< pad title)
    Synaptics Driver used : http://www.synaptics.com/support/drivers ( The 32bit one for Windows 7)
    Regards,
    Anders Hermansen, Denmark.
    Moderator Note; s/n edited for members own protection

    Hi and welcome.. you can try
    alternate driver for touchpad  ( i used since W7 beta and RC.)
    v13.2.6.1 Vista x86/64 and WinXP x86/64 DriverVer=07/20/2009, 13.2.6.1
    ---> Here <---
    An Overview of driver settings with english screen pics you find here  Touchpad Synaptics Menue  translated ger-eng  
    not a driver but i install it on all synaptics touchpad machines
    all time cool internet surf fun  and full touchpad fun a must in all cases....
    ---> Here <---
    sincerely KalvinKlein
    Thinkies 2x X200s/X301 8GB 256GB SSD @ Win 7 64
    Ideas Centre A520 ,Yoga 2 256GB SSD,Yoga 2 tablet @ Win 8.1

  • Mouse Vertical scroll value resets(to 1) when firefox is force closed

    Hey,
    i hope someone have an answer to this problem.
    My windows vertical scroll mouse setting is set to 5.
    The problem is that if/when firefox crashes or is force closed then this value is reset to 1.
    have tried same approach with all other browsers, and many programs, but firefox is the only one that actually resets this value.
    i cannot find anything in about:config that should set it to 1 in case of crashes etc.
    i have tried to re-install both my mouse driver, my touch-pad driver(laptop Synaptics). and tried to reinstall firefox. even after reinstalling windows it still persists in this matter.
    i have an Asus G74sx laptop running windows 7 Ultimate
    hope anyone can shed some light as to why the problem occurs ?
    /Houston

    Hi guigs2, thanks for replying.
    problem is that this isn't a firefox preference but a windows preference that gets affected when firefox crashes or is force closed.
    and the the windows preference is saved, it just gets reset when above happens.
    Cor-el, thanks for replying.
    i have microsoft security essentials, and have had AVG, but uninstalled to check if that was the culprit, but wasn't.
    And checked profiles, and no new profiles exist(only have 1 profile), so that isn't the issue either.
    any other ideas ? :-)
    have had this problem with firefox ever since i started using firefox serveral years ago, so it isn't a version problem either but a general problem. and the problem only arises with firefox, and haven't been able to imitate it with any other software what so ever.

  • Scrolling Issue with Yoga 3 Pro

    Hi guys,
    Got myself a yoga 3 pro and i really like it! It has got a few issues though... The one currently frustrating me the most is shown in the following video:
    Scrolling Issue
    Google Chrome somehow doesn't work well on this laptop. As you can see the UI renders in funny angles, then sometimes even stays like that after scrolling. But this mostly just happens while scrolling and then when the scrolling is complete, it renders fine again, particularly on longer webpages and PDF's. Also the scrolling itself is very laggy and sometimes not responsive, although this might also be the touchpad not reacting that well - I have to say i had a macbook pro before this and that touchpad is unbeatable (the rest is **bleep** hehe).
    I couldnt reproduce the same issues on Internet Explorer (somehow no surprise, it being a windows thing and all). Firefox has laggy scrolling but almost no rendering issues of the same kind (when used heavily, it also happens though). When used heavily (high cpu usage) i even experienced this issue briefly in the windows explorer.
    Now I'm not just here to complain, as I said before the laptop is great in general, just hoping there is a solution or awareness regarding the scrolling issue.
    Thank you.
    Regards

    Haven't seen that on my Y3P, *but* I agree that the trackpad is just horrible compared with Mac trackpads, or even with the Logitech T650. As for Chrome, indeed it works OK with touch but not so great with the trackpad. In general, IE works better, looks nicer, and uses less power---but it's noticeably slower.

  • Full screen vertical scroller sometimes works, sometimes doesn't

    Curious to know if anyone else has had this problem or there's some information that my elucidate this mystery:
    Our publication ran a page with a full-screen vertical scrolling overlay today for the iPad. Inside of Viewer the folio flipped from page to page just fine, but once published we were unable to move between pages any longer once on this particular page. We've run full-screen vertical overlays before without incident and we're stumped to understand why the Viewer elicited no issues while the final publication did.
    I put this question to you, Forum: Any thoughts?

    Hey Lightgarden,
    Welcome to Apple Support Communities.
    From what I gather, your iPhone 4s intermittently stops responding and displays a blank black screen. If you haven’t already, take a look at the article linked below and try the troubleshooting suggestions that it provides.
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    If your device doesn't respond when you press buttons
    Your device might not return to the Home screen when you press the Home button, wake from sleep when you press the Sleep/Wake button, slide to unlock or power off, or it might appear frozen. Try these steps:
    Restart your device.
    If it still doesn't respond, or if it doesn't turn back on, reset your device.
    Get more help
    If you still need help after trying the steps above, contact Apple Support.
    Cheers,
    -Jason

  • Vertical Scroll in Dynpro Table Control

    Hello,
    I am currently having an issue with the vertical scroll control in my classic dynpro table.  When I scroll down it will scroll past the first record and then freeze.  I cannot scroll back up to the first record.  If I try to scroll down it jumps many records and then will not let me scroll back.  I have compared the coding from this screen to one that works and cannot find any differences. Is there somewhere else I should be looking?  Has anyone else experienced this issue?
    Thanks,
    Jereme

    Check out this example program.
    REPORT demo_dynpro_tabcont_loop.
    CONTROLS flights TYPE TABLEVIEW USING SCREEN 100.
    DATA: ok_code TYPE sy-ucomm,
          save_ok TYPE sy-ucomm.
    DATA: itab TYPE TABLE OF demo_conn,
          fill TYPE i.
          TABLES demo_conn.
    DATA: lines TYPE i,
          limit TYPE i.
    SELECT * FROM spfli INTO CORRESPONDING FIELDS OF TABLE itab.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
      DESCRIBE TABLE itab LINES fill.
      flights-lines = fill.
    ENDMODULE.
    MODULE fill_table_control OUTPUT.
      READ TABLE itab INTO demo_conn INDEX flights-current_line.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE read_table_control INPUT.
      lines = sy-loopc.
      MODIFY itab FROM demo_conn INDEX flights-current_line.
    ENDMODULE.
    MODULE user_command_0100 INPUT.
      save_ok = ok_code.
      CLEAR ok_code.
      CASE save_ok.
        WHEN 'NEXT_LINE'.
          flights-top_line = flights-top_line + 1.
          limit = fill - lines + 1.
          IF flights-top_line > limit.
            flights-top_line = limit.
          ENDIF.
        WHEN 'PREV_LINE'.
          flights-top_line = flights-top_line - 1.
          IF flights-top_line < 0.
            flights-top_line = 0.
          ENDIF.
        WHEN 'NEXT_PAGE'.
          flights-top_line = flights-top_line + lines.
          limit = fill - lines + 1.
          IF flights-top_line > limit.
            flights-top_line = limit.
          ENDIF.
        WHEN 'PREV_PAGE'.
          flights-top_line = flights-top_line - lines.
          IF flights-top_line < 0.
            flights-top_line = 0.
          ENDIF.
        WHEN 'LAST_PAGE'.
          flights-top_line =  fill - lines + 1.
        WHEN 'FIRST_PAGE'.
          flights-top_line = 0.
      ENDCASE.
    ENDMODULE.
    It has the following flow logic:
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      LOOP WITH CONTROL flights.
        MODULE fill_table_control.
    ENDLOOP.
    PROCESS AFTER INPUT.
      MODULE cancel AT EXIT-COMMAND.
      LOOP WITH CONTROL flights.
        MODULE read_table_control.
    ENDLOOP.
      MODULE user_command_0100.
    Regards,
    Midhun Abraham
    Edited by: Midhun Abraham on Oct 2, 2008 5:23 AM

  • Bottom right corner resize controls trump vertical scroll button if set to appear in the bottom corner

    My bottom right corner square of the Firefox window normally sits below the bottom of the vertical scroll bar and right of the horizontal scroll bar if one exists. The square is used to click and drag to resize the window's right and bottom boundaries.
    At issue is when a web site places its vertical scroll down-arrow button in the bottom right corner. I cannot access the down-arrow button with my mouse to cause the page to scroll down a few lines at a time because when I point the mouse there, I get the resize controls instead. Even though the down-arrow button is plainly visible on the screen, the resize controls take charge and I cannot use the scroll control.
    Two example web sites display their down-arrow control at the very bottom of the window; TIME.com and GMAIL.com. I have also viewed two PDF documents in the browser, and they too, have a vertical scroll bar all the way to the bottom, and I cannot use that down-arrow button because instead I get the northwest-southeast click-to-resize cursor instead of the mouse pointer when I attempt to use that button for scrolling.
    Someone on the Google Help forum was not able to replicate that issue, showing me screenshots of his lower right corner mouse behavior. He does not have the resize control covering access to the scroll bar.
    I am using the latest Firefox, I have reset Firefox, thus dumping all of my add-ons and custom settings, and have only put back AdBlock Plus and Cookie Monster. And Troubleshooter, when I asked a similar question.
    I am running Windows XP, on its last days of support. This computer is not capable of running anything newer, unless I run with Linux.
    Going to TIME.com, its vertical scroll is in the bottom corner and I get the resize control arrows instead of the mouse pointer when I point to the down-button. If I disable page styles in the View menu, I get a useful output that sets the end of the vertical scroll above the bottom corner. So somebody's idea of styling the page (CSS) creates this issue for me.
    Going to Gmail, turning off the styles gives me a useless output of nonsense, so I must use page styling enabled.
    Can someone please give me some guidance? This forum page has vertical and horizontal scroll above and left of the bottom corner square. I have access to all the parts of both scroll bars, as is the case on most well-designed pages.
    My window-resize controls are in charge always of the bottom corner square even if the vertical scroll is supposed to be there.
    See also my first wording of this question: https://support.mozilla.org/en-US/questions/993519

    Those layout.css prefs are about enabling some CSS feature, in this case vertical writing, so have nothing to do with scroll bars.
    *Bug 772321 - implement CSS parsing of writing-mode property
    *resource://gre/greprefs.js
    <pre><nowiki>// Is support for CSS vertical text enabled?
    pref("layout.css.vertical-text.enabled", false); </nowiki></pre>
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.

  • Text editing window expands instead of creating vertical scroll bar

    In the last few days, I have noticed that when I try to edit or post to Wordpress.com the vertical scroll bar no longer appears on the text editing box. Instead the box just gets progressively larger which makes it very difficult to get to other items on the WordPress editing screen, such as tags and categories. This problem seems to have arisen during the v31.0 auto-upgrade. Is anybody else having this issue and what steps can I take to solve it? (FYI, I tried modifying the setting described in another response about a similar issue using the about:config screen, with no success.)

    I don't know whether your dashboard has the "Visual" and "Text" buttons, but I believe the Visual uses CKEditor or another WYSIWYG editor and the Text editor might be a simpler design. Are both affected?
    I searched around to see whether I could find Wordpress.com support threads or other stories about it and I can't. So I'll fall back on some general suggestions:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove WordPress.com cookies without affecting other sites.
    Then try reloading the page. Does that help?
    To rule out extensions as a possible culprit, could you try the site in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions, some advanced features, and some custom settings. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * (menu bar) Help menu > Restart with Add-ons Disabled
    Note: Flash and other plugins still run
    After Firefox closes, a small dialog should appear: click "Start in Safe Mode" (''not'' Reset)
    Any difference?

Maybe you are looking for

  • Web pages do not load after ios 6

    My iPod touch received the IOS 6 update Thursday night and since then I can not load any web sites in Safari!  It will sit there spinning for a while and then I get a message "Safari could not open the page because the server stopped responding."  I

  • DSN - Success notifications

    Hi, I'm in the process of setting up a C350 for the first time, and can't seem to get delivery success notifications to work. I can only find options for soft/hard bounces (which are working) but can't find any options for success notifications. Our

  • Missing pci simple communications controller

    missing pci simple communications controller for windows 8.1.

  • Pdf file cannot open

    Hi. Every time I try to open the pdf file my Adobe Reader cant open it. I tried to open another pdf files and it was easy and effective. How can I open my .pdf file? thanks in advance!

  • My IPad is not showing in wifi networks.  I have purchased a data plan through AT

    How do I get my IPad to show up in wifi networks?  I purchased a data plan and have looked through settings but cannot find even using other networks setup.