Scroll button bug

I am having a problem using the scroll button on an Apple mouse in Finder windows (Mac OS X 10.4.8). The button will not scroll up a finder window, although it will scroll down and across. Has anyone come across this problem? It was working correctly until 2 days ago, although occasionally, scrolling would fail altogether for a few minutes.

You don't give very much info - none, actually.  Is it this issue: http://forums.adobe.com/thread/703223 ?

Similar Messages

  • Buggy Scroll Buttons in slideshow app

    I have no prior programming experience, and I am trying to
    build a slideshow program for my site. I am simultaneously amazed
    at how easy it is to do things I think are complex in Flex, and
    frustrated at how difficult it is to do some things I think should
    be simple or even built in. Most of my problems I have been able to
    figure out from looking at examples of code similar to what I want,
    but I haven't been able to figure out how to make buttons to
    control my list of thumbnails.
    I have a set of thumbnails loaded from a Flickr photoset in
    an itemRenderer in a horizontalList, and I want to use buttons to
    scroll through the list and to select different items in a
    slideshow. On their own, the buttons work fine, but when I scroll
    to the end using the fast scroll buttons, then select an item with
    the cursor, the item selector buttons no longer work right--they
    start skipping items in a weird way. I have attached the code I'm
    using for the scroll and item selector functions. I have looked
    everywhere for a solution, and tried many different ways of doing
    this, but I am stuck.
    So my main question is:
    (1) what do I have to do to stop the buggy behaivor? Please
    keep in mind that I have 0 programming experience, so please try to
    keep your explanation as detailed and explicit as possible.
    My other less pressing questions are:
    (2) What do I use so that I do not have to type in the total
    number of items in the list? EDIT--I solved this one myself, by
    using maxHorizontalScrollPosition. duh.;
    (3) is there an easy way to either have the list scroll when
    the selector buttons select an item off screen, or have the item
    selected item always be in the center of the screen? EDIT -- I
    solved this one too using scrollToIndex(photoList.SelectedIndex),
    after the showNext() or showPrevious() functions. It doesn't work
    exactly the way I want, but close enough.
    (4) can someone point me to an example of code that allows
    the rest of the large images to be preloaded while the user is
    looking at a particular photo, or some similar code I could use to
    extrapolate how to do such a thing?
    (5) would the buggy scroll buttons be considered a bug in
    Flex Builder or is my code screwed up?

    Well, here's the link to the application as it stands now:
    http://www.dukeofclubs.com/acoustikzoo/
    If it doesn't load at all, the problem is with my horrible
    godaddy server, which I am in the process of changing. Just try
    again later.
    Changing the if(){} if(){} to if(){} else{} in the scroll
    functions got rid of 99% of the problem. It went from being there
    all of the time before, to now only coming up very very rarely,
    usually when you scroll to the end very rapidly, then try to scroll
    back.
    Frankly, I'm not sure if it is a bug or not, because I am not
    a programmer. Logically, "if, if" makes as much sense to me as "if,
    else," but for all I know "if, if" is an invalid expression, and
    that is what caused part of the problem. Similarly, I'm not sure if
    there is something else in my code that is invalid that is causing
    the remaining part of the problem. So I don't know if it is a bug
    or not... you tell me--look at the scrollLeftFast() function, for
    example. Should changing that from "if if" to "if else" make a
    difference? If so, then the problem was with my code, else { I
    guess there is a bug. }

  • The scroll button on my mouse suddenly stoped working after the recent upgrade in firefox

    about 6 weeks ago, the scroll button on my mouse quit working when using firefox. It works fine with explorer

    about 6 weeks ago, the scroll button on my mouse quit working when using firefox. It works fine with explorer

  • How can I remove the scroll buttons on the firefox 4 context menu?

    My display is set to 1600x1200 and the apparently fixed size for context menus with scroll arrows at the top and bottom make using firefox 4 a bit inconvenient. Is there any way to eliminate these scroll buttons and revert to the firefox 3 style of context menu?

    After quitting firefox and starting it again the stupid scroll arrows are back in the context menu. I'm beginning to hate firefox 4.

  • Since adding Firefox 4 to my Windows Vista laptop, my scroll button no longer works in Firefox.

    Using a 2-year old Lenovo X61 thinkpad running Windows Vista, there is a scroll button between the left and right buttons. It still functions in Outlook, and it used to function in all iterations of Firefox 3. Since updating to Firefox 4 yesterday, no scrolling and I have to click on the slide on the right side of the screen. This is cramping my style tremendously. I am not having the same trouble on my Windows 7 desktop or laptop.

    Hm. I was not aware Firefox 4 disabled this. Then again, I'm still using 3.x.
    Well, you can re-enable it by typing '''about:config''' into the address bar. Click the button to confirm that you want to be here.
    Type ''autoScroll'' into the Filter box. Look at the general.autoScroll property that comes up. Does it say "false" under the Value column? If that's the case, double click it to set it back to "true."
    This will enable the scroll button.

  • Touchpad Scroll-buttons not working properly

    Hello all,
    I was not sure if this is actually a Desktop Environment or Hardware problem, but since it's hardware related I will post it here.
    The problem:
    On my touchpad (on Acer Aspire 5610Z) I have scroll button for up/down/left/right and until a recent update the scroll buttons need to be clicked repeatably in order to scroll. Before the upgrade and the way I'm expecting to behave is that when I click and hold a button - it should repeat the scroll (I hope you are able to understand it). So basically my problem is that to scroll with the scroll-buttons I have to click it numerous times in order to scroll, instead of just holding the button pressed.
    At the same time all other features like two-finger scrolling, gestures etc. are working, but I'm not used to scroll with two fingers and would like to have my scroll-buttons working.
    Here is some information about the configuration:
    10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    Option "SHMConfig" "on"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "on" # enable vertical scroll zone
    Option "HorizEdgeScroll" "on" # enable horizontal scroll zone
    Option "VertTwoFingerScroll" "on" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "on" # horizontal scroll anywhere with two fingers
    EndSection
    Output of synclient -l
    Parameter settings:
    LeftEdge = 1752
    RightEdge = 5192
    TopEdge = 1620
    BottomEdge = 4236
    FingerLow = 25
    FingerHigh = 30
    FingerPress = 256
    MaxTapTime = 180
    MaxTapMove = 221
    MaxDoubleTapTime = 180
    SingleTapTimeout = 180
    ClickTime = 100
    FastTaps = 0
    EmulateMidButtonTime = 75
    EmulateTwoFingerMinZ = 282
    EmulateTwoFingerMinW = 7
    VertScrollDelta = 100
    HorizScrollDelta = 100
    VertEdgeScroll = 1
    HorizEdgeScroll = 1
    CornerCoasting = 1
    VertTwoFingerScroll = 1
    HorizTwoFingerScroll = 1
    MinSpeed = 1.6
    MaxSpeed = 1.75
    AccelFactor = 0.087
    TrackstickSpeed = 40
    EdgeMotionMinZ = 30
    EdgeMotionMaxZ = 160
    EdgeMotionMinSpeed = 1
    EdgeMotionMaxSpeed = 401
    EdgeMotionUseAlways = 0
    UpDownScrolling = 1
    LeftRightScrolling = 1
    UpDownScrollRepeat = 1
    LeftRightScrollRepeat = 1
    ScrollButtonRepeat = 100
    TouchpadOff = 0
    LockedDrags = 0
    LockedDragTimeout = 5000
    RTCornerButton = 0
    RBCornerButton = 0
    LTCornerButton = 0
    LBCornerButton = 0
    TapButton1 = 1
    TapButton2 = 2
    TapButton3 = 3
    ClickFinger1 = 1
    ClickFinger2 = 1
    ClickFinger3 = 1
    CircularScrolling = 0
    CircScrollDelta = 0.100007
    CircScrollTrigger = 0
    CircularPad = 0
    PalmDetect = 0
    PalmMinWidth = 10
    PalmMinZ = 200
    CoastingSpeed = 20
    CoastingFriction = 50
    PressureMotionMinZ = 30
    PressureMotionMaxZ = 160
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice = 1
    TapAndDragGesture = 1
    AreaLeftEdge = 0
    AreaRightEdge = 0
    AreaTopEdge = 0
    AreaBottomEdge = 0
    HorizHysteresis = 25
    VertHysteresis = 25
    ClickPad = 0
    Output of xinput list :
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ SynPS/2 Synaptics TouchPad id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ USB2.0 Camera id=10 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
    And the last upgrade since the scroll buttons stopped working:
    [2012-03-14 08:15] upgraded chromium (17.0.963.78-1 -> 17.0.963.79-1)
    [2012-03-14 08:15] > Updating desktop mime database...
    [2012-03-14 08:15] upgraded eric (5.1.8-1 -> 5.2.0-1)
    [2012-03-14 08:15] upgraded freetype2 (2.4.8-1 -> 2.4.9-1)
    [2012-03-14 08:15] upgraded git (1.7.9.3-1 -> 1.7.9.4-1)
    [2012-03-14 08:15] upgraded glproto (1.4.14-1 -> 1.4.15-1)
    [2012-03-14 08:15] upgraded grep (2.11-1 -> 2.11-2)
    [2012-03-14 08:15] upgraded gstreamer0.10 (0.10.35-1 -> 0.10.36-1)
    [2012-03-14 08:15] upgraded gstreamer0.10-base (0.10.35-1 -> 0.10.36-1)
    [2012-03-14 08:15] upgraded gstreamer0.10-base-plugins (0.10.35-1 -> 0.10.36-1)
    [2012-03-14 08:15] upgraded gstreamer0.10-good (0.10.30-2 -> 0.10.31-1)
    [2012-03-14 08:15] upgraded gstreamer0.10-good-plugins (0.10.30-2 -> 0.10.31-1)
    [2012-03-14 08:15] upgraded xcb-proto (1.6-2 -> 1.7-2)
    [2012-03-14 08:15] upgraded libxcb (1.7-2 -> 1.8.1-1)
    [2012-03-14 08:15] upgraded libx11 (1.4.4-1 -> 1.4.99.1-1)
    [2012-03-14 08:15] upgraded libxt (1.1.2-1 -> 1.1.2-2)
    [2012-03-14 08:15] upgraded imagemagick (6.7.5.3-1 -> 6.7.6.0-1)
    [2012-03-14 08:15] upgraded inputproto (2.0.2-1 -> 2.2-1)
    [2012-03-14 08:15] upgraded libglapi (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:15] upgraded libgl (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:15] upgraded intel-dri (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] upgraded kdebase-runtime (4.8.1-1 -> 4.8.1-2)
    [2012-03-14 08:16] upgraded khrplatform-devel (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] upgraded libegl (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] upgraded libgles (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] Users no longer need to be in the 'camera' group to use camera devices
    [2012-03-14 08:16] upgraded libgphoto2 (2.4.11-1 -> 2.4.13-1)
    [2012-03-14 08:16] upgraded libnids (1.24-1 -> 1.24-2)
    [2012-03-14 08:16] upgraded libpciaccess (0.12.1-1 -> 0.13-1)
    [2012-03-14 08:16] upgraded libtiff (4.0.0-1 -> 4.0.1-1)
    [2012-03-14 08:16] upgraded libxft (2.3.0-1 -> 2.3.0-2)
    [2012-03-14 08:16] upgraded libxi (1.4.5-1 -> 1.6.0-1)
    [2012-03-14 08:16] upgraded man-pages (3.36-1 -> 3.37-1)
    [2012-03-14 08:16] upgraded mesa (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] upgraded mpfr (3.1.0.p3-1 -> 3.1.0.p7-1)
    [2012-03-14 08:16] upgraded oxygen-gtk2 (1.2.1-1 -> 1.2.2-1)
    [2012-03-14 08:16] upgraded oxygen-gtk3 (1.0.1-1 -> 1.0.2-1)
    [2012-03-14 08:16] upgraded poppler (0.18.3-2 -> 0.18.4-1)
    [2012-03-14 08:16] upgraded poppler-glib (0.18.3-2 -> 0.18.4-1)
    [2012-03-14 08:16] upgraded poppler-qt (0.18.3-2 -> 0.18.4-1)
    [2012-03-14 08:16] upgraded python-configobj (4.7.2-3 -> 4.7.2-4)
    [2012-03-14 08:16] upgraded python-pygments (1.4-5 -> 1.5-1)
    [2012-03-14 08:16] upgraded python2-pygments (1.4-5 -> 1.5-1)
    [2012-03-14 08:16] upgraded ruby (1.9.3_p125-1 -> 1.9.3_p125-2)
    [2012-03-14 08:16] upgraded skype (2.2.0.35-2 -> 2.2.0.35-3)
    [2012-03-14 08:16] upgraded xf86-input-evdev (2.6.0-4 -> 2.7.0-1)
    [2012-03-14 08:16] upgraded xf86-input-synaptics (1.5.0-1 -> 1.5.99-0.2)
    [2012-03-14 08:16] upgraded xf86-input-vmmouse (12.7.0-3 -> 12.8.0-1)
    [2012-03-14 08:16] upgraded xf86-video-intel (2.17.0-2 -> 2.18.0-1)
    [2012-03-14 08:16] upgraded xf86-video-vmware (11.1.0-1 -> 12.0.0-1)
    [2012-03-14 08:16] upgraded xorg-server-common (1.11.4-1 -> 1.12.0-1)
    [2012-03-14 08:16] upgraded xorg-server (1.11.4-1 -> 1.12.0-1)
    [2012-03-14 08:16] upgraded xorg-xinput (1.5.3-2 -> 1.5.99.1-1)
    [2012-03-14 10:51] Running 'pacman -S gimp-devel'
    [2012-03-14 10:52] Running 'pacman -S extra/gimp-devel'
    [2012-03-14 10:52] Running 'pacman -Syy'
    [2012-03-14 10:52] synchronizing package lists
    [2012-03-14 10:54] Running 'pacman -S extra/gimp-devel'
    [2012-03-14 10:55] Updating font cache... done.
    [2012-03-14 10:55] installed gsfonts (1.0.7pre44-3)
    [2012-03-14 10:55] installed libwmf (0.2.8.4-9)
    [2012-03-14 10:55] installed babl (0.1.6-1)
    [2012-03-14 10:55] installed gegl (0.1.8-2)
    [2012-03-14 10:55] installed gimp-devel (2.7.5-1)
    [2012-03-14 11:01] Running 'pacman -U /tmp/yaourt-tmp-vladi/PKGDEST.26J/gimp-photoshop-brush-1.0-1-i686.pkg.tar.xz'
    [2012-03-14 11:02] installed gimp-photoshop-brush (1.0-1)
    [2012-03-14 11:02] Running 'pacman -U /tmp/yaourt-tmp-vladi/PKGDEST.Jc0/gimp-photoshop-brush-1.0-1-i686.pkg.tar.xz'
    [2012-03-14 11:02] upgraded gimp-photoshop-brush (1.0-1 -> 1.0-1)
    [2012-03-14 11:03] Running 'pacman -S --asdeps --needed extra/perl-xml-parser extra/intltool'
    [2012-03-14 11:03] installed perl-xml-parser (2.41-2)
    [2012-03-14 11:03] installed intltool (0.50.1-1)
    [2012-03-14 11:03] Running 'pacman -U /tmp/yaourt-tmp-vladi/PKGDEST.GVM/gimp-plugin-saveforweb-0.29.3-1-i686.pkg.tar.xz'
    [2012-03-14 11:03] installed gimp-plugin-saveforweb (0.29.3-1)
    [2012-03-14 11:04] Running 'pacman -U /tmp/yaourt-tmp-vladi/PKGDEST.OX1/gimpfx-foundry-2.6_1-2-i686.pkg.tar.xz'
    [2012-03-14 11:04] installed gimpfx-foundry (2.6_1-2)
    [2012-03-14 20:27] Running 'pacman -Syy'
    [2012-03-14 20:27] synchronizing package lists
    [2012-03-14 20:30] Running 'pacman -Syu'
    [2012-03-14 20:30] synchronizing package lists
    I thank you in advance for your suggestions

    I'm afraid the problem is in driver.
    I compared sources of input-synaptics 1.6.3 and 1.7.0 and it seems that author has cut off the functionality of "repeating" scrollbuttons
    Here's the announce of this new version:
    http://lists.freedesktop.org/archives/x … 55593.html
    And we can read there: "Purge scrollbuttons (repeat)".
    Strange decision I think...

  • Laptop touchpad scroll button doesn't work in Firefox but works in other progs. I have tried changing mousewheel.withnokey settings as per Firefox help.

    I have an Acer Laptop Aspire 1690
    I've installed the latest driver from the Acer website.
    I can use the scroll button ok in outlook express, internet explorer, adobe pdf reader, etc but not in firefox.
    I've searched the help in here and tried changing the mousewheel.withnokey settings. But still not working.
    Any ideas?
    TIA
    Andy

    Thanks to http://support.mozilla.com/en-US/questions/801725#answer-161532
    Try this :
    For all who have problem with the standard ALPS touchpad driver in firefox 4; here is a quick registry fix: 1) Open registry with regedit 2) Search for following key: HKEY_LOCAL_MACHINE\SOFTWARE\Alps\Apoint 3) Set ScrMethod to 1 4) Reboot
    After that scrolling in FF4 should be possible.
    For me it works with a Acer Aspire

  • XFCE: Scrolling thtough desktops with scroll button.

    XFCE wants to scroll through the workspaces with the scroll button on the mouse, and when I disable this, it persists. Restarting X doesn't help.
    Last edited by Raccoon1400 (2008-05-24 03:14:42)

    heleos wrote:Are you just restarting X? When you log out of Xfce4 it should ask if you want to save your settings
    I have rebooted too. Yes, it is set to save session on logout. When I restarted X, I logged out and logged back in. The setting stays changed, but I can still scroll through the workspaces with the mouse.

  • Resetting bluetooth may fix your mighty mouse scroll button

    I have had this problem with the scroll button on my mighty mouse for months and months, and the only advise I have managed to get from here when I complained was to clean it. But I tried that many times and I have had nothing but problems with it, so much so that I recently called Apple and they agreed straight away to send me a new one.
    What made me call them today was the clicking action and side buttons on my mighty mouse also failed completely, and I thought the thing was totally broke. Whilst I was on the phone I happened to mention that my wireless keyboard also keeps losing its connection, and the advisor told me to do this following...
    This advise was used on my MacBook 13.3inch model from last year.
    Turn off Mac, removed the power and battery and hold down the power button for 5 seconds. Then turn it back on, but while you turn it back on hold down the altcmnd+RP buttons together. You will hear it ching two times as it turns on, let go after the second ching.
    This apparently resets the bluetooth and it fixed my mouse, it now works perfectly.
    Anyway, I called apple back to say that this reset not only fixed my keyboard, but also my mouse. Everything now works perfectly. The problem was bluetooth all along and not that the button needed cleaning.
    But they said they would still send me out a new one, and so long as they received a mouse back in the post they wouldn't charge me. I accepted that offer and I'll see how it goes with the one I have. I feel that I may have damaged the scroll button trying to clean it and feel that I probably should get a new one anyway on account of that.

    Hello stu:
    What you apparently did (based on the feedback you got from from Apple) is reset the SMC (system management controller) and the PRAM. When one has odd problems that do not appear software related, those are sometimes suggested as troubleshooting steps.
    http://support.apple.com/kb/HT1411
    http://support.apple.com/kb/HT1379
    Resetting the SMC should not, however, be used until other avenues have been exhausted (based on Apple guidance)
    Barry
    Message was edited by: Barry Hemphill

  • Scroll Button in sidebar are not displayed correct

    only one scroll button in the sidebar at the top and the lower end is displayed. This effect appears also in garageband after the update to iLife 09.
    does anybody have the same problem?

    Quit iPhoto (and garage band) and delete the iPhoto preference file (do not know if that is good for garage band or not) - "your user name" ==> library ==> preferences ==> con.apple.iPhoto.plist - launch iPhoto and reset any personal preferences you have changed and repoint to the iPhoto library if you have moved it
    LN

  • How can I get Mighty Mouse scroll button to work?

    My Mighty Mouse has started to not respond to the scroll button. Sometimes it will scroll up but not down at all.

    If you don't mind losing warranty you mighty want to open your mouse. A good tutorial to do this can be found here: http://arstechnica.com/old/content/2005/08/dissect.ars
    I already did this twice and it worked like a charm. But be aware that you do this on your own risk.

  • Scroll buttons in the TimeLine's ScrollBar in AdobePremiere CS6

    I see a lot of questions about scroll speed in TimeLine, but I used very intense the scroll buttons, when i had long TimeLines (more than 4 hours) and I was with ZoomIn near 90%.
    Does anyone know, is it possible to enable scroll buttons in the TimeLine's ScrollBar in AdobePremiere CS6, as it was in CS5/CS4 ?
    CS5 image: http://www.maclife.com/files/u129772/2010/06/premiere_full.jpg
    CS6 image: http://www.100acrefilms.com/blog/wp-content/uploads/2012/04/Premiere-Pro-CS6.png
    On demo CS5 image, On the bottom margin, the horizontal scrollbar from TimeLine has Left and Right scroll Buttons.
    On demo CS6 image, on the bottom margin the horizontal scrollbar from TimeLine doesn't contain any scroll buttons.
    Actually there are no scroll buttons available in Premiere CS6, as in a classic scrollbar.
    I'd like to have back the scroll buttons in the horizontal scrollbar from the TimeLine, which were available in version CS5, CS4, CS3, Pro2.  
    In TimeLines with 3 more hours it was very handy to go to right or to left even I had zoomed In.
    I pressed on left/right scroll  button in TimeLine and I was able to deplace with some (or more) frames in desired side.
    Thank you for answers / suggestions.

    There are no user settings for this.  The scroll bar is now a combo scroll/zoom bar and we're pretty much stuck with it.  You can grab the bar and move it around if you like, and I'm happy to report that Premiere Pro CC does now scroll as a usable speed with the mouse wheel. (On my personal Windows 8 system, at least.  We'll see if that holds true for my Windows 7 edit rig as well.)

  • Air for ios scrolling buttons

    Hi in alot of apps there are buttons that you can scroll them up and
    down even in the app list you can scroll the apps to the right and left
    There is a code in flash that i can do scrolling buttons(up and down)
    EXACTLY like in the XCODE(the original iphone developing program) apps?
    Thanks.

    You want to scroll... Use a spark scroller? or a spark list? The scroller allow you to scroll vertically, horizontally or both. You place your components inside a vertical | horizontal | tiles group that is linked to that scroller.
    Like this :
    <s:Scroller left="10" top="10"right="10" height="200">
            <s:VGroup width="100%" height="100%">
                <s:Label text="Label"/>
                <s:Label text="Label"/>
                <s:Label text="Label"/>
                <s:RadioButton label="RadioButton"/>
                <s:RadioButton label="RadioButton"/>
                <s:Button label="Bouton"/>
                <s:Label text="Label"/>
                <s:BusyIndicator/>
                <s:Button label="Bouton"/>
            </s:VGroup>
    </s:Scroller>

  • TS3048 scroll button does not scroll "down" only up

    Im having trouble with the scrolling button on the mouse. It will not scroll "down" only up and side to side. I tried cleaning it by turning it upside down and rolling it on a lint-free surface as suggested but still no working. Any other suggestions?

    Hello:
    The "upside down" thing is the standard fix.  Try rolling the ball (vigorously) on a microfiber cloth.
    Barry

  • Mighty Mouse scroll button

    The scroll button on my Mighty Mouse has stopped functioning. I thought it was perhaps due to a low battery level but a battery change didn't help. I've noticed the battery charge (via iStat Pro) seems to bleed quite quickly on the mouse and I've upgraded my battery choice. I like the Apple mouse pretty well... the only wireless mouse I've owned... and I've grown quite dependent on the scrolling function. Is there a history of these buttons wearing prematurely? Is there a way to "repair" a non-functioning scroll button? I'd hate to lose the mouse by attempting to disassemble something that shouldn't be tampered with. BTW, it's only about 6 months old. Thanks for input!
    jjsea

    From what I've read, Apple will replace a mouse under warranty for this reason, but to avoid the hassle of driving 50 minutes to my nearest Apple store, I just clean my mouse once per week using the damp cloth treatment. So far so good. Once per week, I run a basic maintenance program and afterwards I have to shut down and restart, so while it's shut down, I clean the mouse, the keyboard, the screen, and the case. It only takes a couple of minutes, and I keep the computer looking like new.

Maybe you are looking for

  • Oh No, What have I done

    After getting my dreadful speed sorted with the help of the mods I have gone and trashed it by changing routers for a BT business hub! My speed was almost 2.5 now its only 1.2. I quickly swapped back to my old router but its made no difference, here

  • Want to use fujifilm xt-1 raw files with cs5

    I want to upgrade my raw converter for CS5 so I can use raw files from Fujifilm XT-1. When I try to download camera raw 6_4_1 it won't install. I'm using OS 10.8.5. Can anyone tell me what I'm doing wrong.

  • FRM-41106 You cannot create records without a parent record.

    Hello! Forms 6i. I have a Parent-Detail-Relationship. At the Detail-Block a "When-create-record" sets some default values on the Detail-Block. I got error "FRM-41106 You cannot create records without a parent record" when the Parent-Block executes a

  • How can I get my computer to open Adobe Reader Standard?

    How can I get my computer to open Adobe Reader Standard?

  • Can anyone give help in smartform...plz

    is there any option in the generated smartform function module (eg:  /'BD87876/98797') to go directly to the printer and take printout.... i want to know the parameters in that function module and also the procedure...