Annoying - mouse wheel changes values in LOV when page scrolling

When I use the mouse wheel to scroll down the page after selecting a value from a Select List LOV, focus remains in the LOV and the LOV value changes automatically. Does anyone know of a workaround how to take focus off the LOV after selection? This has been annoying me for years especially in the Application Builder (which we can't do much about I suppose). Can this be done in my apps?...and please don't suggest not using the mouse wheel to scroll down the page...
regards
Paul P

Hi Paul,
assume you have a form with (at least) these two fields:
1. P70_EMPLOYEE_ID (standard Text field)
2. P70_MGR (select list)
All you need to do is specify
onchange="$x('P70_EMPLOYEE_ID').focus();"at HTML Form Element Attributes of item P70_MGR. Then everytime a value is selected from the select-list the focus/mouse pointer changes to P70_EMPLOYEE_ID
brgds,
Peter
Blog: http://www.oracle-and-apex.com

Similar Messages

  • Mouse wheel changes edits

    I couldn't find the answer to this in any of the help topics, but I made some edits to a PDF in X Pro, and I can't make it "stick." When I use the mouse wheel, it shows me the before and after edits. What's causing this and how can I get the edits to be the only page? This happens even when I save the document while on the new edited page.
    Pam

    Hi Paul,
    assume you have a form with (at least) these two fields:
    1. P70_EMPLOYEE_ID (standard Text field)
    2. P70_MGR (select list)
    All you need to do is specify
    onchange="$x('P70_EMPLOYEE_ID').focus();"at HTML Form Element Attributes of item P70_MGR. Then everytime a value is selected from the select-list the focus/mouse pointer changes to P70_EMPLOYEE_ID
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com

  • Cannot display values in LOV when using oe_transaction_types in Web ADI Template in R12

    Hi,
    I use BNE_INTEGRATOR_UTILS.CREATE_TABLE_LOV to create a POPList by using the view oe_transaction_types, but there is no any data displayed in the order type column,  while can use table oe_transaction_types_tl to create the POP List and display value. Does the Web ADI LOV not support the MOAC? Here is the API:
      BNE_INTEGRATOR_UTILS.CREATE_TABLE_LOV(P_APPLICATION_ID     => 20009, --IN NUMBER,
                                            P_INTERFACE_CODE     => 'XXX_UPL_ORD_INTF', --IN VARCHAR2,
                                            P_INTERFACE_COL_NAME => 'P_ORDER_TYPE', --IN VARCHAR2,
                                            P_ID_COL             => 'NAME', --IN VARCHAR2,
                                            P_MEAN_COL           => 'NAME', --IN VARCHAR2,
                                            P_DESC_COL           => 'DESCRIPTION', --IN VARCHAR2,
                                            P_TABLE              => 'OE_TRANSACTION_TYPES', --IN VARCHAR2,
                                            P_ADDL_W_C           => 'TRANSACTION_TYPE_CODE = ''ORDER'' AND NVL(END_DATE_ACTIVE, SYSDATE) BETWEEN START_DATE_ACTIVE AND SYSDATE',
                                            P_WINDOW_CAPTION     => 'Order Type', --IN VARCHAR2,
                                            P_WINDOW_WIDTH       => 500, --IN NUMBER,
                                            P_WINDOW_HEIGHT      => 400, --IN NUMBER,
                                            P_TABLE_BLOCK_SIZE   => 10, --IN NUMBER,
                                            P_TABLE_SORT_ORDER   => 'NAME', --IN VARCHAR2,
                                            P_USER_ID            => -1, --IN NUMBER,
                                            P_TABLE_COLUMNS      => 'NAME,DESCRIPTION', --  IN VARCHAR2,
                                            --P_TABLE_SELECT_COLUMNS IN VARCHAR2,
                                            --P_TABLE_COLUMN_ALIAS   IN VARCHAR2,
                                            --P_TABLE_HEADERS        IN VARCHAR2,
                                            P_POPLIST_FLAG => 'Y');

    Duplicate post.
    How to restrict the display of Integrator in Web ADI
    How to restrict the display of Integrator in Web ADI

  • Display lov when page load

    hi i have a situation where i what lov to popup when the page load.my situation is i what a lov to popup with , the list of organisation when the page load and when the page load it must display only information for that selected organisation,has anyone done that.am in jdeveloper 11.1.1.6.0

    ok the organisation is selected in the first page which load,i what to select organisation and navigate to next page whare there is only that organisation details
    my first page is below
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
      <af:panelSplitter id="ps1" orientation="vertical" splitterPosition="148">
        <f:facet name="first"/>
        <f:facet name="second">
          <af:panelStretchLayout id="psl1" startWidth="126px" endWidth="124px">
            <f:facet name="bottom"/>
            <f:facet name="center">
              <af:panelStretchLayout id="psl2" endWidth="137px" startWidth="220px">
                <f:facet name="center">
                  <af:panelGroupLayout id="pgl1" layout="vertical" valign="middle"
                                       halign="center">
                    <af:panelStretchLayout id="psl3"
                                           inlineStyle="width:732px; height:340px;"
                                           bottomHeight="100px">
                      <f:facet name="bottom">
                        <af:panelGroupLayout id="pgl2" layout="vertical"
                                             valign="middle" halign="center">
                          <af:panelHeader text="Select Organisation To Update" id="ph1"
                                          inlineStyle="border-style:ridge; border-color:Blue; height:57px;">
                            <f:facet name="context">
                              <af:toolbar id="t1">
                                <af:commandButton text="UpdateOrganisation" id="cb1"
                                                  action="UpdOrg"/>
                              </af:toolbar>
                            </f:facet>
                            <f:facet name="menuBar"/>
                            <f:facet name="toolbar"/>
                            <f:facet name="legend"/>
                            <f:facet name="info"/>
                          </af:panelHeader>
                          <af:panelFormLayout id="pfl1"
                                              inlineStyle="border-color:Blue; border-style:ridge; height:24px; width:720px;">
                            <af:selectOneChoice value="#{bindings.OrgName.inputValue}"
                                                label="OrganisationName"
                                                required="#{bindings.OrgName.hints.mandatory}"
                                                shortDesc="#{bindings.OrgName.hints.tooltip}"
                                                id="soc1">
                              <f:selectItems value="#{bindings.OrgName.items}"
                                             id="si1"/>
                            </af:selectOneChoice>
                          </af:panelFormLayout>
                        </af:panelGroupLayout>
                      </f:facet>
                      <f:facet name="start"/>
                      <f:facet name="end"/>
                      <f:facet name="top"/>
                    </af:panelStretchLayout>
                  </af:panelGroupLayout>
                </f:facet>
                <f:facet name="top"/>
              </af:panelStretchLayout>
            </f:facet>
            <f:facet name="start"/>
            <f:facet name="end"/>
            <f:facet name="top"/>
          </af:panelStretchLayout>
        </f:facet>
      </af:panelSplitter>
    </jsp:root>Edited by: adf009 on 2013/02/06 5:12 PM

  • Mouse wheel value update

    Hello everyone
    I am trying to get the value from "mouse scroll" changed by mouse wheel. The attached code is very simple and seems to be right wired, but it's not working properly. If you run the VI and scroll up and down  mouse wheel, you will see that sometimes the value is updated on the indicator, sometimes don't. If you keep using the mouse wheel always on the same direction (i.e. up), the value on the indicator starts to increase but not after every single roll of the mouse wheel. Seems like a lack of sync between the while loop execution and the mouse wheel usage.
    Any ideas how to trigger the loop just after mouse wheel usage? I have to sync them.
    Thanks
    Dan07
    Attachments:
    Mouse Wheel Value Update.vi ‏10 KB

    Mike
    I got your Vis and did some modifications to adjust them to my code and everything is working like a charm. But I would like to understand what's going wrong with my code (the one that I attached on the first message of this thread). I did a very very very simple code that was supposed to do the jog, but it is not working. As I roll the mouse wheel the value on the indicator does not update in sync with the mouse wheel (sometimes it updates, sometimes don't). If I have my code working I can put it inside an event structure on the timeout case and use:
    Mouser Enter array - feed timeout with 10ms
    Mouse Leave array - feed timeout with -1ms
    Anyway, thanks for your code.
    Please, help me to understand what's wrong with mine.
    Aested, my VI works on my computer too, but the value on the indicator does not update in sync with all movements of mouse wheel.
    Thanks
    Dan07

  • Flash freezes in Firefox when I scroll the mouse wheel over a drop down list or text field (possibly others as well).

    Whenever I scroll in a drop down menu in Flash in Firefox (for example, I move the mouse wheel just one detent), it just continues scrolling on its own all the way to the bottom of the list and freezes all interaction for about 10 seconds.  It's really bizarre.
    If I start click and dragging things, nothing happens, and then all of the sudden everything catches up and moves.  As an experienced programmer, I can say that it looks like some kind of queuing of keyboard/mouse events with delayed execution.   Has anyone else encountered this issue?
    I found something from 2008 that sounds similar, although I am not using the sIFR they mentioned: sIFR mouse wheel scrolling freeze in Firefox - Stack Overflow
    Seems to be a Firefox-specific issue, although it also seems to be something that has just recently started occurring since updating Firefox.
    UPDATE:  I was checking my Firefox version in Help > About Firefox, and it showed version 33, but also had a pending update so I restarted Firefox.  The problem was no longer occurring at that point.  When I checked the version again, it said 33.0.2, but it also said "applying update", with another pending restart. I restarted Firefox again.  It's now stable at version 33.1.  So perhaps it was a problem with that particular version, or even a temporary issue with that running browser instance.

    Hi James,
    Thank you for sharing your solution with us. It will help other users with a similar issue.
    Thanks,
    Preran

  • Adobe Reader slow when mouse wheel scrolling in Full Screen mode.

    When I scroll a pdf in normal mode, its fine, but when I try to view in Full Screen mode, the scrolling is much more slower and it takes more rolls of the mouse wheel to get to the next page. Does anyone know how to improve the scrolling function of the Adobe Reader when viewing a document in full screen mode?

    Good that you solved your problem. There will probably be other users that need to solve the same problem and your solution might help many others. The support here comes from users helping other users.

  • Can I get my mouse wheel to scroll page up/down instead of a couples lines?

    In Windows, there was an option to have the mouse wheel scroll in page increments. I think this is much better ergonomically (less scrolling). Is there a way to do this on the Mac?

    hey Lodinick,
    I'm actually trying to get my mouse to do what you're complaining about. My search led me to your post, LOL.
    I have a programmable logitech and I can't seem to find an option to assign the scroll functionality. I can change what happens when I click the scroll wheel, but not what happens when I scroll it up or down.
    To help you:
    1. If you have a programmable mouse, try digging in the software for that mouse.
    2. If not try looking in Windows mouse settings.
    If I find how to make it work on my mouse I'll try to remember and come tell you how to undo it.
    // Juston

  • Using mouse wheel to zoom and pan

    I was wondering if there would be a way to make a javascript that would load at Photoshop's startup that would allow the user to zoom in and out using the mouse wheel (instead of using it for scrolling), and to use that same mouse wheel as a third button (when you push on the mouse wheel) or any third button on a three button mouse to pan in your image. I'm a 3ds max user and I love the way the navigation work in that software so it'd be great to be able to do that for Photoshop and Illustrator and get rid of those useless key shortcuts that we need to use to zoom and pan.
    For the pan fonction, I guess if there was a way to simply say "when the third mouse button is pressed, press the space button, until the mouse button is released" it could work. But then it would force the panning to stop when the mouse goes offscreen, unlike in 3ds max where you can pan for whatever distance you want, even if you have the loop throught the screen ten times.
    For the zoom function, if scolling up could simply "push" the keyboard shortcuts to zoom in/ zoom out it could work, but I don't know if that's possible. And then we'd have to disable the scrolling up and down in the document.
    Anyways, if anyone has any ideas about that let me know! I've been looking for that for such a long time!

    Not sure if I am misreading your post, but there is an option in the preferences that allows you to choose Zoom With Scroll Wheel. With this option active you hold the ALT key to scroll.
    My Logitech mouse has a tilt wheel on it and this works fine in Photoshop. It doesn't loop through the screen but it does pan left and right with no problem. On this mouse the scroll wheel can also be pressed, and can be programmed to almost any key, I use for double click.
    Forgive me if I've misunderstood your question.

  • How do i get my mouse wheel to stop making the song Fast forward and rewind?

    the song plays, I start surfing the web and if i use the scroll wheel on my mouse (up or down) it moves the play possition of the song foreward or backward.

    hey Lodinick,
    I'm actually trying to get my mouse to do what you're complaining about. My search led me to your post, LOL.
    I have a programmable logitech and I can't seem to find an option to assign the scroll functionality. I can change what happens when I click the scroll wheel, but not what happens when I scroll it up or down.
    To help you:
    1. If you have a programmable mouse, try digging in the software for that mouse.
    2. If not try looking in Windows mouse settings.
    If I find how to make it work on my mouse I'll try to remember and come tell you how to undo it.
    // Juston

  • Decrease distance scrolled per mouse wheel notch (Desktop)

    As of yesterday's 1.0.1.1060.gc75ebdfd update, one scroll wheel notch scrolls much longer than it used to do. Before it scrolled the distance it was supposed to, as defined by the vertical Scrolling setting in Control Panel->Mouse. In the update, it scrolls four times that. If set to 3 lines, it should scroll 100 pixels, which it does in all other applications. In the new update, it scrolls 400 pixels [when set to 3 lines per scroll wheel notch]. This causes you to lose control almost immediately when scrolling through lists. On a 1080p display, it scrolls almost half the list height per notch (880 pixels). This means that you get a completely different view every two scroll wheel notches. Skimming through lists becomes almost impossible. As for me, this reduces the usability of Spotify quite dramatically. I have dozens of playlist, some with hundreds or thousands of songs. Now I have no good way of scrolling slow. The mouse wheel obviously doesn't work, and the scroll bar is so small in select playlists [because there are so many songs], that it required very minute and accurate movements in order to have control. Temporary fix:Use the mouse wheel button to scroll slowly. Just click it once and move the mouse a little down [or up] to initiate auto scrolling. Be aware that if you do this while the mouse hovers over a link (artist name or album name), nothing happens. In a browser, this would open a new tab with that link, but as Spotify doesn't have tabs (new idea?), nothing happens. Doing this also selects the track you hover over when initiating auto scroll (same as ctrl-clicking songs), but this doesn't matter as when you double click a song to play it, all other songs are deselected. [EDIT 15.03.15] Rewrote the entire post, as I realized my first version may have led to misunderstanding of what I wanted to carry forward. This case should be looked at as a bug. Thanks,Truls Bekk

    I looked around everywhere for solutions to these things.This is my first post, but, try installing this mouse program called "KatMouse"It changes around the scrolling a little bit so you might have to make some adjustments, but, just keep it running. It works!It's also a really nice program. This should be a temporary solution until this is fixed ..If it doesn't work for you then just uninstall it and restart the computer.I'm on Windows 7 64bit desktop computer with Logitech M525 wireless mouse and Logitech SetPoint software and it completely fixed this problem for me.I won't post the link to the actual KatMouse site, just search for it with Google or whatever search thing you use. It's icon is a little cat when you install it. This was bugging the crap out of me too, as well, so I hope this works for you guys, too. EDIT: Also, after you install KatMouse, you have to leave it running for it to work (it'll just run in your taskbar). It won't slow down your computer (a very small program). It just runs in bewteen your mouse and the scrollbars (technically speaking).

  • My mouse wheel went crazy.

    I was using fluxbox and firefox, then I installed gnome yesterday.  Now my mouse wheel "jumps up and down" when I try to scroll webpages.  It even does it if I am using fluxbox.  Or using the rox filemanager.
    My /etc/X11/XF86Config hasn't changed since the 4-4-2004, and of course has the lines:
        Option "Protocol"    "IMPS/2"
        Option "Device"      "/dev/psaux"
        Option "ZAxisMapping" "4 5"
    It is "active", it just jumps back the opposite direction I scroll in.  I can't scroll webpages, just makes them jump up and down.
    Any ideas whats going on with my mouse?  It's a Kensington USB optical mouse.  The only thing I can think of is that installing Gnome and all its little pieces screwed something up.

    whol wrote:It's a Kensington USB optical mouse...
    I have a USB optical mouse as well.  Change your "Device" option and "Protocol" option.  The entry you should have is:
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ImPS/2"
    Option "Device" "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "no"
    EndSection
    I think you just had some bad combinations of settings.  "/dev/usbmouse" is just a symlink to "/dev/input/mice", but make sure you are using the "ImPS/2" protocol as well.  My scroll works in every application.  Hope that helps.

  • Scrolling table mouse wheel

    My UI contains a table that is initially empty.  When the app is launched I can mouse-over the table and use the mouse wheel to scroll through the (empty) table, but after the table is filled with values this functionality stops.  I can only scroll with the mouse wheel after left-click on the vertical scroll bar.  Any way to scroll the table without having to click the scroll bar?  Is there an attribute that can be set?

    Hello !
    Here is how I did it (be careful, you will have to force "FirstVisibleRow" variable to be inside of limits [1 ; number of raw in the table]...this is not done in the example) :
    int CVICALLBACK tableCB (int panel, int control, int event,
    void *callbackData, int eventData1, int eventData2)
    int FirstVisibleRow;
    switch (event)
    // If mouse over the table => table is forced to be the active control of UI
    case EVENT_MOUSE_POINTER_MOVE:
    SetActiveCtrl (panelHandle, PANEL_TABLE);
    break;
    // If mouse wheel scroll is used
    case EVENT_MOUSE_WHEEL_SCROLL:
    // Get first row index
    GetCtrlAttribute (panelHandle, PANEL_TABLE, ATTR_FIRST_VISIBLE_ROW, &FirstVisibleRow);
    // Set new first row index : scroll-down if eventData1 = 2 (scroll-up otherwise, if eventData1 = 3)
    SetCtrlAttribute (panelHandle, PANEL_TABLE, ATTR_FIRST_VISIBLE_ROW, (eventData1 == 2) ? FirstVisibleRow - 5 : FirstVisibleRow + 5);
    break;
    return 0;

  • Scrolling mouse wheel

    Hi,
    Does anyone know how to make a movieclip scroll with the
    mouse wheel with a slowdown (makes the movie clip look like its
    slowing down) function so that with one scroll of the wheel the
    movie clip will move down then slow down and with another scroll it
    will go down further etc...? I can get the scroll wheel working
    with the slowdown function but what im finding is flash wont
    recognise the mouse wheel after one 'turn' of the mouse wheel. In
    other words i can scroll once and no more.
    I have attached the code. The code is all on one frame in the
    _root timeline and 'panel' is the movieclip to be scrolled...
    Any help would be great....

    thanks _name for your help, although i didnt have any luck
    with doing it that way. I have made a bit of progress though, i can
    get the mouse to scroll the movieclip (panel) in one direction with
    a friction function attached so once scrolled it goes from faster
    to slow to stop, the main problem is i cant get it to do the same
    thing when scrolled in the opposite direction (i have put a
    function in there to act as a 'stopper' to stop the scroll. Anyone
    have any ideas about this?
    cheers for any advice offered...

  • Mouse-Wheel and Forms 10g

    How is it possible to use the mouse-wheel in webforms ?
    e.g. to scroll in a multi-record-block.
    Gerd

    We don't, in general, update already released versions, so no.
    If you absolutely must have a particular fix in a version that has already been released you need to log a one-off request with Support.
    I suggest you upgrade to 10.1.2.2.

Maybe you are looking for

  • Leopard 10.5.8 won't boot

    Here's is a mindbender for you to ponder: Had a power outage. My hopped up G4 tower with 2 - 200 GB EIDE drives on an EIDE PCI card.  It crashed and one 200 GB EIDE drive didn't survive. (Yes it was on a UPS but the UPS ran dry and the G4 crashed bef

  • DAC configure issue

    I am trying to configure DAC to connect but am receiving an error. I have installed: Oracle db 11gR2 OBIEE 11g informatica 9.0.1 BI APPS 7.9.6.3 DAC 10.1.3.4.1 running on windows 2008r2 64-bit All is working correctly apart from when i try to configu

  • Setting clock in utc with NITS time

    How can I keep my iMac in syc with NIST. I cannot find any programs for this. There are alot of utc time display programs but as far as I can tell they only use computers clock. I need something that will change computer clock with NIST              

  • Spotlight eating disk space os x snow leopard

    Hello, I have 2 major problems. The first is that Spotlight, for at least 1 or 2 years, has continually eat disk space on a half-hour basis. It would go from gigabytes and drain down to zero and then back up again and then down. This slows down my Ma

  • MSI 890FXA-GD70 AM3 - Hard Drive in Sata Port 6 Not recognized in WIN7-[SOLVED]

    I just bought this motherboard (MSI 890FXA-GD70 AM3), new memory, case and processor.  I love it.  But while I can put something together, I do not consider myself much more then an experienced novice.  Anyway, I bought a 5th hard drive and plugged i