Cardboard Warriors
July 7, 2010 – 9:51 am | 2 Comments

While this short has plenty of explosions and blood, the editing and lack of urgency are over shadowed by the audio and effects. Overall I feel it was well executed. Good use of ‘Shaky Cam’ …

Read the full story »
Video

wtf’s from wherever

Art & Design

new technique

Sci & Tech

it’s got a 28.8 bps modem

Business

trading places

Politics

wag the commander

Home » Art & Design

Wacom windows stylus single click fix

Submitted by Tom McGuire on August 4, 2010 – 8:08 am | 176 views2 Comments

I have a pretty dynamic workspace at our office here at Visual Moxie, HiveDrive and Pinwire. I often used Windows Remote Desktop protocol to access various workstations and servers from laptops and even my iPhone. And we run all flavors of Windows. In particular, my workstation runs, Windows 7. One of the things that happen quite often, with no regular reason, is that my Wacom Tablet on my workstation starts acting strange. The behavior is mostly limited to the single and double click nib and button. Suddenly when I press down with the nib on the stylus I get a double click action instead of a single click or drag and drop option. The button on the stylus goes wonky too.

To remedy this I wrote a small batch file which I keep on my desktop that stops and then restarts the Wacom Tablet Service and Tablet PC Input Services. A few seconds later the tablet and Stylus are working perfectly.

All you need to do is place the following lines of text into a batch file. To make a batch file, right+click your mouse and creat a new Text file. Copy and paste the contents below into the new Text file and save it. Then rename the file to whatever you like and change the file extension from .txt to .bat and you’re done!

If your tablet start’s giving you grief then double click the new batch file and it will reset the drivers for the tablet.

code   
net stop "TabletServiceWacom"
net start "TabletServiceWacom"
net stop "Tablet PC Input Service"
net start "Tablet PC Input Service"

About the author

Tom McGuire wrote 120 articles on this blog.

He also operates Pinwire.com like a two-year old picks their nose.

Post to Twitter Post to Facebook

2 Comments »

  • Bryce says:

    Talk about timely! The same thing has started affecting me lately, though on Mac. You wouldn’t have any idea how to script the same thing as a unix script, would you?

  • Pinwire says:

    The first thing I would do is to be sure you have the most recent driver for the tablet. My next recommendation would be to find where the startup script is for the tablet service or daemon and then try to restart it from the shell. If you can are able to restart it from the shell then you could write a small script and set it to run wiith root priv’s and then any time the wacom act’s up you can run the script and restart the services. I’ll dig around and see if I can turn anything up.

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.