Mouse scroll wheel now only working from right to left scroll...

After update yesterday (10/15) on my MacBook Air my wireless mouse (Microsoft Wireless Laser Mouse 6000) that has worked forever will not scroll up and down.  Trying it In excel it will scroll right and left when I use it, but everything else (browsers, word docs) that have no real right left scrolling functionality there's no effect.  Looking in Mouse options there's no option to change the scrolling orientation from rigth/left to up/down... help please.

setComponentOrientation( ComponentOrientation.RIGHT_TO_LEFT)

Similar Messages

  • Printing only works from one computer

    I have an Epson Stylus C60 connected to the USB port on my Airport Extreme. There are two computers on the network, a PowerBook G4 and a MacBook Pro. Both computers connect to the network very reliably and have internet access. The problem is that the MBP cannot print to the connected printer. The G4 has always printed fine.
    The MBP sees the printer as a Bonjour printer, and I can add it to the printer list without problem. When I try to print, I get a message in the print queue that there is a communications error with the printer.
    In the airport configuration window, the printer is recognized and remote printing is enabled. Any idea why printing only works from the G4?

    Thanks for your help. Yes, the driver is a universal binary and the printer works great when plugged directly into the computer. I just can't figure out why it won't work over the airport.
    Any other ideas?

  • I can't click below the toolbar .half inch to 3inch from right to left. all words or letters are not working. please help to resolve this problem. thanks!

    Everytime I open firefox, all words or letters below the toolbar half inch to 3 inch from right to left are not clickable(not working). but they are working or clickable on google crhome or internet explorer. please help to resolve this problem. thanks!

    The '''''Yahoo! Toolbar''''' and the '''''Babylon''''' extension have been reported to cause that problem. They seem to invisibly extend downward over the top of the web page display area. Disable or uninstall those add-ons.
    *See --> http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    *See --> http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on
    *See --> http://kb.mozillazine.org/Uninstalling_toolbars
    *See --> https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • I need to create Arabic and Farsi brochures in InDesign CS6. Does anyone know where I can get a plug-in to make Middle Eastern languages work correctly from right to left?

    I need to create Arabic and Farsi brochures in InDesign CS6. Does anyone know where I can get a plug-in to make Middle Eastern languages work correctly from right to left?

    With CS6 you have to pay extra for these plugins.
    With the CC you can download different ME versions to add their functionality.

  • Comcast came to fix my internet. My AIRPORTWIFI now only works with desktop. it doesn't work with my IPhone or IPad. Why? What can I do?

    Comcast came to fix my internet. My AIRPORTWIFI now only works with desktop. it doesn't work with my IPhone or IPad. Why? What can I do?

    Hello lila54,
    It sounds like your Wi-Fi network is working if your desktop works with it, we just need to get the Wi-Fi on your iPhone and iPad connected to it.  I found a couple of resources to help with not being able to connect to Wi-Fi on an iOS device.
    I recommend following the steps in this tutorial first (the steps should work on the iPhone and iPad):
    Join a network
    http://www.apple.com/support/iphone/assistant/wifi/
    If you are still having trouble connecting to Wi-Fi, follow the steps in this article (you can skip any steps you have already taken):
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Thank you for posting in the Apple Support Communities. 
    Best,
    Sheila M.

  • I need help for Arabic Typing in Pages and PhotoShop and how can I change the Typing Direction to Be from right to left

    Hi there
    Accualy I have 2 problems with Pages
    1- How can I get more Arabic Fonts with More Decorated style
    2- The typing in Arabic should be from right to left and in Pages it's Happining but the typin marker is not doing this so its hard to fix any mistakes in the middel of the paragraph.
           - how to change the alignment from left to right (Ctrl + Shift in MO Word) to do the hall text from right to left not only the paragraph Icon
    I think this will afect the other application Im using If some one help me with it.

    "Many" is an exageration, you can count R to L languages on one hand.
    Mostly they are used in countries which try not to pay for their software, and seem to have a pretty shoddy printing industry, so not much incentive for developers.
    However Arabic is a major language and Apple should fix the problem.
    As Tom suggests try Mellel, which is the best solution on the Mac.
    Adobe has ME versions of both Indesign and Photoshop, for which you pay extra. They mostly work well.
    MsWord for Windows (not the Mac) does reasonably well, but I have not tried its DTP features with Arabic so can't vouch for how solid they are in Word.
    Peter

  • Please, I need help in this,How to make a tree control appear from right to left ??

    i working on Arabic project in which we use a tree control and i  want it to display its branches from right to left .
    i tried to rotate it but it doesn't work because the disclosure triangle still appear on the left .
    i ask if there is any thing to mirror the tree control ,and ask if this mirroing will work or not?

    You'll need to modify the layout logic of your renderer.
    Here's a simple example that extends the default tree renderer and overrides the updateDisplayList method(). It will probably need more work. Set textAlign="right" on your Tree control when you use this renderer. You'll also need to supply a disclosure icon that points in the opposite direction.
    package
        import mx.controls.treeClasses.TreeItemRenderer;
        import mx.controls.treeClasses.TreeListData;
        public class RightToLeftTreeItemRenderer extends TreeItemRenderer
            override protected function updateDisplayList(unscaledWidth:Number,
                                                      unscaledHeight:Number):void
                super.updateDisplayList(unscaledWidth, unscaledHeight);
                var startx : Number = data ? TreeListData( listData ).indent : 0;
                startx = unscaledWidth - startx;
                if ( disclosureIcon )
                    disclosureIcon.x = startx - disclosureIcon.width;
                    startx = disclosureIcon.x;
                if ( icon )
                    icon.x = startx - icon.width;
                if ( label )
                    label.x = 0;

  • Slide toggle from right to left and left to right. in sharepoint issue.

    I have used this url to create asp.net sliding panel but panel slides and while page is loading it will dissappear.
    link
    how to solve it.
    my code:
     <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js" type='text/javascript'></script>
        <script type="text/javascript" src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    $(".myButton").click(function () {
    // Set the effect type
    var effect = 'slide';
    // Set the options for the effect type chosen
    var options = { direction: $('.mySelect').val() };
    // Set the duration (default: 400 milliseconds)
    var duration = 500;
    $('#myDiv').toggle(effect, options, duration);
    </script>
    /** Style for the body **/
     body {
        font: 12px Tahoma, Arial, Helvetica, Sans-Serif;
    /** Style for the button & div **/
     .myButton {
        padding: .2em 1em;
        font-size: 1em;
    .mySelect {
        padding: .2em 0;
        font-size: 1em;
    #myDiv {
        color:Green;
        background-color:#eee;
        border:2px solid #333;
        display:none;
        text-align:justify;
    #myDiv p {
        margin: 15px;
        font-size: 0.917em;
    /** Style for the cointainer **/
     #body {
        clear: both;
        margin: 0 auto;
        max-width: 534px;
    html, body {
        background-color:White;
    hr {
        margin-bottom:40px;
    <div id="body">
    <h2>Slide toggle from right to left and left to right.</h2>
        <hr/>
        <p>
            <select class="mySelect">
                <option value="right">Right</option>
                <option value="left">Left</option>            
                <option value="up">Up</option>
                <option value="down">Down</option>
            </select>
            <button id="button" class="myButton">Run Effect</button>
        </p>
      <div id="myDiv">
            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard d still in their infancy. Various versions have evolved over the years, sometimes by
    accident, sometimes on purpose (injected humour and the like).</p>
        </div>
    </div>
    Thanks.

    Hi ,
    Vincent Han thanks for ur reply.
    this is my latest code but still not working.
    having same issue : panel is about to slide but as soon as page gets refreshed it starts sliding and return on ppage as it is.
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
        <style type="text/css">
            #img1
                background: green;
                width: 100px;
                height: 100px;
                outline: 1px solid #f93;
            /** Style for the body **/
            body
                font: 12px Tahoma, Arial, Helvetica, Sans-Serif;
            /** Style for the button & div **/
            .myButton
                padding: .2em 1em;
                font-size: 1em;
            .mySelect
                padding: .2em 0;
                font-size: 1em;
            #myDiv
                color: Green;
                background-color: #eee;
                border: 2px solid #333;
                text-align: justify;
            #myDiv p
                margin: 15px;
                font-size: 0.917em;
            /** Style for the cointainer **/
            #body
                clear: both;
                margin: 0 auto;
                max-width: 534px;
            html, body
                background-color: White;
            hr
                margin-bottom: 40px;
        </style>
        <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js" type='text/javascript'></script>
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
        <script type="text/javascript" src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
        <script type="text/javascript">
            $(document).ready(function () {
                $(".myButton").click(function () {
                    // Set the effect type
                    var effect = 'slide';
                    // Set the options for the effect type chosen
                    var options = { direction: $('.mySelect').val() };
                    // Set the duration (default: 400 milliseconds)
                    var duration = 500;
                    $('#myDiv').toggle(effect, options, duration);
        </script>
    </head>
    <body>
        <form id="form1" runat="server">
        <div id="body">
            <h2>
                Slide toggle from right to left and left to right.</h2>
            <hr />
            <p>
                <select class="mySelect">
                    <option value="right">Right</option>
                    <option value="left">Left</option>
                    <option value="up">Up</option>
                    <option value="down">Down</option>
                </select>
                <button id="button" class="myButton">
                    Run Effect</button>
            </p>
            <div id="myDiv">
                <p>
                    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
                    Ipsum has been the industry's standard dummy text ever since the 1500s, when an
                   .</p>
                <p>
                    It is a long established fact that a reader will be distracted by the readable content
                    of a page when looking at its layout. The point of using Lorem Ipsum is that it
                    has a more-or-less normal distribution of letters, as opposed to using 'Content
                    here, .</p>
            </div>
        </div>
        </form>
    </body>
    </html>

  • How do I get text to go from right to left in Creative Cloud?

    I need to create Arabic and Hebrew content in the Creative Cloud version of Adobe Illustrator, however, I can't seem to get the content to paste from my source document from right to left. 

    Still having trouble using Indic-support.  Tried that before posting question.  However, found a "better way", at least for me.  I copied the text to Microsoft Word, then opened the Word Document with Illustrator (which I didn't know I could do - found it in a note somewhere).  Cut and paste was very easy after that.  I was able to finish my project within a similar amount of time as I can with other languages.  It takes a few more steps than direct copy and paste, but not much from a time perspective!  It works! Hooray!

  • How to adjust the form design in oracle Jdeveloper 11g from right to left ?

    Dear All,
    I'm new in Oracle ADF , and i want to adjust the form layout to be from right to left alignment in the design .
    so when i put for example text input will be in the right side .

    Thanks Mr.Frank for your replay
    but i don't mean the right alignment for input text .
    I'm working for Arabic interface project , and i changed the language from the control panel and it works fine in the run time for messages and directions from right to left
    but in design it not good it from left to right and want the design form to be from right to left
    Notes : i used trinidad-config and i changed the property <right-to-left>true</right-to-left>
    but i did't work

  • Disable Charms that appear on swipping from Right to Left on Touchpad

    I have E440 and I want to Disable Charms that appear on swipping from Right to Left on Touchpad
    http://i.imgur.com/wOWcqVh.png
    Cant seem to find the relevant settings. Can you any one please help me. Thanks.

    Hi,
    Welcome to Lenovo Community Forums!
    In Windows 8.1, to disable the charms bar, right click on the taskbar and choose "Properties".
    In the next window, switch to the navigation tab, and uncheck the following options.
    When I point to the upper-right corner, show the charms
    When I click the upper-left corner, switch between my recent apps.
    This will disable top right and left corner. If you want to disable bottom right corner as well, you may use 3rd party application like winaero charms bar killer which works with Windows 8 as well.
    Hope this helps!
    Best regards,
    Mithun.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • I want to view a PDF file from Right to Left (Japanese page order) in Apple Preview

    I want to view a PDF file from Right to Left (Japanese page order) instead of Left to Right (English page order) when I view 2 pages. Does someone know how to do this? I think I was able to accidentally get it to work before, someone please HELP!

    Sadly there's no way to do that on apple's Preview.
    Adobe reader, however, has this option.

  • Execution from right to left : a=b=c;

    Help!
    I am using a tutorial to study for the certification exam.
    Unfortunately, I do not understand the answer of a very simple question.
    Can you give me a hand on this one?
    ************* This is the Question of the tutorial ************************************
    After the execution of the code-fragment below, what will be the values of i and a?
    1.     public class CalcMe {
    2.     public static void main(String[] args) {
    3.     int [] b = {3,7};
    4.     int i = 2, a = 4;
    5.     b[i] = i = 0;
    6.     a += b;
    7.     }
    8.     }
    Answer 1 i: 0 a: 11
    Answer 2 i: 0 a: 4
    Answer 3 i: 3 a: 4
    Answer 4 An exception is thrown
    Answer 5 None of the above
    ************* This is the Answer to the Question of the tutorial ************************************
    After the execution of the code-fragment below, what will be the values of i and a?
    1. i: 0 a: 11
    2. i: 0 a: 4
    3. i: 3 a: 4
    4. An exception is thrown
    5. None of the above
    Answer 4 is correct, an ArrayIndexOutOfBoundsException is thrown at line 5. The value of i
    evaluated from the right hand side to the left, it is element b[2] that should get a value assigned,
    arrays in Java starts from 0, element 2 is out of scope.
    *************************** This is my answer *********************************************************
    Despite I read the answer (and created and run it) I still do not understand how line 5 is executed because it seems
    that the expression is evaluated from left to right instead of right to left.
    I believe that correct answer should be:
    in line 5. b[i]=i=0 if expression is executed from right to left then
    first i=0 and after that b[0]=0
    which leads to believe that the values for i & a will be : i=0 a=4
    [Copied from Complete Java 2 Certification Study Guide ISBN 0-7821-4077-7 Phillip Heller & Simon Roberts Chapter #2 Operators and Assignments Page 66]
    Given three int varibles a,b,c, the statement a=b=0; is entirely legal. It is executed from right to left,
    so that first 0 is assigned into variable c. After it has been executed, hte expression c=0 takes the value
    that was assigned to the left side - that is 0. Next, the assignment of b takes place, using the value of
    the expression to the right to the equal sign-again, 0. SImilarly, that expression takes the value that was assigned ,
    so finally the variable a is also set to 0.
    I'd appreciate an explanation

    Does this mean that the assignment of indexes in arrays have higher priority than assignment operations?
    in other words,
    b[2]= ...whatever
    will happen before anything else is evaluated in the right side of the expression.
    Is that right?
    Bingo. Section [url
    http://java.sun.com/docs/books/jls/second_edition/html/
    xpressions.doc.html#5295]15.26.1:"If the left-hand operand expression [of a simple
    assignment operator] is an array access expression
    (15.13), then many steps are required:
    # First, the array reference subexpression of the
    left-hand operand array access expression is
    evaluated. If this evaluation completes abruptly, then
    the assignment expression completes abruptly for the
    same reason; the index subexpression (of the left-hand
    operand array access expression) and the right-hand
    operand are not evaluated and no assignment occurs.
    # Otherwise, the index subexpression of the left-hand
    operand array access expression is evaluated. If this
    evaluation completes abruptly, then the assignment
    expression completes abruptly for the same reason and
    the right-hand operand is not evaluated and no
    assignment occurs.
    # Otherwise, the right-hand operand is evaluated. If
    this evaluation completes abruptly, then the
    assignment expression completes abruptly for the same
    reason and no assignment occurs."
    It then goes on to detail null checks on the array
    reference, ArrayIndexOutOfBoundsException checks, etc.

  • Transferring the negative sign from Right to Left for a currency field.

    Hi All,
    I am trying to transfer the negative sign in a currency field from right to left but in doing that i am not getting the comma seperators of the currency field.
    For eg : If the value is 12,345,678.00- then after converting it i am getting it as
    -12345678.00 and i am loosing the commas.
    I am trying to transfer the negative sign by first converting the currency field into character field.
    Kindly help for the same.
    Thanks,
    Sharadendu

    Hi,
    Use FM CLOI_PUT_SIGN_IN_FRONT.
    Try this code as well
    data: var(10),
    length type i.
    var = '300-'.
    write var.
    length = strlen( var ).
    length = length - 1.
    replace first occurrence of '-' in var+length(1) with ''.
    concatenate '-' var into var.
    write:/ var.
    Regards,
    Satish
    Message was edited by:
            Satish Panakala

  • Move an animator object from right to left

    How do I move an animator object from right to left?  I tried using the value with a minus sign in front of it. (i.e. -(xcoord) )  Please help.
    Thanks,
    Chris

    After you create the animator, click on it on the panel, you will see a rectangle. You can drag the rectangle to bigger or smaller. The graphic will be moving inside of this rectangle. In this rectangle, bottom left corner is x0 y0.  Top right cornet is x100, y100.
    Ryan Shi
    National Instruments
    Attachments:
    process1.zip ‏1 KB

Maybe you are looking for

  • BAPI to cancel Transfer order

    Hi All, Is there is any BAPI to cancel Transfer Order (using T-Code LT15) already created? Regards, Raghu

  • Why do I have to sign in every time use ibooks

    Since the ios7 update, almost every time I use iBooks it prompts me to sign into my appstore account.  This is new behavior and is aggrevating.  Why is it necessary?  Am I missing something?

  • TABLESPACE AND SCHEMA

    I have list of customers but and have a databse. Each customer has same structure for dtaabase but different data. Soi want to know how to develop a dtabase for it Should i make a diffent tablespace for each customer or in one tablespace shud icreate

  • Lightroom Download Error?

    I've been trying for days to download Lightroom and Photoshop I recently purchased with Creative Cloud, but everytime I begin download, at 41% it will extract files, and then either wait for eternity and stop, resume until 84% and freeze, or install

  • BW Query Usuage Statistics

    Hi Experts, I have a requiremnet to analyse Query Usuage in our nvironment. I basically need below infomation a. How many times a query was accessed b. Number user Attempts per day. c. Query runtime d. Query used by which user e. Query last accessed