|
| | |||||||
| Tablet PC Developers Show off your work while discussing with others how to create ink enabled applications. |
| | LinkBack | Thread Tools |
| |||
| Vista pen double click bug In Vista, using a pen with click and hold right clicking disabled, two mouse down events are registered if the pen is down for more than a few milliseconds. This essentially makes this mode unusable in many many programs, which is unfortunate since having click to hold enabled has it's own (admittedly unavoidable) issue: the mouse down event isn't sent until the press and hold times out, or the mouse is moved or mouse up occurs. Is this a known bug to be fixed by Microsoft? I'm surprised this was never fixed in beta. |
| |||
| RE: Vista pen double click bug Hello Malorkus, I am not seeing this on my Vista Tablet PC (Lenovo x60). What model are you using? Here is the test code I was using (in a C# Form). Does this code fire two MouseDown events for each pen down on your computer? public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_MouseDown(object sender, MouseEventArgs e) { System.Diagnostics.Debug.Print("MouseDown"); } } Thanks, Stefan Wick "Malorkus" wrote: > In Vista, using a pen with click and hold right clicking disabled, two > mouse down events are registered if the pen is down for more than a > few milliseconds. This essentially makes this mode unusable in many > many programs, which is unfortunate since having click to hold enabled > has it's own (admittedly unavoidable) issue: the mouse down event > isn't sent until the press and hold times out, or the mouse is moved > or mouse up occurs. > > Is this a known bug to be fixed by Microsoft? I'm surprised this was > never fixed in beta. > > |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Single click acting like double click | Sue | Windows XP | 2 | 06-02-2008 05:00 AM |
| Vista pen double click bug | Malorkus | Windows XP Tablet PC Newsgroup | 2 | 04-25-2007 01:45 PM |
| Single-click acts like double-click | FKS | Windows XP | 4 | 04-23-2007 06:00 PM |
| Double-click icons with Vista???????????? | Hula Baloo | Windows Vista | 6 | 03-05-2007 01:00 PM |
| Single Click/Double Click Missing Mouse Clicks | Mike Bielen | Windows XP | 0 | 01-04-2007 04:05 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |