Mouse wheel don't work.

Mouse wheel don't work
This is my xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "GLcore"
Load "dbe"
Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "es"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
VertRefresh 60.0 - 75.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseBIOS" # [<bool>]
#Option "LCDClock" # <freq>
#Option "ShadowStatus" # [<bool>]
#Option "CrtOnly" # [<bool>]
#Option "TvOn" # [<bool>]
#Option "PAL" # [<bool>]
#Option "ForceInit" # [<bool>]
#Option "Overlay" # [<str>]
#Option "TransparencyKey" # [<str>]
#Option "ForceInit" # [<bool>]
#Option "DisableXVMC" # [<bool>]
#Option "DisableTile" # [<bool>]
#Option "DisableCOB" # [<bool>]
#Option "BCIforXv" # [<bool>]
#Option "DVI" # [<bool>]
#Option "BusType" # [<str>]
#Option "DmaType" # [<str>]
#Option "DmaMode" # [<str>]
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
#Option "DRI" # [<bool>]
Identifier "Card0"
Driver "savage"
VendorName "S3 Inc."
BoardName "86C270-294 Savage/IX-MV"
BusID "PCI:1:1:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
And also I try both in wiki http://wiki.archlinux.org/index.php/Xor … ot_working
Mouse wheel not working
The "Auto" protocol doesn't seem to work properly in Xorg 7 any more. In the InputDevice section for your mouse, change:
Option "Protocol" "auto"
to
Option "Protocol" "IMPS/2"
or
Option "Protocol" "ExplorerPS/2"
What more can I do?

my xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "dbe"
Load "dri"
Load "GLcore"
Load "glx"
Load "extmod"
Load "record"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "CPT"
ModelName "13a6"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "composite" "enable"
EndSection
i have not have a problem with -- Option "Protocol" "auto" 
you should check the output of xev with your mouse over the window and see some output (in the console you launced from) like this:
ButtonPress event, serial 31, synthetic NO, window 0x3400001,
root 0x6a, subw 0x0, time 20177357, (148,61), root:(699,395),
state 0x0, button 5, same_screen YES
ButtonRelease event, serial 31, synthetic NO, window 0x3400001,
root 0x6a, subw 0x0, time 20177357, (148,61), root:(699,395),
state 0x1000, button 5, same_screen YES
ButtonPress event, serial 31, synthetic NO, window 0x3400001,
root 0x6a, subw 0x0, time 20178421, (148,61), root:(699,395),
state 0x0, button 4, same_screen YES
what kind of mouse is it? google <mouse brand>+linux ? anything in dmesg about it? USB? what does `lsusb -vs XXX:YYY` say about it?
just some places to look.
hth

Similar Messages

  • Touch ring and mouse wheel don't zoom

    My wacom touch ring and mouse wheel don't zoom with elements 10; they only scroll.  It worked with my last version, elements 5.  Is there anything I can do to fix this?

    thank you, thank you, thank you
    thank you for replying so quickly
    thank you for having the right answer
    thank you for fixing my problem . . . if only real life was like this!

  • Mouse clicks don't work

    I have set up a menu with auto action buttons and for some reason mouse clicks don't work. I can click multiple times on a button without anything happening. However, navigating with arrows on the keyboard works fine.
    Is there anyway I can enable my mouse to work.

    Hi,
    Are you testing your DVD in DVDSP simulator? If som try building the disc in your hard drive and test runing the VIDEO_TS folder with DVD player to check if the issue is there too.

  • Windows 7 mouse gestures don't work with DW and FW

    I discovered that the mouse gestures don't work with Dreamweaver CS4 and Fireworks CS4 windows. When I drag a window to the right or left, nothing happen. The gestures words fine with all other programs, even Adobe programs like Photoshop or Lightroom. Can anyone help?

    Thanks Robb. I tried those options but it didn't work, but I'm posting here the final resolution in case anyone else encounters the issue.
    I had the local desktop support check out his PC and it turns out that the Windows 7 screen resolution was causing the issue. The only reason it was caught is because his desktop sharing software also was not working correctly.
    Within the display settings Windows 7 allows you to display text/icons larger without changing the resolution. The user's display was set at 150%. After changing to 100% (default) the desktop sharing and Essbase double clicking are working.

  • Keyboard and Mouse pad don't work.

    Can anyone help me? I figured I should come here before bringing it to a shop.
    I have upgarded my ram from 2gigs to 4gigs with Crucial ram.
    Though regardless if I have the new ram or old ram in, my keyboard and mouse pad don't work. There were occasions before when the keyboard would lock up for a short while, but I have no idea what's causing this.
    My only thought would be that sometimes my computer would get unusually hot, but i just turn it off when that happens.
    Everything else works fine, the USB ports work with keyboards and mouse's, the power chord works fine, there seems nothing wrong with the battery or display.
    Thanks you for any help.

    Welcome to Apple Discussions!
    Has your keyboard and mouse quit working altogether or just when the computer is hot? And do I understand that an external keyboard and mouse will work with no problems?
    And I am wondering about your computer running unusually hot. Are your fans operating properly? You might want to run the extended version of the Apple Hardware test to be sure that the fans and thermal sensors are working properly. If they are not, you will get one or more error codes.
    Another thing to do to check when your Mac is unusually hot is the Activity Monitor. Select "All Processes" at the top right and check for any process running that should not be which is using lots of CPU.
    I don't know if the keyboard problem is related to the heat problem or not, but I would want to know what is causing the heat problem too. Over time, excessive heat can cause damage to the logic board. It could also conceivably damage the ribbon cable which connects the keyboard and I would guess that the trackpad could also be affected. So it is important to see what is going on here. If you have been experiencing excessive heat on a regular basis, this might be the underlying cause of your keyboard and trackpad problems. If so, the heat problem will have to be fixed or the other problem will recur over time.
    Try the AHT and post back with any results. Also, use iStatPro to check on your fans and make sure both are running at roughly equal speeds and that they run faster when the computer gets hot.
    Good luck!

  • Bug? Mouse wheel doesn't work on Firefox and Chrome when added an application skin

    I added a customized skin to make the background of Flex to transparent. The skin is created by the "new file wizard" and only changed the "backgroundRect" 's alpha to "0".
    It works with no problem in IE8.0.6001 and Opera11.6 but doesn't respond to any mouse wheel event in FireFox 11.0 and Google Chrome 17.0.963.79.
    Is it a BUG?
    The flash player's versions are: IE:11.1.102.55; FireFox:11.1.102.55; Chrome:11.1.102.63; Opera:11.1.102.55

    I opened a new Flex project and then tried again. I finally found that it's not a problem of flash but div rendering.
    It seems Firefox and Chorme don't pass mouse wheel event automatically if div layout is set to "absolute".
    Although this is not a Flex issue, any idea of passing that event to flash will be appriciated. I haven't find a way to do it so far :-(
    What I'm doing is editing the "index.tamplate.html" to test. I added a div to contain the div of "flashContent" and set it's style to:
        position: absolute;
        top: 150px; left: 150px;
        height: 250px; width: 250px;
        z-index: 10;
    Another div's z-index is set to 1 to test the overlay effect.
    The reason why I added a div to contain the original div of flash, is I cannot figure out a way to effectively edit the CSS of the "flashContent" div.
    Any help will be thankful!!

  • Keyboard and mouse randomly don't work after boot

    Hello there, I have been having a problem lately  with the keyboard. Some times after the booting process it doesn't work, forcing me to restart my laptop even 3 or 4 times before getting it to work properly.
    Here is the keyboard boot process. wich has actually a problem that I can't understand clearly.
    dmesg |grep keyboard
    [    2.308714] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
    [    2.959550] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    I noticed this error during the boot preocess, how should it be interpreted?
    I'm sure in the kernel, the device atkbd is selected.
    The synaptics mouse instead, doesn't work properly in X
    My mouse is a synaptic touchpad and when I start x, instead of loading the synaptic device, xfce simply see it as ps/2. Also this happens randomly.
    dmesg |grep mouse
    [    2.098008] mousedev: PS/2 mouse device common for all mice
    [    4.836233] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400, board id: 3655, fw id: 631163
    [    6.696381] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400, board id: 3655, fw id: 631163
    Xorg conf:
    Section "inputdevice"
       identifier "synaptics touchpad"
       driver "synaptics"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
    Endsection
    Any suggestion?

    Welcome to Apple Discussions!
    Has your keyboard and mouse quit working altogether or just when the computer is hot? And do I understand that an external keyboard and mouse will work with no problems?
    And I am wondering about your computer running unusually hot. Are your fans operating properly? You might want to run the extended version of the Apple Hardware test to be sure that the fans and thermal sensors are working properly. If they are not, you will get one or more error codes.
    Another thing to do to check when your Mac is unusually hot is the Activity Monitor. Select "All Processes" at the top right and check for any process running that should not be which is using lots of CPU.
    I don't know if the keyboard problem is related to the heat problem or not, but I would want to know what is causing the heat problem too. Over time, excessive heat can cause damage to the logic board. It could also conceivably damage the ribbon cable which connects the keyboard and I would guess that the trackpad could also be affected. So it is important to see what is going on here. If you have been experiencing excessive heat on a regular basis, this might be the underlying cause of your keyboard and trackpad problems. If so, the heat problem will have to be fixed or the other problem will recur over time.
    Try the AHT and post back with any results. Also, use iStatPro to check on your fans and make sure both are running at roughly equal speeds and that they run faster when the computer gets hot.
    Good luck!

  • Mouse wheel isn't working...

    How to enable mouse wheel in arch??
    I have a PS/2 mouse with 2 buttons and a mouse wheel used as 3-rd button.

    should be as easy as throwing
    # Get the wheel working
    Option "ZAxisMapping" "4 5"
    in the mouse section of the /etc/X11/xorg.conf
    for example:
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/input/mice"
    # Get the wheel working
    Option "ZAxisMapping" "4 5"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Emulate3Buttons is an option for 2-button Microsoft mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    hope that helps

  • Mouse Wheel does not work on a Laptop?

    I have written a program to support mouse wheel action in my appplication. (using 1.4.1) This works fine on my desktop PC but on my HP Laptop it is a no go.
    The mouseWheelMoved event doesn't even register on the built-in mouse pad of HP. (I checked it out in debug mode and moving the HP mouse wheel does not generate a mouseWheelMoved event.)
    Any help or insight on this problem is appreciated.
    Thx

    >
    The mouseWheelMoved event doesn't even register on the
    built-in mouse pad of HP. (I checked it out in debug
    mode and moving the HP mouse wheel does not generate a
    mouseWheelMoved event.)
    Maybe it registers as some other mouse event. Have you trying listening and reporting other events?

  • MSI NEO4 Platinum - Upgrade to bios 1.5 - ps2 mouse connector don't work

    I've upgraded just today the bios of my NEO4 to the ver. 1.5. At reboot, i've set all bios parameters like they were before upgrade; now the mouse, if connected to the ps2 with an adaptor for usb mouse, don't work at all. Previously it was connected in the same way and the system was running with ver. 1.1 bios.

    Have you tried just connecting the mouse to the USB port? Tried all ports? Tried a regular PS2 mouse just to test?
    Did you look for any new settings that may have been added since the1.1 BIOS, Did you take notes?
    Did you look for any hidden BIOS features?
    Perhaps the settings you used previously just don't work the same way or may behave differently (perhaps like they are supposed to)
    Maybe a setting you didn't consider before is now necessary since the upgrade.
    Nothing is ever black and white with this stuff, my point is, leave no stone unturned...that should keep you busy in the interim until someone likely comes up with a better solution or suggestion.

  • Mouse functions don't work

    my mouse functions have stopped working! It doesn't matter what mouse I use - wireless or wired - these are the problems: I cannot click on anything to open or close it. I cannot click on a application on my dock and open it. I cannot drag a file or document on my desktop. I see the cursor moving around the desktop, but it has no effect.
    No solution has worked and I've tried many of them.
    Help!!

    I restarted my laptop, and the buttons worked! For only 2 minutes. Then nada ever again. What a POS. Come on HP, give a solution. I bought and returned it twice, which makes this my third wifi mouse. What a waste of my time. I think I'm just gonna return this mouse and forget the wifi mouse. Functionality is more important than a freed up USB port. I bought it for the forward/backward buttons specifically. HP used to make wonderful products, but this experience bring that into question now.

  • Frame 7 question - arrow keys / mouse scroll wheel don't work

    I have FrameMaker version 7.0p579.
    I've not used FrameMaker for quite a while, but I know my arrow keys used to move graphic elements, but they don't now.  Perhaps it's because I now use USB mouse and keyboard?
    One other question -- was the upgrade from version 7.0 to 7.1 (or 7.n) a free upgrade?  If so, where can I get it?

    Hallo Framers,
    I have tried both FreeWheel and KatMouse for a few days.
    * Both work with Windows 7 (beta version which I happen to have at home) and XP; I have no access to Vista but I expect it is also OK.
    * KatMouse interferes with Firefox's "middle-click to open link in a new tab". However this can easily be disabled (Settings>WheelButton>NoneOfTheButtons)
    * Some graphic programs (CorelDraw for example) use the wheel for zooming; both interfere with this. However a single-click on the KatMouse icon disables/enables it.
    * FreeWheel is hard to find and it's not clear whether it's supported any more; KatMouse seems to be current.
    On balance I recommend (and myself use) KatMouse.
    --- Derek

  • IMac stuck in home screen - mouse & keyboard don 't work after Apple Update

    I just updated my iMac by hitting the Update button in the left upper screen.
    After collecting 98.1 Mb of Update-tools i had to restart my iMac.
    During shutdown it installed the components, as normal.
    Once restarted, it brought me back to the home screen, where everything looked
    normal. Problem is, that the iMac doesn 't respond to my mouse and keyboard anymore. Cursor is left of the apple in the left upper screen and doesn 't move an inch.
    I discovered during a couple of restarts, that immediately as the apple appears in the white screen ... that Caps Lock modus is switched on. I am not able to switch it off.
    Who knows what's wrong ? Please don t tell me to use my OS Tiger cd's .. because i later installed proper Leopard version, but these cd's are not with me at this moment.
    HELP !

    Hi !
    Well, it is the wired keyboard and wired mouse. I tried as you told me,
    but up untill now there 's no difference and everythings' still stuck ..
    I tried the hardware test that you can do with CD 1 .. and everything
    seems to work fine. At that point ( after startup hold D-button ) you can
    control both mouse and keyboard.
    When you then choose for startup from Mac OS Hardrive ... the whole problem
    starts again. Caps Lock is ON ( green light ) from the moment you enter the
    home screen.
    The problem i have is that the original cd's that came with this imac intel duo core .. are OS Tiger. A friend of mine clean installed Snow Leopard 6.1. so i can t reinstall on a short term. I also would regret it if all my files would get lost.
    Thanks for your quick respond. Please help me out !
    Roger

  • TS3048 "Mouse buttons don't work as expected"

    When I consulted the troubleshooting page, the fix was identical to the fix listed for tracking problems, and that won't fix my problem.. Probably won't fix other peoples problems either
    When my Magic mouse is connected, it acts like the left button is constantly being held (selecting, dragging, and not allowing left click), except it's not.
    I have checked that the button hasn't warped for some reason, and also done a peliminary scan of other internet forums. There was a similar problem with the trackpad, but that occured after a firmware update, and was fixed by a firmware update.
    Could anybody help?

    Hello n:
    Just a bit of information from someone who has been using Apple products for well over 15 years (including a couple of warranty issues).  Also, as an aside, the little purple dots indicate that I have helped a lot of people here in the past. 
    1.  I suggest you follow my original suggestion.  As far as I know, there is no "deep-seated" problem with Apple mice.  Extrapolating from what you read in these forums and deciding there are big problems is roughly akin to visiting a hospital and deciding everyone in the world is sick.  If you are near an Apple store and it is convenient, take the mouse in for replacement.  If not, call Applecare for a warranty replacement.  Be sure you specify that you feel the mouse has failed.
    2.  This post is completely idiotic:
    It doesn't make sense to me to call this into Apple Care... since even if they do send you a new one, they'd also have to request that not only do you send yours back in to them, but they would STILL have to charge you a holding fee. And if the r-depot finds out that there is nothing wrong with the mouse you returned (as far as they can see), then that's even more lost $$$.
    If you call Applecare and they send you a replacement mouse, you do return the failed one within 14 days.  Apple pays the shipping cost both ways.  There is NO SUCH THING as a "holding fee." The so-called r-depot (there is no such thing) certainly does not waste time trying to debug a failed mouse.  The mouse goes to, I am sure, recycling.
    My original post was to keep your from wasting time debugging a problem that is not debuggable.
    Barry
    P.S.  In the years I have been using Apple products, I had two warranty issues.  One was an iMac that was DOA.  That was replaced (through Applecare) at no cost to me.  The other was a keyboard that was acting oddly.  Applecare replaced the keyboard and paid shipping both ways.  I do not work for Apple, but I can attest to the fact that their warranty service is first class.
    Message was edited by: Barry Hemphill

  • Mouse events don't work on a button from a panel ran in a DLL

    Hi.
    I have a DLL that loads a panel.
    Since it's a DLL I can't do the RunUserInterface() function, because the DLL would be stuck waiting for the panel events.
    I only do the LoadPanel().
    When I click with the mouse on one of the buttons, the pushing down event (simulating the button being pressed) doesn't happen and the callback doesn't run.
    But if I press the tab button until the focus reaches the button and press Enter, the callback of the button is executed.
    An even more interesting aspect is that this happens when I call the DLL on TestStand, but on an application of mine that calls the DLL just for debug everything works fine.
    How can I enable the mouse events?
    Thanks for your help.
    Daniel Coelho
    VISToolkit - http://www.vistoolkit.com - Your Real Virtual Instrument Solution
    Controlar - Electronica Industrial e Sistemas, Lda
    Solved!
    Go to Solution.

    Hello Daniel,
    I got surprised when I read your post, because I am experiencing something almost the same as you do.
    I have a DLL (generated by an .fp instrument driver I wrote) which performs continious TCP communication with the UUT.
    It starts 2 threads, each for reading from one of the 2 different IPs the UUT has.
    Another DLL tests this UUT (with the help of the communication DLL above) by exporting functions to be called by TestStand steps.
    If the second DLL wants to display a CVI panel in order to wait for the user response or displays a popup (MessagePopup, ConfirmPopup, etc), user cannot press the buttons.
    Actually, there is a point your program and mine differ. I call RunUserInterface and the button's callbacks call QuitUserInterface, so the execution continues after a button is pressed. The problem is buttons cannot be pressed. I also tried looping on GetUserEvent  but it did not solve the problem.
    There are 2 findings:
    1. I had a small exe to test my instrument driver DLL and the popups in it worked pretty well (this coincides with Daniel's findings).
    2. We workedaround the problem by shutting down the communication threads in the instrument driver DLL before the popup appears and restrating them afterwards. Although they are separate threads in another DLL, they were somehow blocking user events on another DLL running.
    S. Eren BALCI
    www.aselsan.com.tr

Maybe you are looking for