Magic mouse works only as 2 button mouse

And Bluetooth preferences no more available
Any Idea?

you're going to have the same problem occurring with many
more rollover/rollout sequences if the swf containing that code is
placed online.
when loading is complete, some of pic_mc's properties will
return to default, including its _visible property. what you're
seeing, if you rollout before loading is complete, is
pic_mc._visible better assigned zero by your rollout, loading
completing and pic_mc's _visible property returning to true. online
users will see that even more frequently.
to remedy, use pic_mc's _alpha property. that does not return
to default when loading is complete.

Similar Messages

  • Mouse reduced to a three button mouse when unpluged/repluged

    It's me and my mouse again.
    This time the problem is that the scroll and side buttons stops working when I unplug and erplug the mouse back in again. It's a Logitech MX518 mouse.
    My MX518 use /dev/input/event4.
    # cat /proc/bus/input/devices
    I: Bus=0003 Vendor=046d Product=c01e Version=2200
    N: Name="Logitech USB-PS/2 Optical Mouse"
    P: Phys=usb-0000:00:1d.1-2/input0
    S: Sysfs=/class/input/input4
    H: Handlers=mouse2 event4
    B: EV=7
    B: KEY=ff0000 0 0 0 0 0 0 0 0
    B: REL=103
    This is a part of my /etc/X11/xorg,conf
    Section "Inputdevice"
    # Logitech MX 510/518
    Identifier "EvdevMouse"
    Driver "evdev"
    Option "Device" "/dev/input/event4"
    EndSection
    Section "Inputdevice"
    # IBM Thinkpad Touchpad
    Identifier "Mouse2"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    EndSection
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Laptop"
    Screen "Laptop single"
    Inputdevice "EvdevMouse" "CorePointer" # Mouse
    InputDevice "Mouse2" "SendCoreEvents" # Touchpad
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    When I unplug my mouse, the /dev/input/event4 is removed. When I replug my mouse back in again, a new event is created named /dev/input/event5. And my mouse is suddently reduced to a three button mouse. To fix this, I have to kill X, unplug/replug my mouse, and start X again.
    This is after unplug/replug the mouse without restarting X
    # cat /proc/bus/input/devices
    I: Bus=0003 Vendor=046d Product=c01e Version=2200
    N: Name="Logitech USB-PS/2 Optical Mouse"
    P: Phys=usb-0000:00:1d.1-2/input0
    S: Sysfs=/class/input/input5
    H: Handlers=mouse2 event5
    B: EV=7
    B: KEY=ff0000 0 0 0 0 0 0 0 0
    B: REL=103
    Have tried to create a udev rule, without any luck.
    ACTION=="add",
    KERNEL=="event*",
    SUBSYSTEM=="input",
    SYSFS(manufacturer)=="Logitech",
    SYSFS(product)=="USB Receiver",
    NAME="input/mx518"
    Does anyone have an idea that can be done to fix this.
    Orjanp

    I'm using udev to create links for my Logitech MX700 Duo (Logitech Elite keyboard + MX700 mouse).
    Here are my udev rules:
    # Laptop keyboard
    BUS=="serio", SYSFS{description}=="i8042 Kbd Port", SYMLINK+="input/clavier"
    # Alps TouchPad
    # GlidePoint
    BUS=="serio", SYSFS{description}=="i8042 Aux Port", KERNEL=="event?", SYMLINK+="input/touchpad"
    # StickPointer
    SUBSYSTEM=="input", SYSFS{dev}=="13:32", SYMLINK+="input/stick"
    # MX700 Duo
    # Keyboard
    BUS=="usb", SYSFS{bInterfaceNumber}=="00", SYSFS{bInterfaceProtocol}=="01", NAME="input/%k", SYMLINK+="input/mx700duo_clavier"
    # Mouse
    BUS=="usb", SYSFS{bInterfaceNumber}=="01", SYSFS{bInterfaceProtocol}=="02", NAME="input/%k", SYMLINK+="input/mx700duo_souris"
    The bInterfaceNumber/Protocol are the only thing that can differcienciate the two (same wireless receiver...).
    Hope you will be able to adapt it to your kb/mouse.
    I've never been able to make work 100% of it. Since the symlinks disapear if I unplug the usb mouse/kb, I can't unplug and replug them if Xorg is running...
    I would like to be able to control each of the devices independantly, like this:
    Section "InputDevice"
    Identifier "Clavier"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel" "inspiron"
    Option "XkbLayout" "ca(fr)"
    EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "Alps Touchpad Glidepoint"
    Option "Device" "/dev/input/touchpad"
    #Option "Device" "/dev/input/event2"
    Option "Protocol" "auto-dev"
    Option "Buttons" "7"
    Option "LeftEdge" "120"
    Option "RightEdge" "830"
    Option "TopEdge" "120"
    Option "BottomEdge" "650"
    Option "FingerLow" "14"
    Option "FingerHigh" "15"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "25"
    Option "HorizScrollDelta" "25"
    Option "MinSpeed" "1.2"
    Option "MaxSpeed" "2.0"
    Option "AccelFactor" "0.2"
    Option "EdgeMotionMinSpeed" "15"
    Option "EdgeMotionMaxSpeed" "30"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "SHMConfig" "on"
    EndSection
    Section "InputDevice"
    Identifier "Alps Touchpad Stickpointer"
    Driver "mouse"
    #Option "Device" "/dev/input/event1"
    Option "Device" "/dev/input/stick"
    Option "Buttons" "2"
    EndSection
    Section "InputDevice"
    Identifier "LogitechMX700Duo_souris"
    Driver "evdev"
    Option "Dev Name" "Logitech USB Receiver"
    Option "Dev Phys" "usb-*/input1"
    Option "Device" "/dev/input/mx700duo_souris"
    #Option "Device" "/dev/input/mice"
    #Option "Device" "/dev/input/mouse2"
    Option "ZAxisMapping" "9 10"
    Option "Buttons" "10"
    Option "Resolution" "800"
    Option "Emulate3Buttons" "yes"
    EndSection
    Section "InputDevice"
    # Logitech Elite keyboard (MX700 Duo)
    Identifier "LogitechMX700Duo_clavier"
    Driver "kbd"
    Option "Device" "/dev/input/mx700duo_clavier"
    Option "XkbRules" "xorg"
    #Option "XkbModel" "logiinkseusb"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "ca(fr)"
    EndSection
    Section "ServerLayout"
    Identifier "nvidiac"
    Screen "Ecran LCD (nvidia)"
    Option "OffTime" "5"
    InputDevice "Clavier" "CoreKeyboard"
    InputDevice "Alps Touchpad Glidepoint" "SendCoreEvents"
    InputDevice "Alps Touchpad Stickpointer" "SendCoreEvents"
    InputDevice "LogitechMX700Duo_souris" "CorePointer"
    #InputDevice "LogitechMX700Duo_clavier" "SendCoreEvents"
    EndSection
    If the last line is uncommented, X doesn't work... I really don't know why. And now that Xorg 7 is installed, my mouse is 32 buttons!!!! This is a nightmare...

  • My screen z1 crashed and does not work only touch the buttons below

    I had my phone in my back pocket and I was driving and when I get to my destination , I realized that the screen had crashed , , and now only the buttons below function , do not understand how they work only 3 buttons, the damage screen is on the inside, not the outside in help¡

    @zamora07
    Replacing the LCD it's quite simple, just requires a lot of work and the correct tools, keep in mind that doing so will void your warranty and your phone might not be waterproof after this. 
    this is how to replace the LCD
    video 
    https://www.youtube.com/watch?v=SvJKVxfKqFc
    step by step picture
    http://www.xperiablog.net/2013/09/15/xperia-z1-disassembly-guide/
    You will need to buy a new LCD/Digitizer
    http://www.ebay.com/itm/like/131214968274?lpid=82&chn=ps
    http://www.smartphonebay.net/LCD-Screen-for-Sony-Xperia-Z1-p/lcdp-syz1.htm?gclid=Cj0KEQjw-OCqBRDXmIW...
    https://www.strivemobile.com/sony-xperia-z-lcd-touch-screen-assembly-replacement?gclid=Cj0KEQjw-OCqB...
    and TWO double sided tape
    http://www.ebay.com/itm/like/331105420623?lpid=82&chn=ps
    one for the bacak pannel and another for the new LCD
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • How can I do a "middle mouse click" without a 3 button mouse???

    #1:  Is there a keyboard command that will perform a middle click?  I have googled and googled and googled and found hardly any info except something about "option + click", which does not work.
    #2:  Is there a way to make the magic mouse perform a middle click?

    If you could explain your need for this, perhaps someone could offer a work-around solution.
    For example, if it is for a game, many games allow the user to change the presets for actions. If this is the case, setting the desired action to use something like Option-click should work; by doing it within the program (the game) it avoids needing to do anything to the OS.

  • Magic Mouse works in Windows 7 x64... Until Reboot

    So I've tried every troubleshooting solution I could find and after hours of fiddling around, and I finally got the Magic Mouse to work in Win 7 x64 (Boot Camp). However, after rebooting it no longer worked. I have downloaded the drivers listed on Apple's website and did the extract 64 bit version. I am using Boot Camp 3.0, so "Generic Bluetooth" is not listed in the Device Manager... only the correct Apple Bluetooth Radio is listed. The steps I went through to get the Magic Mouse up and running the first time are kind of a blur, but I believe they went something like this:
    1. Uninstalled Magic Mouse and Apple Bluetooth drivers from Device Manager
    2. Let Windows find new hardware and reinstall
    3. Chose to search for Bluetooth devices > Right Clicked Magic Mouse > Checked HID Mouse (or something similar) in Services tab
    4. Windows installed drivers and mouse worked. Magic Mouse was listed as Bluetooth HID instead of Apple Wireless Mouse (which I've seen before)
    Tested this configuration out and everything seemed to be working great. However, I rebooted my system, ensured I didn't have any issues in Mac OS X (which I didn't) then booted back into Windows. At this point, the mouse no longer worked. I noticed in the Device Manager that there were 2x Bluetooth HIDs listed instead of the one I saw earlier. When I displayed the Bluetooth devices, the Magic Mouse was listed with a yellow exclamation point. I attempted to disable each and reboot to see if one was conflicting with the other, but it did not resolve the issue. Anyone know why this is happening or what I can do to get this mouse working?

    Just to update... I can now add the mouse each time I load up Windows. I just need to uninstall any Bluetooth HIDs located in the Device Manager and remove the mouse from the list of bluetooth devices. However, each time I reboot into Windows, the first thing that happens is it install another Bluetooth HID. During the login screen the mouse is unresponsive and when going into the device manager after a reboot there is always two of the same Bluetooth HIDs listed. This seems to be the problem during the startup but how do I stop Windows from installing the same device twice?
    I have also attempted to install the 64bit drivers supplied on the website and the mouse changes from Bluetooth HID to Apple Wireless Mouse. Once it finishes installing, the mouse no longer works. I have to repeat the steps and uninstall the Apple drivers to get it to work again
    Message was edited by: Chris7519

  • Magic Mouse worked for over a year, now no scroll no right click

    All of a sudden, in my 15" powerbook, no new software installed (only Software Updates and Flash update), all the Systems Preferences rechecked, no USBOverdrive. Tried all the suggestions in various communities/ Google, no change. Seems it's a problem shared by many.
    Strangely enough, with my iMac 20" Magic Mouse works perfectly. Has anyone found a fix?

    if you have had a few replacement HH3s and still the same problem then it is unlikely all of the HHs have the exact same fault so maybe you need to look nearer to home in that there is something causing interference to your wifi signal
    have you tried moving the router to a different location to see if that makes any difference?
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Simple question.  Will my Magic Mouse work in Windows 8 Boot Camp 5.1 (Mavericks)

    I think my question says it all.  My magic mouse is not working and will not pair with my Windows 8 Boot Camp install done from the Mavericks Boot Camp setup.  Should it work?  Does it not work?  Thanks.

    you don't mention what mac you have because I suspect that the bluetooth driver for windows only support 1 input at the time over bluetooth
    my magic trackpad works fine with bluetooth but my bluetooth mice require being run as usb device it can't connect using bluetooth at all

  • Magic mouse double click not operating. With iMac 24" and 10.6.8 bluetooth cannot discover the mouse and spins for ever, but mouse was working OK until 2 weeks ago. Now double click does not work, have to go to menu to open messages etc.. A nuisance.

    Magic mouse is not discovered by bluethooth software, but it worked OK until 2 weeks ago (10.6.8 and iMac 24). Now the double clik does not open messages, I must go to the file menu to do it. A nuisance. Closing a file takes exactly 2 or 3 seconds! Any idea? Mouse and batteries are OK and checked by retailer. Please help.

    Also using iMac 10.6.8
    My magic mouse works ok but I am getting the same message from Mouse prefs that no mouse is “discovered” and the progress gear spins forever. For the time being, at least, my mouse functions as expected.
    I have trashed mouse prefs and rebooted, but that did not solve the problem.

  • I use a two button mouse with my Mac Book Pro.  It works fine, but after installing Lion, the mouse wheel goes in reverse of what it did (rolling the wheel towards your palm goes up not down the page).  Anyone know how to fix this?

    I use a two button mouse with my Mac Book Pro.  It works fine, but after installing Lion, the mouse wheel goes in reverse of what it did (rolling the wheel towards your palm goes up not down the page).  Anyone know how to fix this?

    First sentence in OPs question:
    I use a two button mouse with my Mac Book Pro
    I guess the track pad settings would look similar to my screen shot?
    Regards,
    Colin R.

  • Will the Apple Magic Mouse work with my Mac Mini?

    Hi
    I have a mid 2007 Mac mini — the Model 2,1 — running Mac OS X Snow Leopard, 10•6•8
    I’m thinking of treating myself to the Apple Magic Mouse, or Trackpad.
    Will the Magic Mouse, work with this model and version of the OS … ?
    (I’m ALSO told I need to have Wireless Mouse Software Update 1.0: how do I go about checking that I do … ?)

    I'm not sure about the 2007 mini, but a quick check is to open your system preferences and look for Bluetooth preferences.  If there aren't any, then no magic mouse for you...

  • Why does my mouse wheel only scroll up in the catalog.  It works correctly in every other program.

    When in a catalog folder and showing a single picture, the mouse wheel only scrolls up, not down.  This behavior is not seen in any program other than elements.  If more than one line of pictures is showing in the window, it works fine, both up and down scrolling.

    Hi All,
    Please refer to the following article and do the needful:
    Photoshop Elements Help | Photoshop Elements hotfix 13.1.1
    It should solve the scrolling issue.
    Thanks,
    Anwesha

  • Magic mouse working under windows7

    I am a bit confused about the MagicMouse use in Win7 under bootcamp.
    First, in MacOS I see the bootcamp version is 5.0.3, under Windows, it says 3.1... why is there a difference?
    In windows, the mouse works but it is very erratic. There is no way to adjust the sensitivity of the trackpad component of the mouse. So if you are on a form with multiple dropdowns, the mouse randomly scrolls the dropdown list... or when you go to click, it scrolls as well and then accepts the click. In Device Manager, The mouse section shows a driver from Microsoft HID compliant.. (same for keyboard) Is there not a specific driver for the mouse where you can adjust all the relevant settings?
    I see there are drivers under Human interface device.. but those don't seem to work with the mouse

    Really the same issue by me on my mb990 and windows 7 32-bit. Don't even know what it might be. I've installed the driver for magic mouse from vista 32-bit. I think the crappy driver causes the problem.

  • How I can make so that the other functions of my magic mouse work?

    I can only use the right-click and the left-click, I can't scroll or swipe. When I click on the system preferences, i can't costumize the way my mouse works as I wish.

    Without knowing what changes you made it's impossible to say what you can do to fix it, but I would suggest checking two things in the Preferences menu:  first, under the Parental Controls, make sure you haven't disabled any of the areas that won't play; second, go into the Sharing area and uncheck the "Share library on my local network" box, then go back to the main library and see if the songs will play.

  • A magic mouse works in Ipad system?

    a magic mouse works in Ipad system?

    Does a mouse work on the iPad? No, not without jailbreaking.

  • Strange mouse click behaviour, (GTK?) buttons don't work

    Hey,
    I have had this problem since the last major upgrade, which included Kernel, Xfce, Xorg. Sadly I can't pinpoint this problem, that's why I wanted to ask if anybody else has the same problem and they have figured out what the cause is.
    Essentially this mostly happens with the Xfce panel, while clicking on a Laucher button. I click on a button, which works, then release mouse1, but then the button seems to be still pressed, as if mouse1 was not released. When the mouse leaves the area, the button "pops up" again, but when hovering over the button again, it looks like pressed again, even though it's not.
    That's not all that bad, but what happened recently, is while using Eclipse some (very random) buttons simply won't work at all. All this while they seem pressed, even though mouse1 has been released. I then have to use the keyboard to activate the button.
    I don't mind the Xfce problem so much, but I need Eclipse for work, and it just can't be the solution that I have to use the Keyboard when a button doesn't seem to work. The problem seems to be limited to button-like (including Tabs) GTK GUI elements. No problem with Qt yet.
    This is a laptop computer, with a normal touchpad and a USB mouse attached to it.
    And my mouse is NOT broken, as I have tested with a number of different mice and even other OSes on the same machine with same hardware configuration!
    Thanks,
    m.

    This may be related to the issue where buttons in Flash embeds don't work. You can probably 'fix' the issue by downgrading gtk2 to 2.16.5.
    ## Actually maybe not. Meh.
    Last edited by Peasantoid (2009-10-24 21:20:24)

Maybe you are looking for

  • Placing word documents with embedded metafiles

    Hello, I have a Word document with Windows Metafile embedded pictures (with .EPS extensions). The pictures are math formulas, and I am not sure what tool they were created with. I open the document with Word 2010. I tried saving the document in both

  • OSGi properties file problem

    I'm not sure if this is the right forum to post this question, but this seems to be the closest one fitting. I've landed up in the OSGi space only recently, and am starting on to work with the Equinox OSGi container. But I'm stumped [atleast for now]

  • IPhone could not be synced because the sync session failed to start

    Received the error multiple times. Decided to retore from backup Apple reintialtized phone to factory specs... BUT when it tried to restore backup... you guessed it... "could not be synced because the sync session failed to start... APPLE leaves me i

  • Toplink - java.lang.NullPointerException

    I am running 11g DB Server JDeveloper 10.1.3.3 When I following this article: http://www.oracle.com/technology/obe/obe1013jdev/10131/10131_adftoplink/master-detail-edit_page_adf_toplink.htm Come to step 9 of Building the Data Model with TopLink. I ke

  • Help fix

    I get a message that reads (was not copied to this ipod because it cannot be played on this ipod. Why does this happen and how do i fix it