Technology Questions

Go Back   Technology Questions > Hardware Questions > Mobile Computers > Tablet PC > Tablet PC Software > Tablet PC Developers

Tablet PC Developers Show off your work while discussing with others how to create ink enabled applications.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 05-06-2007, 07:32 AM
Malorkus
Newsgroup Contributor
 
Posts: n/a
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 05-06-2007, 07:32 AM
  #2 (permalink)  
Old 05-06-2007, 07:32 AM
Stefan Wick[MS]
Newsgroup Contributor
 
Posts: n/a
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.
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
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?

All times are GMT -8. The time now is 07:58 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0