Onscroll event?

Using forms 9.0.2.4
Users access the forms through Jinitiator 1.3.1.13
My question is users wish to be able to scroll through forms using their mouse wheel however I have not been successful in locating a way to do this.
Is this possible?
Any help is appreciated.

Hi leland,
There is mouse wheel events in Oracle forms.
There is a freeware named LINK: [FREEWHEEL.exe|http://www.geocities.com/SiliconValley/2060/freewheel.html|Click to view info about freewheel.exe], which when installed in the corresponding workstation provides mouse wheel functionality to forms.
After installing this , my records were navigated automatically while moving the mouse wheel button.
Kindly click helpful if helpful

Similar Messages

  • Javafx tableview onscroll event not working

    tableview onscroll event is not working and how to add scrollbal event on tableview.could u help me

    As jsmith notes, the best place to report bugs is directly into the Jira tracker at http://javafx-jira.kenai.com. If you put it in the 'runtime' area against the 'controls' component, it'll end up on my plate.
    Thanks!
    Jonathan

  • Out of Memory error while builng HTML String from a Large HashMap.

    Hi,
    I am building an HTML string from a large map oject that consits of about 32000 objects using the Transformer class in java. As this HTML string needs to be displayed in the JSP page, the reponse time was too high and also some times it is throwing out of memory error.
    Please let me know how i can implement the concept of building the library tree(folder structure) HTML string for the first set of say 1000 entries and then display in the web page and then detect an onScroll event and handle it in java Script functions and come back and build the tree for the next set of entries in the map and append this string to the previous one and accordingly display it.
    please let me know whether
    1. the suggested solution was the advisable one.
    2. how to build tree(HTML String) for a set of entries in the map while iterating over the map.
    3. How to detect a onScroll event and handle it.
    Note : Handling the events in the JavaScript functions and displaying the tree is now being done using AJAX.
    Thanks for help in Advance,
    Kartheek

    Hi
    Sorry,
    I haven't seen any error in the browser as this may be Out of memory error which was not handled. I got the the following error from the web logic console
    org.apache.struts.actions.DispatchAction">Dispatch[serviceCenterHome] to method 'getUserLibraryTree' returned an exceptionjava.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
         at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.OutOfMemoryError
    </L_MSG>
    <L_MSG MN="ILHD-1109" PID="adminserver" TID="ExecuteThread: '14' for queue: 'weblogic.kernel.Default'" DT="2012/04/18 7:56:17:146" PT="WARN" AP="" DN="" SN="" SR="org.apache.struts.action.RequestProcessor">Unhandled Exception thrown: class javax.servlet.ServletException</L_MSG>
    <Apr 18, 2012 7:56:17 AM CDT> <Error> <HTTP> <BEA-101017> <[ServletContext(id=26367546,name=fcsi,context-path=/fcsi)] Root cause of ServletException.
    *java.lang.OutOfMemoryError*
    Please Advise.
    Thanks for your help in advance,
    Kartheek

  • Mouse wheel trigger?

    if a user scrolls with the mouse wheel, how do i capture it?
    thanks

    found that post, it contains a link to a metalink note, there is a method explained which involves a java-bean to implement thta functionality
    Re: onscroll event?

  • How to react to scroll position on TableView

    Hello:
    I'd like to know if it's possible to bind the scroll position on a TableView to the scroll position in other TableView, so both component scroll at the same time. There isn't a scrollProperty in TableView and the onScroll event doesn't seem to work.
    Any idea on how to handle this? Any alternative point of view?
    Thanks in advance.

    I'm not sure there's a way to do what you want, but if you select command click on a link "open in new window" in Camino prefs, you should have the original window and scroll position in place behind the new window.
    Hope this helps,
    Miriam

  • Found a JS inconsitency

    in the example found on this page
    http://www.java2s.com/Tutorial/JavaScript/0420__HTML-Tags/BodyonScrollevent.htm
    <body onScroll="alert("message")> works in all browsers
    however when i copy the code into dreamweaver and make my own file it wont work in IE (other browser are fine)
    and when i write my own body onScroll event handler from scatch it also does not work in IE, dispite the code being exactly the same (i spell checked it)
    whats going on?

    function(){return A.apply(null,[this].concat($A(arguments)))}
    altruistic gramps wrote:
    yeah i do have a problem actually
    on my screen that page does not need any scroll bars so i cant scroll
    You could have made the browser window so that a scrollbar does appear. I have added more text so that you should now see the scrollbar.
    also i noticed that the click me and click me again links have ID attributes
    these are referenced to in one of the included js files and the code seams to imply that the trigger the same function that you said scrolling triggers
    The functions are encapsulated in a load listener function to ensure that the functions are being recognised. There are other ways to achieve the same result.
    but they do not
    i click on them and they do nothing
    If I understand you correctly, the click me and click me again buttons do not work? This is very embarrasing. Which OS and browser are you using?
    Gramps
    windows 7 64 bit
    internet explorer 64 (latest version)

  • ExternalInterface & ContextMenu bug

    Steps to reproduce bug:
    1. I use ExternalInterface.callback to receive browser
    scrollbar event notification & values, to scroll a scrollRect.y
    value. This works fine until...
    2. I right-click for Flash ContextMenu (custom, or
    DefaultRemoved).
    3. Try scrolling browser scrollbar
    Results: The ExternalInterface.callback doesnt receive
    constant updates, only when the scrollbar is released. So the
    scrollRect.y value is only updated once I let go of the browser
    scrollbar.
    Expected results:The same functions as before the
    right-click ContextMenu is triggered.

    Apple bug report
    https://bugreport.apple.com
    Summary:
    Right-Clicking an embedded Flash Movie results in javascript
    event handling problem. Not reproducible in IE/Firefox.
    Steps to Reproduce:
    Scroll the browser scrollbar, and notice the Flash movie
    receives updates while dragging the scrollbar.
    Right-click the Flash movie.
    Scroll the browser scrollbar, and notice the Flash movie only
    receives updates AFTER releasing the scrollbar.
    Expected Results:
    Right-click inside Flash Movie should not adversely affect
    the javascript event handling.
    Actual Results:
    The Flash Movie is receiving Javascript onscroll &
    onresize events from the browser. After right-clicking inside the
    Flash Movie, the onscroll events ONLY update after the scrollbar is
    released. Prior to the right-click, everything works as expected.

  • Table column scrolling

    Hi experts,
    i have 2 tables on one view, both has the same amount of columns. I want to make the tables vertical scrollable, but i need the tables to scroll the columns synchronously.
    That means that in both tables the same columns should be visible if the user scrolls in one of the tables.
    Is this possible and if yes, how?
    Thanks & regards
    Jan

    >
    Abhimanyu Lagishetti wrote:
    > There is no property called firstVisibleCol like firstVisibleRow, also the onScroll event will not get triggered on horizantal scrolling, i don't think it is possible
    >
    > Abhi
    I'm working on 7.0 EnhP1 so I probably have functionality you don't have yet, but in my system there is a table parameter called firstVisibleScrollableCol although it is still true that the onScroll only fires for the normal row scrolling.  I would have to experiement - but assuming you has 7.0 EnhP1 you might be able to use the WDDOMODIFYVIEW event set a two different context nodes that are each bound to the firstVisibleScrollableCol property of your two internal tables.  However before EnhP1 I don't think this requirement would be possible.

  • About table events

    Hi Folks,
                 Can any body will post document regarding how we can implent events for table ui element.Events like OnSelect,OnSort,OnLeadSelection,OnFilter and OnScroll.
    Pls help me.
    Thanks in advance.

    Hi Ravi,
    You ahve to search before posting... you ahve SAP HELP.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/2d/390e422dfcde2ce10000000a1550b0/content.htm
    https://cw.sdn.sap.com/cw/docs/DOC-14347
    Cheers,
    Kris.

  • Training and Event Management - report on list of cancelled courses

    Hi All,
    Is there any standard report available to get the list of cancelled courses (be it business event grp , type or business event) Would appreciate your inputs on this.
    Kind regards
    Sathya

    S_AHR_61016216 - Cancellations per Attendee , i think there is no standard report for cencelation of business events, type and group.
    for cancellations per attendee reports is available in the system.
    good luck
    Devi

  • How can I see Calendar event END times at a glance?

    How can I display my Calendar event titles exactly as I type them? I do not want Calendar to remove duration from the titles of my events. Otherwise I can't see event END times at a glance in month view; only start times. How can I "trick" Calendar to just show my titles as I type them - as I always could before I upgraded. I used to be able to enter "Seminar 9am-5:45" and it would appear that way regardless of how or what I chose to enter (or not enter) for duration.
    I am running OSX 10.9.3.

    It's a bit weird, but if you type in the time info TWICE into the event title then Calendar uses/deletes one of them to populate the event details and leaves the other.
    Apple - Mac OS X - Feedback

  • Event List view in iCal?

    I would love to have an Event List view in iCal like I do on the calendar on my iPhone. Is there such a thing? The particular reason for wanting it (this time) is that one of the calendars in the ON MY MAC list has a number in a oval to the right.
    I believe this is trying to tell me that there is a new event that I need to do something about. Problem is, I don't know where to find it.

    ecernek,
    There is no event list option on iCal like the one on the iPhone.
    That number means that you have an event invitation. Use iCal>View>Show Notifications to choose what to do with the notification.

  • Can I show a color bar instead of a color bullet in iCal Monthly view for all my events in all calendars?

    In the Monthly view of iCal the only events that show a color bar in the event is the Birthday Calendar. All other events in all my other calendars only show a color bullet next to the event (unless I click on that event which then shows as a color bar). I would like to know if it is possible for all the calendar events to have a color bar in the monthly view instead of just that tiny color bullet.

    Greetings Judith,
    Before making any attempts at deleting calendar data, backup what you have just in case:
    Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    iCal has an automated function located in iCal > Preferences > Advanced > Delete events "X" days after they have passed.  By typing in a value for days you can tell iCal to delete all events before that time frame.
    Example:
    Today is 4-16-2012.
    If I wanted to delete all events prior to 1 year ago (4-16-2011) I would type in "365" for the number of days.
    Once you type in the number of days you want kept in iCal, close the preferences and then quit iCal.
    Re-open iCal and check to see if the events are gone.  If not you may want to leave it open for several minutes and then quit again.
    Once the events are removed go back to  iCal > Preferences > Advanced > Delete events "X" days after they have passed and make sure the check mark is removed to prevent future deletion.
    Hope that helps.

  • Can you show at a glance which event images are in albums?

    Say I had an event containing multiple similar but different images, is there a way to show in the grid view for example which images have already been used in one or more albums?
    Would be handy to be able to select a 'show list of albums containing this image'dialogue box. I guess you could hide images you've used but that wouldn't work automatically, nor would any other tagging/rating.
    Another approach would be to make albums containing everything in a given event, then move the images out of that album once used, just seems fiddly to me.
    AC

    AC
    Would be handy to be able to select a 'show list of albums containing this image'dialogue box.
    Yes it would and many people have suggested tit. Add your voice to the chorus at iPhoto Menu -> Provide Apple Feedback.
    A workaround - and it's no better - is to go to an album and select al, then give all those pics a keyword. Then in grid view you can see which pics have the keyword. (View -> Keywords)
    Regards
    TD

  • Unable to capture startup and shutdown event of Photoshop in automation Plugin.

    Hi,
    I am creating an automation plugin and I want to register some events. I have seen listener plugin sample to register event in startup and unregister event in shutdown. I have used same code in my plugin but I am unable to capture the startup nad shutdown event of Photoshop. On clicking the menu item of my plugin the calls come inside the AutoPluginMain but during the startup or shutdown of plugin, the calls does not come inside the AutoPluginMain.
    I am unable to detect the cause of the problem. Can someone please giude me??
    Thanks in advance.

    Hi Tom,
    Thanks for the suggestion.
    Yes, I am working on Windows. As you suggested, I compiled .rc file but the compile option for .r file was disabled. After compiling the .rc file, I again rebuild the complete project and tested my build. But still I was not able to achive the desired result.
    Any other thing that I need to do to make it work?
    Thanks

Maybe you are looking for

  • Here we go again....10.6.7 doesn't kill anything

    In the words of the famous fictitious spy series protagonist, James Bond, "Always have a backup plan." That is true regardless of what computer you have, anytime you install anything new, you should have at least two backups present. They can be prin

  • IMac 17" with isight RAM question

    I want to expant RAM on my old iMac - iMac 17" with iSight, 1.9 GHz, introduced october 2005 Is this RAM module going to be compatible? DDR2 *2 GB* *533 MHz* PC4300 1,8V *240 pins* *Cas Latency: 4* My concern is if the certificate (PC4300) is going t

  • Viewing Purchases on Apple TV

    I purchased a movie through iTunes, and have it downloaded to my MacBook Pro and iPod Touch. I can view the movie on my iPod Touch and use AirPlay to transfer to the Apple TV, but if I try to view the movie directly from Apple TV under Purchases, it'

  • WAD - Best way to layout master data fields for a single record

    I am creating an employee profile which will be fed from various InfoProviders in BI. I am going to lay it out so that there is a master data section at the top and then below there will be various histories (salary, job, etc) and everything will be

  • Create material with reference using BAPI

    Hi I need to create material using refrence to another material for all material Views. Can I use BAPI_MATERIAL_SAVEREPLICA. Which parameter I need to fill for reference materia Moderator message: please do your own research before asking. Edited by: