wacom

Wacom tablet Python interface

Hello, If possible I want to catch pressure sensitive input from a Wacom tablet in Python. Are there any Python libraries available that can do this? Regards, Menno ...

java Swing debugging headaches with Wacom pen tablet

I've been running up against a problem with Java Swing + my Wacom Graphire tablet for a few years in several Java applications and have now encountered it in my own. I use a pen tablet to get around wrist issues while clicking a mouse, and it works fine under Windows except when I'm using Java applications. In Java applications, the sin...

Waxom (or other) Tablet API for capturing signature image

Hi, I need to capture a signature in my application as an image (GIF/TIFF,..whatever). Does anyone knows a good API for doing this (COM/ActiveX is preffered). I've read about Wintab, but it looks obsolete... Does reasent version of windows includes a standard API for doing this? Thanks, Matra ...

Unable to get Wacom events from /dev/input/event*.

I have created a pygtk program to monitor the keyboard status and mouse clicks across any application (i.e. not just for my application). This uses evdev by Micah Dowty which basically monitors /dev/input/event* for output and decodes the information in a way that I can display the information to the user. The program works perfectly fo...

Pen pressure in flash

Is there any way to detect pen pressure in actionscript? ...

Using Python for a Wacom tablet on Mac & Linux

I am shortly going to buy a Wacom Bamboo Pen&Touch, and I'd like to be able to access it from Python, preferably using PyQt. I've found a Python module for accessing it under windows (cgkit/wintab) and I've seen Python code for accessing it using GTK (GnomeTabletApps). Is there an equivalent for Mac? The Cocoa documentation provided by ...

Solution for WPF/Wacom compatibility problems, or can I disable WPF tablet support?

I sell a WPF (.net 3.5SP1) based time tracking application, this application has no tablet/pen/ink related features what so ever. I have a compatibility problem with Wacom tablets, on computers with a Wacom tablet my application may freeze, crush or, in the latest case - override the user's tablet settings (but not on every computer wit...

Detect if user presses button on a Wacom tablet

Hi, I was wondering if it is possible in Cocoa/Carbon to detect whether a key combination (e. g. Ctrl + Z) comes from a Wacom button or the keyboard itself. Thanks best xonic ...