Double Click / Single click problem

Recently i have been noticing when i single click, using either my magic mouse or trackpad i end up getting a double click, even when my double click is set to as slow as possible.
Is there anything that can be done to stop this, as this makes many of the menu's in photoshop un usable as well as the dashboard calculator :'(

My Mother-In-Laws computer (iMac 2GHz- Snow Leopard with current updates) is acting this way also. In her case, she had a Logictec wireless mouse hooked up with the receiver in the keyboard. She has noticed the single click as a double click in Mail and another program (can't remember the other). Suggested that she go back to the original apple mouse and see if it still acted the same way. I'm on the computer now and have been able to recreate the problem with the Apple mouse. Her mouse click setting was all the way to "low". Moved the setting to the middle and didn't see much of a difference. Maybe slightly more instances of double-clicks.
I have two other macs(my Mac Pro and another iMac) I use on a regular basis and have not seen this problem. But they are also behind on Snow Leopard OS updates. I'm guessing this is an internal problem Apple will have to fix.

Similar Messages

  • JTable select row by double click, single click

    Hi all,
    I would like to double click on the row of the JTable and pop up a window for adding stuff, a single click for selecting the row and then in the menu bar I can choose to etither add, change or delete stuff. I try to use the ListSelectionModel but does not seems to distinguish between double or single click.
    Any idea, doc, samples?
    or I should not use ListselectionModel at all?
    thanks
    andrew

    Hi. I used an inner class. By using MouseAdapter u dont have to implement all methods in the interface..
    MouseListener mouseListener = new MouseAdapter()
    public void mouseClicked(MouseEvent e)
    if(SwingUtilities.isLeftMouseButton(e))// if left mouse button
    if (e.getClickCount() == 2) // if doubleclick
    //do something
    U also need to add mouselistener to the table:
    table.addMouseListener(mouseListener);
    As I said, this is how I did it.. There are probably alot of ways to solve this, as usual :). Hope it helps

  • OHJ - Displaying topics on a single click

    I am using OHJ 4.2.7 version. In my application under the Contents tab, I would like to display the topic when a user clicks(Single click) on a particular TOC item.
    Currently the topic is getting displayed only if the user double clicks on an item. any ideas?

    Hey, did you ever get any insight on this issue?

  • Windows 7 classic shell without single click??

    I have 700 windows xp machines in a retail environment that I am prepping to swap out with Windows 7 machines.  These xp machines are joined to our domain, and fairly locked down via group policy.  I am in the process of putting together our new
    Windows 7 image and building the group policies.  Our goal is to maintain as much of the same look and feel that we have with our Win XP machines for this application.
    That being said - I have enabled Windows Classic theme (by leaving UserConfiguration > Administrative Templates > Control Panel > Personalization > Force a specific visual style or force Windows Classic blank).  This seems to work just fine.
     I have the expected results for background, start menu, window appearance.  What is confusing me is - my mouse somehow got set to single click.  I do not want this.  It seems to have happened with turning on windows classic??  I haven't
    been able to find a GPO or GPP (or registry hack, for that matter) to turn it off.
    I look in Explorer > Folder and search options > Click items as follows - Double-click to open an item is the radio button that is marked active.  I was able to set my staging user (non admin level) to a local admin, re-login, click Single click
    to open an item --> click apply --> click double click to open an item --> click apply and ok.  Now things are as I want them.  It seems that by manually making this change it does the trick.  I won't have this luxury in the field.
    Any input as to a workaround or what is actually going on would be greatly appreciated.
    Thanks
    sb

    Hi,
    To disable the "single click", you need to disable the GPO setting "Turn on Classic Shell" under the node given below,
    User Configuration\Policies\Administrative Templates\Windows Components\Windows Explorer\Turn on Classic Shell
    Regards,
    Gopi
    JiJi
    Technologies

  • Magic Mouse single click double clicks and drops dragged images

    Last few weeks my Magic Mouse has started behaving strangely. When selecting something with a single click the mouse seems to double click and open the item instead of just selecting it. Very frustrating. When dragging anything across the screen it always drops the item halfway there.
    What is going on? Software? Hardware? I have no 3rd party software installed and have tried various double click speeds with the same result.
    Anyone have any ideas? Thanks.

    A lot of people have encountered this, Tom, myself included (see discussion here for instance: http://discussions.apple.com/thread.jspa?messageID=11547453&#11547453).
    It appears to be a bug in the OS. Annoying, but until Apple fix the problem, it's something we're unfortunately going to have to live with. Sorry I can't help you further.

  • For some reason, I now have to double-click on my bookmarks on my task bar. How do I change it back to a single click?

    In my bookmarks task bar, I used to have to just single click on the bookmark and it would open to that site. Now it seems that I have to double-click to get the bookmark to open. I want it back like it was - single click opens site. Please tell me how to fix this.
    Thank you!

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Uncontrollable mouse button events (single clicks are doubled?)

    Hello, folks--
    I am having a mouse problem that is driving me up the wall. The mouse in question is an optical IM/PS2 mouse--it is a cheap no-name product, but has worked fine for 2 or 3 years. The trouble started maybe six weeks ago when I did a full upgrade. The most important change that I know of in that upgrade was the introduction of HAL, so I strongly suspect that the cause of the problem is related to my HAL configuration, or perhaps a conflict between that and my X config. But anyway, the symptoms I've been seeing include (but are not limited to):
      * Firefox: a single click selects an entire paragraph
      * Thunderbird: a single click in the message list opens the message in a new window
      * Xfwm: a single click on the "windowshade" button collapses the window, then expands it again
        (or vice versa, depending on the initial state)
      * Xfwm: when dragging a window quickly, the mouse "loses its grip"--i.e. the window stops moving even
        though I am still moving the mouse
    None of these things happens every time, but they all happen often. The problems seem most severe in Firefox, but given that similar things happen elsewhere, I would imagine that's due to Firefox's complex event handling exposing a pervasive problem, rather than any kind of application-specific issue.
    With the possible exception of the window-dragging issue, all the above symptoms are consistent with a problem I have seen reported elsewhere, that single clicks are being read as double clicks. However, the only clearly applicable solution I've seen for that issue is to remove all mouse configuration from Xorg.conf, leaving it up to HAL. I tried that and it didn't seem to change anything. However, at the same time I purged the mouse from Xorg.conf, I created an FDI file for the mouse in /etc/hal/fdi/policy. I wonder now if that was necessary--there was no FDI for the mouse before, but perhaps there doesn't really need to be one if you aren't applying any special settings? Dunno, I don't understand much about HAL yet.
    I have tried a couple of other things: first, I set the double click speed to the minimum using the Xfce Mouse Settings applet (BTW, I suppose this applet is a front-end to some shell command or config file, but what?). That seems to help, but only a little. Second, if I use the mouse in an unnaturally precise manner (e.g., when single-clicking, I click as quickly as possible and lift my finger all the way off the button), the problems mostly, but not entirely, disappear.
    Any suggestions?

    mgushee wrote:
    bernarcher wrote:Sounds like faulty hardware.
    Did you try another mouse by chance?
    Well, no, and I suppose to be thorough I should try that. But I am quite sure that the problem appeared suddenly, and exactly at the time of the upgrade I mentioned.
    Well, it could be that your fdi modification tries to catch the mouse events twice in a row. Perhaps you should post the file.
    Besides: There is are no mouse specific fdi settings in my system. I currently have no idea where the mouse behaviour was defined besides my still old xorg.conf. (I did only activate Option "AutoAddDevices".)

  • How to detect only single click and not double-click mouse events in Swing?

    Hi,
    In my application, I want to implement a functionality only for single click. But problem is on double click, first i can see a single click and then double click.
    i.e e.getCount() return 1 and then 2 for double click. I want to avoid this situation.
    Shouldn't it be just one event with a clickCount of 2? or any alternative solution?
    Please let me know how can i stop this.
    Thanks in advance..
    Cheers
    Somasekhar
    Edited by: SomasekharPatil on Mar 13, 2009 3:36 PM

    Maybe something like the below example:
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.SwingUtilities;
    import javax.swing.Timer;
    public class SingleClickOnly {
        public static void main(String[] args) {
         SwingUtilities.invokeLater(new Runnable() {
             @Override
             public void run() {
              new SingleClickOnly().createGUI();
        public void createGUI() {
         JFrame frame = new JFrame();
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         JLabel label = new JLabel("Only acts on a single click");
         label.addMouseListener(createListener());
         frame.add(label);
         frame.pack();
         frame.setLocationRelativeTo(null);
         frame.setVisible(true);
        public MouseListener createListener() {
         return new MouseAdapter() {
             private int clickCount = 0;
             private final Timer timer = new Timer(1000, new ActionListener() {
              @Override
              public void actionPerformed(ActionEvent e) {
                  if (clickCount == 1) {
                   System.out
                        .println("Executing action on click count 1 only");
              timer.setRepeats(false);
             @Override
             public void mouseClicked(MouseEvent event) {
              clickCount = event.getClickCount();
              System.out.println("Clicked: " + clickCount);
              if (clickCount == 1) {
                  if (timer.isRunning()) {
                   timer.stop();
                  timer.start();
    }Piet

  • Single Click Acts Like Double Click

    A coworkers is having problems with his mouse (so I thought I'd post the problem, see if anyone knows what might be happening). He'll single click with his mouse, but sometimes (not always), it will act as though he's double clicked. Anyone have any suggestions as to what the problem might be?

    He's got a dual 1.2 (I think) GHz G4 tower. He's using some third party mouse (with two buttons and a scroll wheel). He's running Panther (he might upgrade to Tiger today).
    He (Brian, I'm gonna stop sayin' "he") ...Brian, switched with a "normal" Apple mouse for a few minutes and said it wasn't happening. But he can't get used to the big single click (which I prefer myself). Well, looks like we've found the culprit. I'll suggest changing USB ports, see if that does anything different.

  • Single-click registers as double-click, trackpad AND mouse

    I did a search here and elsewhere on this and it seems to be a fairly common issue among G4 PowerBook users. These are the threads I found here on the subject just doing a quick search...
    http://discussions.apple.com/thread.jspa?messageID=3875680&#3875680
    http://discussions.apple.com/thread.jspa?messageID=1206577&#1206577
    http://discussions.apple.com/thread.jspa?messageID=6951566&#6951566
    http://discussions.apple.com/thread.jspa?messageID=4574012&#4574012
    http://discussions.apple.com/thread.jspa?messageID=3359374&#3359374
    http://discussions.apple.com/thread.jspa?messageID=3423942&#3423942
    I have the same problem and it's really starting to annoy me since I started using this computer more frequently recently. I've owned it since new. It has done this off and on since I bought it. I only used it for travel so I just put up with it but now I'm using it for all E-mail to free up my primary desktop for other needs and this is starting to drive me crazy. The machine originally had Panther on it and when I migrated to Tiger I thought that might fix it. No such luck.
    The problem is that quite often when I single-click on something, whether in the Finder or an Application, it registers as a double-click. It doesn't matter if I use the trackpad or a mouse, same problem.
    I've tried different "Keyboard and Mouse" settings in System Prefs and nothing makes any difference. I've tried the PMU reset too. No change. I've tried it with the mouse disconnected and I've tried it with two different mice. No improvement. I've even tried it with green eggs and ham but the problem persists!
    I've never had this issue with ANY other Mac I currently own (3 others) or have owned in the past (many since 1985). My only speculation is that MAYBE the humidity/static in my environment has something to do with it. I've never noticed an exact correlation but it SEEMS that perhaps I may be having this problem more often when the climate is dry. Possible?
    Has anyone found a definitive cause/solution for this issue? Thanks!
    Mike

    Glad that worked for you Sup3rL4m3r but I suspect we have different issues. I have no problems with anything except single-clicks and click-drags registering as double clicks with either the trackpad or mouse. I have no issues with my "wallpaper" or with erratic cursor issues, or with anything else. When I upgraded to Tiger as indicated in the original post, I did an archive and install but it did nothing to mitigate the problem.
    This seems to possibly be a somewhat common problem based on previous posts I've read on it but I suspect that the lack of any solutions suggests it is a design flaw of some sort that has no solution. Perhaps it is not prolific enough to get any attention. Darned shame since this machine has otherwise been flawless. Kind of like buying a new car that has a hesitation on acceleration that you can't get rid of. Most annoying.

  • Single Click registers as Double Click

    Hi guys, my current issue is a bit hard to explain but here goes:...
    In CS 5.5 I now have an issue where a single mouse click is often registered as a double-click. This means if, for example, if I single-click on a clip that is placed on the timeline to select it and want to drag or trim, Premiere registers it as a double click and opens up the clip in a Source Monitor. This gets old really fast. There are a lot of other instances where Premiere does this and I need it to stop.
    I'm suspecting a possible issue with the graphic card (GTX580), however it worked flawlessly, no mods or driver changes have been done.
    I played around with the Windows mouse settings hoping it would fix it, but to no avail. I tried different mice, from a cabled cheap Dell mouse to a wireless Microsoft mouse. No changes. Restarts or creating new Projects didn't help. No new peripherals have been added, and no upgrades or registry changes have been made.
    Any ideas?
    Thank you
    Win 7 Pro
    Core i7 980X  (not overclocked)
    24 GB 1333 Mhz Memory
    GTX 580
    120 GB SSD - Boot
    400 GB Velociraptor - Caches
    1 TB WD Cav Black - Sources
    1 TB WD Cav Black - Finished Work
    60 GB SSD - Projects/Swap

    Don't get me wrong. Your system looks WIcked.... however is the set up for Premiere overly complex? First, I'm not a system integrator, I'm just a simple caveman really. But I can compare my two systems from work, which are.
    Win 7 Pro
    Core i7 980X
    CS 5.03
    12GB 1333 Mhz Memory
    GTX 480
    1TB (raid 0) system dive
    2TB 7200rpm SATA 3 Video drive. - Meaning any premiere asset or cache, or export goes here.
    Source materials are either AVCHD, Cannon MXF 25-50mbps, or DV.
    The systems work amazingly well. I have so little problems that I have to come here looking for other people's problems.
    You might try using one of your 1 TB WD Cav Black for Everything Premiere and see what that does for you.

  • Mouse double click on single click

    My mouse has been double clicking on a single click since changing to Mavericks 10.9. I have tried different mouse brands from Apple to Rapoo and everything inbetween. I have played with the mouse settings and rebooted, reset the pram and nothing works. It's very frustrating as a graphic designer to be slowed down because of a mouse.
    Has anyone ad this problem and has the solution to it?
    Thanks

    From the menu bar click on Go > (Hold option down) Library will appear, click it.
    In the Library goto Preferences
    Locate the following files and delete them.
    -com.apple.driver.AppleBluetoothMultitouch.mouse.plist
    Restart the computer and test.
    Hope this helps.

  • Single-click of home button does same as double-click

    When you double-click the home button it goes to the little music module with the play bar and "close" and "music" buttons.
    The problem I'm having is that it is going to the music module on a single-click...not every time, but often enough that it's a real annoyance.
    I searched the forum and haven't seen anyone else complain of this. Am I alone? Is there any way to fix it???

    Hello,
    You may have a faulty ipod. If its possible you could take it to an apple store for an assessment.
    hope this helps

  • Is there a way to change double-click to single-click?

    My dad has trouble double-clicking on folders. He recently got an iMac, and he's used to the single-click option on Windows. Is there a way to set up single-click on Mac OS X?

    The lack of single click mode this is the most glaring, problem that the mac has, it globally affects everything you do. Macs are great mostly because they are "dumbed down" but lets face it there are some qualities that are missing because the OS development has not been any comparison to windows. Macs have only had a two button mouse for a couple of years! If you are a light user of email, photos, etc (most of us) you will say whats all the complaining about? ..but if you use your mac for real work & know the advantages of single click mode, it is a nightmare. A person has to know ALL the adavantages to single click mode to appreciate what I am saying.

  • How to differentiate between Single click and double click event in List

    I am facing a problem while using list in awt.
    I want to execute some code on single click and other on double click but when double click event occurs it also executes the single click code.
    because i have added both actionlistener and itemlistener on the list.
    How to sort out this problem.
    please help me out.
    Thanks buddies.

    Hello Meeraj_Kanaparthi
    Thanks for helping i m giving u the code i have tried.
    Plz help me on this...
    Thanks........
    import java.awt.*;
    import java.awt.event.*;
    class CheckList extends Frame implements MouseListener
         List l1;
         int x;
         int y;
         CheckList()
         setSize(500,500);
         setLayout(new FlowLayout());
         l1=new List(10);
         add(l1);
         l1.add("Item 1");l1.add("Item 2");l1.add("Item 3");l1.add("Item 4");l1.add("Item 5");
         x=6;
         y=0;
         l1.addMouseListener(this);
    //     l1.addItemListener(this);
         show();
         public void execute(int y)
         if(y==1)
         {System.out.println("3");
              l1.remove(l1.getSelectedIndex());
         if(y==2)
         {System.out.println("4");
              l1.add("item " + x);
              x++;
         public void mousePressed(MouseEvent e)
              System.out.println("Pressed");
         public void mouseReleased(MouseEvent e)
              System.out.println("Released");
         public void mouseEntered(MouseEvent e) {}
         public void mouseExited(MouseEvent e) {}
         public void mouseClicked(MouseEvent e)
         if (e.getClickCount()==1)
              System.out.println("1");
              y=1;
         if (e.getClickCount() == 2)
         {System.out.println("2");
              y=2;
              execute(y);
         public void actionPerformed(ActionEvent ae)
         public void itemStateChanged(ItemEvent it)
         public static void main(String ag[])
         new CheckList();
    }

Maybe you are looking for

  • Support for Creating Web Service from pl/sql package in JDeveloper 11

    We have been creating all of our web services from pl/sql packages in our Oracle database using JDeveloper 10.1.3.1. I understand that this capability is not supported in Jdev 11. We have been mandated to either move up to JDeveloper 11, or consider

  • Call a Oracle function in a JSP

    Hello sir, Is there a way to call a function written in Oracle to be called in a JSP? Krish Reddy

  • How to save image in database

    hi , I am developing a application. i want to upload image with person's details and save it to database. How to do this? I hv got tutorials for uploading image but want to know how to save it to database table along with person's details. Thanks in

  • Problem Installing Snow Leopard 10.6.3 onto a new WD Scorpio Black 320 HD

    HELP! I just upgraded my hard drive from the stock Hitachi to a WD Scorpio Black. I have the Macbook Pro (mid 2009) 5'4 model, 2.54 Ghz. Everything went well, I formatted the drive by partitioning it to one partition. I tried to install SL from a bra

  • Equium-A100-147 - broken sound and video

    Hi everyone, I have the Equium A100-147, Its been working fine for last couple of year. But in the last few weeks has get problem in sound and video (broken sound and video). The sound is breaking and sometimes uable to listen + video breaking and so