Custom Scroll Bar (value before mouse buttonrelease)

Hi Forte Users,
Has anyone been able to modify the scroll bar so that the value was
continually updated?
Basically I want to be able to change a value in a DataField while the
scroll is moved, not after the mouse button is released.
The AfterValueChanged event will only be posted once the mouse button is
released therefore I used a Timer.Tick event to continually poll the scroll
bar for its value but found that this value also only changed when the
mouse button was released.
Any help would be appreciated,
Douglas Reith
PricewaterhouseCoopers
Australia
e-mail: [email protected]
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.

jQuery Custom Scrollbars
http://www.net-kit.com/jquery-custom-scrollbar-plugins/
Nancy O.

Similar Messages

  • Custom Scroll Bar

    Hi,
    I want to implement a custom scroll bar which functions like the one in StartMenu->Programs option. Instead of a vertical scroll bar I want buttons at the top and botton of the frame and on mouse over of it I want to implement the vertical scroll bar functionality. Is there any way to do it in Java. Basically I have a panel where in I have added a JTree component. I want to implement these scroll bars in this panel.
    Thanks in advance.

    dynamic is the easiest go with that

  • Scroll bar navigation w/mouse very erratic - not good

    Doing the kind of work we do, we navigate around imagery @ high magnifications using the scroll bars on the bottom and right side of a floating image window. I just discovered that this single-click-moves-one-screen view behavior that we have grown to depend on in every previous version of PS is broken/erratic/not reliable at all in CS6.
    On my pc I'm using a Logitech G500 gaming mouse with programmable sensitivity, so I thought that might be the problem. But my coworkers (we have 5 additional CS6 installs at the moment, all up to date) using standard Dell mice are encountering the exact same problem - if you do not tap the left click with just the right pressure the screen will advance TWO places - or sometimes not at all. A normal mouse click will advance the screen two places. My pc has a different video card that the rest as well, and I've tried the basic, normal advanced and no GPU support NO change in this behavior.
    This is a real deal breaker AFA getting CS6 integrated into our shop. I can grudgingly put up with some of the pointless UI changes made in this version, but to have such a basic and essential navigation tool busted 'out of the box' on 6 different computers is totally unacceptable.
    Any help would be appreciated...

    Sorry, didn't see your thread until now.
    If you click on a scroll bar in Photoshop CS6 it will immediately repeat without waiting the normal amount of time before repeating, which yields multiple page scrolls.
    This seems to be a departure from more or less standard UI behavior of the past, where there is a slight delay before the repeat starts - though Photoshop isn't the only application to do it (Internet Explorer is another offender).  It's been known since Photoshop CS6 was first released.  I believe it may even have been reported in the public beta.  I wouldn't bet that this isn't the intended behavior.
    A workaround is to click the mouse right next to the scroll thumb, which will result in a one page scroll operation.
    Note:  It may be that a configurable delay value somewhere in the system is affecting the timing.  I have purposefully shortened several delays on my system to make it more responsive, so what I'm seeing may not be what people see in the general case.
    -Noel
    P.S., I can pretty consistently reproduce the problem where it won't scroll at all by clicking in the scroll bar (causing a page scroll), then clicking again soon thereafter.
    P.P.S., I just re-tested:  I can reproduce the expected behavior, including a short (near half second) initial delay and consistent response to clicking with Photoshop CS5 on this same system.  Photoshop CS6 definitely degrades the scrolling experience.

  • Custom scroll bar and image window

    Hi Guys!
    Im having trouble finding content on this, basically i want to create a window on my webpage that will scroll horizontally through a series of images, im guessing this may be done via javascript, does anyone know of any tutorials that may help me out. I wouldn't mind having a scrollable div on the page but i can seem to change the css of the scroll bar and feel thsi may cause problems when using various browsers..
    please see the layout attached with the small white line below the image, which will be the knob with a black bar in the background.
    thanks, any help will be greatly appreciated, have a nice day
    Rus

    http://www.solutoire.com/experiments/scrollbar/index.html
    http://www.hesido.com/web.php?page=customscrollbar
    http://www.n-son.com/scripts/jsScrolling/jsScrollbar.html
    You also may want to google "scroll javascript" for more options.

  • Custom scroll bar in edge animate?

    Hello everyone!
    I have been test edge animate for a while now playing with all it's buttons and gadets and I recently came across a java script code which allows the timeline to be controled by the scrollbar, which you can download for youself below. To my understanding it is an early preview of edge commons 9.0 which is being worked on by simonwidjaja and his team.
    http://labs.edgedocks.com/content/gimmick/parallax.zip
    I love the ability to be able to control the timeline by the scrollbar. However this type of effect only looks smooth on browsers with smooth scrolling. And because very few browsers ship with smooth scrolling by default (I believe Firefox is the only one) and very few internet users have the knowedge to turn smooth scrolling on it kind of ruins the parallax effect when it is viewed on a browser that skips 150 px (or in our case many frames of the animation) every time you scroll down.
    Does anyone know either how build a custom scrollbar in edge animate that would be triggered by the mousewheel and keyboard that would control the animation? If so please please please let me know, I have tried doing this myself for about a week and have gotten nowhere.
    Thank you so much for your help!

    I'm desperate for a solution to this, too.
    I've been frying my poor noodle of a brain for days now, researching, reading and experimenting with all sorts of things, but I'm getting absolutely nowhere. I'd love to be able to reproduce something like the smooth mouse wheel scroll which can be seen at www.boycoy.com but using the superb Edge Commons Parallax feature (or something similar?) to run Edge content.
    Any ideas anyone? Not looking for easy fixes, I'm very happy to learn and develop stuff that I can feedback into the mix for all. I just need pointing in the right direction

  • Scrolling Flash Content With Mouse Scroll Bar

    I created a custom scroll bar in AS2.0 and it works great.
    But now I would like the content to scroll with the mouse scroll
    wheel. Any ideas?

    Anyone know how to fix this on Mac Osx, it works in preview
    but not in safari. Any pointers?
    var mouseListener:Object = new Object ();
    mouseListener.onMouseWheel = function (delta)
    //contentMain._y += delta;
    scrollFace._y -= delta;
    if (scrollFace._y >= bottom)
    scrollFace._y = bottom;
    if (scrollFace._y <= top)
    scrollFace._y = top;
    updateContentPos ();
    Mouse.addListener (mouseListener);
    function updateContentPos ()
    var onePercent = (bottom - top) / 100;
    var scrollPerc = Math.floor ((scrollFace._y / onePercent) -
    37);
    var contentNewY = (contentMain._height * scrollPerc) / 100;
    //trace (scrollPerc + " " + contentNewY)
    contentMain._y = -contentNewY;
    }

  • Scroll Bar Width Adjustment

    This is a change suggestion for future releases.
    I would like to see an option to adjust the width of the scroll bars? In the library module, the scroll bars on the far left and far right are too narrow. I frequently miss the scroll bar with my mouse and the entire panel disappears.
    I am currently using Lightroom 2.1 for Windows.

    You guys aren't getting it. What Jeff is asking is HOW TO INCREASE
    THE WIDTH OF THE SLIDER BARS.
    Whether someone thinks "you really don't need to" is irrelevant. We want to center these images at higher magnifications. Just because you can put your cursor
    on the image and use the scroll wheel to make it go up and down doesn't mean you can make the image go right and left at the same time. Personally, I'd like to use the scroll wheel to zoom in and out (done in preferences, yes). But if you've ever tried to place your cursor on these narrow bars before you start
    moving the scroll wheel you know it's hell to hit those things very
    easily because they are barely 1/4" wide.
    So the question remains: How can a user increase the width
    of these narrow little bars? Is there a way to do this?
    rock

  • ITunes 7.3 update fixes fuzzy coverflow scroll bar!

    Good news, it seems the latest update has fixed the unsightly fuzzy/blurry/pixellated scroll bar! Before you had to resize the iTunes window to get it to return to its sleek smooth appearance but since installing the update this morning my Coverflow is beautiful again!
    Some people had mentioned this might be something to do with the graphics driver/card in the MacBook as this problem was not occurring on MacBook Pro's or iMac's etc...
    Hopefully everyone else is seeing the same?

    While I'm waiting a bit before I get an iPhone, I did want to get 7.3 installed. And when I did, my Cover Art also began to disappear, and those disappearing were definitely non-iTunes purchased tracks. Moreover, I could not re-paste Album Covers back into those same tracks. So 7.3 does have a bug regarding Cover Art.
    As an aside and since Cover Flow, for me, will be an important aesthetic to enjoying iTunes on an iPhone, I will not get an iPhone until 7.3 is sorted out. ...I don't want to hassle with my iTunes Cover Art and an iPhone through some software updates. So, I prefer to wait until this software bug is eliminated. (I hope Apple is aware of this bug, by now.)
    I was able to revert back to iTunes 7.2 (from a backup) and all my Cover Art was reintroduced back into my viewing of the non-iTunes purchased tracks. So, 7.3 does not delete those Album covers, but for some reason will not show or allow paste. Once reversion back to 7.2 was completed, my iTunes Cover Flow was just as it had been prior to installing 7.3.
    I'm now looking for 7.3.x.
    PB 17 1.33GHz   Mac OS X (10.4.10)   1GB Ram

  • Scroll bar is not working since last updates

    my scroll bar on laptop mouse pad no longer works in browser since last update. It works fine in all other programs.

    See [[Missing vertical scroll bar]]

  • Is there any way to hide or remove the scroll bars when programming?

    I wish the vi which builded by app builder can display a interface without the scroll bars even before it runs. Thank you very much!

    As was answered here, you can only hide the scoll bars when the VI is running. If you need to enter data or set options before running, then you should redesign the application with a "Go" button or a pop-up and not rely on the user to press the run arrow. Putting the controls inside a while loop would be sufficient and should be easy to do. It's that or live with visible scroll bars.

  • Scroll bar moves when clicked on

    Hello.  I have a custom scroll bar that was made using AS2.  It works fine except that when you click on the bar and move it, the image shifts slightly and then doesn't line up correctly.  I don't know what's causing it to shift.  All registration points are in the upper left hand corner.  I was really hoping someone could help me with this.  Here is the code:
    txt.setMask(mask)
    scrollbar.onMouseDown = function() {
        if (this.hitTest(_root._xmouse, _root._ymouse) && txt._height>mask._height) {
            this.startDrag(false, scrollbarBG._x, scrollbarBG._y, scrollbarBG._x, scrollbarBG._height-this._height)
            txt.onEnterFrame = scrollThumbs;
            dragging = true
    scrollbar.onMouseUp = function() {
        stopDrag()
        dragging = false
        delete this.onEnterFrame;
    function scrollThumbs() {
        var funkyVar = -this._parent.scrollbar._y*(((this._height-this._parent.scrollbar._height)/(this._parent. scrollbarBG._height-this._parent.scrollbar._height))-1)
        this.Y = (funkyVar-this._y)*.2;
        this._y += this.Y;
        if(Math.abs(funkyVar-this._y)<1 && !dragging){
            delete this.onEnterFrame

    Thank you very much for the code.  After what you said, though, I went to find different code.  I used kirupa this time.  I just finished testing it out.  I typed in the code and it went a lot smoother.  However, the scroll bar top is STILL shifting to the side.  So it must mean it's not the code that is messing up?  All the registration points are in the upper left hand corner.  Should the points be somewhere else to stop the shifting?  Here's the code:
    scrolling = function () {
    var scrollHeight:Number = scrollTrack._height;
    var contentHeight:Number = contentMain._height;
    var scrollFaceHeight:Number = scrollFace._height;
    var maskHeight:Number = maskedView._height;
    var initPosition:Number = scrollFace._y=scrollTrack._y;
    var initContentPos:Number = contentMain._y;
    var finalContentPos:Number = maskHeight-contentHeight+initContentPos;
    var left:Number = scrollTrack._x;
    var top:Number = scrollTrack._y;
    var right:Number = scrollTrack._x;
    var bottom:Number = scrollTrack._height-scrollFaceHeight+scrollTrack._y;
    var dy:Number = 0;
    var speed:Number = 10;
    var moveVal:Number = (contentHeight-maskHeight)/(scrollHeight-scrollFaceHeight);
    scrollFace.onPress = function() {
    var currPos:Number = this._y;
    startDrag(this, false, left, top, right, bottom);
    this.onMouseMove = function() {
    dy = Math.abs(initPosition-this._y);
    contentMain._y = Math.round(dy*-1*moveVal+initContentPos);
    scrollFace.onMouseUp = function() {
    stopDrag();
    delete this.onMouseMove;
    btnUp.onPress = function() {
    this.onEnterFrame = function() {
    if (contentMain._y+speed<maskedView._y) {
    if (scrollFace._y<=top) {
    scrollFace._y = top;
    } else {
    scrollFace._y -= speed/moveVal;
    contentMain._y += speed;
    } else {
    scrollFace._y = top;
    contentMain._y = maskedView._y;
    delete this.onEnterFrame;
    btnUp.onDragOut = function() {
    delete this.onEnterFrame;
    btnUp.onRollOut = function() {
    delete this.onEnterFrame;
    btnDown.onPress = function() {
    this.onEnterFrame = function() {
    if (contentMain._y-speed>finalContentPos) {
    if (scrollFace._y>=bottom) {
    scrollFace._y = bottom;
    } else {
    scrollFace._y += speed/moveVal;
    contentMain._y -= speed;
    } else {
    scrollFace._y = bottom;
    contentMain._y = finalContentPos;
    delete this.onEnterFrame;
    btnDown.onRelease = function() {
    delete this.onEnterFrame;
    btnDown.onDragOut = function() {
    delete this.onEnterFrame;
    if (contentHeight<maskHeight) {
    scrollFace._visible = false;
    btnUp.enabled = false;
    btnDown.enabled = false;
    } else {
    scrollFace._visible = true;
    btnUp.enabled = true;
    btnDown.enabled = true;
    scrolling();

  • Help with a scroll bar

    I am designing a website and I would like to include a
    customized scroll bar, I know there is components but I don't like
    the way they look, so I want a scroll bar that I can custumized so
    el have consistency with my webpage design.
    I know that you can do it with actionscript, so there is
    anybody that can help me with the script or give me a like for a
    tutorial.
    Thank you!!!

    I am having trouble getting my website to scroll down in "live" view. 
    Try disabling JavaScript in View > Live View Options.  I had snags in Live View caused by Widgets that linked to scripts on external servers (i.e. FaceBook badges or ADD THIS).  When I disable JavaScript, Live View performs normally.
    Nancy O.

  • Scroll bar visible but not able to scroll in custom screen for IW21

    Hi,
    We are using custom tab (screen exit) in transaction for creating notifications (TCode IW21). Two subscreens are configured to be embedded in the tab, combined area of which is exceeding screen size vertically. The scroll bar is visible in the tab but is not able to scroll using mouse scroll, but can be dragged up and down.
    Does anyone know how to make it scrollable or make the scroll bar visible at application level (not in tab) and make it working?
    Thank you,
    Deepak

    Hello,
    Would you please implement the Methods GET_DATA to get th data from Databas to screen fields and SET_dATA to update thedata from custom screen fields to Data base table in u r case LFB1.
    Regards,

  • When and How to get the Text.ScrollPos value of a String control when scroll bar position changed

    Hi, 
    I'm working on a feature triggered by scroll bar position of a string control changed.
    But I could not find a good way to catch the scroll bar position changed event, 
    the scroll bar is controlled manually by mouse down → mouse move → mouse up, I want the get the Text.ScrollPos value when user mouse up, and compare with the maximum value.
    But the problem is,  mouse up on the scroll bar could not trigger String: Mouse up event!
    So I have to get the Text.ScrollPos continuously in the background in Timeout event, but I think it’s not efficient.
    Do you have any better idea on when to get the correct destination value of Text.ScrollPos?
    I plan to store the value of Text.ScrollPos in the bottom(maximum value) in a shift register, then compare the current Text.ScrollPos value with the max one.
    If it comes close to the bottom(90%~100% of the maximum value), then the close to bottom LED will turn on.
    Attachments:
    scroll bar pos changed.vi ‏15 KB

    Hello Cecilia,
    I don't think there is any build-in event for this.
    One solution would be to create your own user event at the initialisation of you main and launch a thread which is going to be pulling the value of your scrollbar position:
    Then you can build your main as if they were a scrollbar move event.
    And dont forget to close the thread and destroy the event at the end.
    Hope it helps.
    Attachments:
    Scrollbar event.PNG ‏10 KB

  • Change the amout a scroll bar moves when user uses the mouse wheel?

    hi,
    i have a JScrollPane, and when a user uses the "wheel" on the mouse, it seems to move up/down 1 line at a time...i would like it to scroll faster basically...so that when the "wheel", the scroll bars move up/down like 5 lines at a time....is there some way to set this value, or how can i do it?
    thanks

    It looks like it behaves just like if the user had clicked the up or down arrow on the scrollbar, so
    I would suggest setting the unit increment on the vertical scroll bar to be 5X its current value. Of
    course, this would also increase the amount that gets scrolled when the user clicks on the up
    or down arrow. If you don't want that, you'd need to somehow only change the increment on a
    mouse wheel event, do the scroll, then change it back. My guess is that you'll need to provide
    your own look and feel class to do that.
    : jay

Maybe you are looking for

  • Problem in n97 any one help me :(

    when i downloading any thing from internet   downloaded in phone memory but i wont to downloding in mass memory  i cant download any thing

  • Unwanted shadow around menu bar.

    I'm sure this is an easy fix, but I can't get rid of the stroke or back shadow that is on my content menu. I attached a screen shot. Anyone know what I'm missing here? And can I just say, I HATE the change Muse made in asking questions! It took me 10

  • Captivate 5 Not recording actions in Automatic mode but records in FMR

    Hi, I am trying to create a software simulation of SharePoint. The users need to be shown how to edit pages, profiles, etc. I am running Captivate 5 as administrator. The operating system is Windows 7. The problem is when I record the actions in Auto

  • Will we ever see silver keyboards again

    I have a 2007 Macbook Pro (2.16 C2D) absolutely love it and still seems fast enough. Was recently in an Apple store looking to buy my wife a MBP and thought if I wanted to replace my 2007 MBP I would be stuffed. Really don't like the current Macbook

  • Quicktime Movie File not syncing

    Hi have just recently purchased an Apple TV and love the functionality of it, but I cannot seem to sync the movie files from iphoto which were taken from a digital camera. The files are described in itunes as 'Quicktime Movie File' but it seems to on