Re: Pen Tablet reacts slowly

2007-11-23 Thread Andre Schmeißer
Andre Schmeißer wrote: >> Did you do something else to detect a pen tablet event? > > I think not. Ok, I've forgot something, my code includes this: l = gtk.gdk.devices_list() for d in l: if d.source == gtk.gdk.SOURCE_PEN: if verbose: print d.name, d.mode, "#Axes:", d.num_axes, d.

Re: Pen Tablet reacts slowly

2007-11-23 Thread Andre Schmeißer
> For Paint, Tablet should work as described in > > http://wiki.laptop.org/go/Draw#Tablet_Support I don't understand right now if that is how it works or how it should work when it's finished. (I don't have the machine here atm to test) I originally mentioned Paint because Bert Freudenberg told m

Re: Pen Tablet reacts slowly

2007-11-23 Thread Alexandre Martinazzo
Hi Andre For Paint, Tablet should work as described in http://wiki.laptop.org/go/Draw#Tablet_Support So, we should distinguish if the event comes from Pen Tablet. Right now, if you use PT on Paint, it will work as the regular touchpad. As you said, there is a delay; I found no click events here.

Re: Pen Tablet reacts slowly

2007-11-23 Thread Andre Schmeißer
Maybe I'm mistaken and it does produce click events by now, but when I tested it the first time it didn't. But if it did, the paint activity would automatically work with the pen tablet, as it doesn't need to distinguish it from regular touchpad input, imo. If there's click and drag just draw a

Re: Pen Tablet reacts slowly

2007-11-23 Thread Alexandre Martinazzo
I'll join this discussion. Paint has no support for Pen Tablet but we want it. Right now, we taking care of collaboration and we are a little busy. I don't know what is necessary to provide Pen Tablet, I confess I haven't studied it that much, but I thought it would produce a click-like event. So,

Re: Pen Tablet reacts slowly

2007-11-23 Thread Andre Schmeißer
I have a B4 here which is still on build 570. Using a stylus works fine for me, except for the slow reaction. It doesn't produce click events but it positions the mouse in absolute coordinates, which is helpful for painting and really all that I need for gesture recognition. The problem is the in

Re: Pen Tablet reacts slowly

2007-11-22 Thread Bert Freudenberg
A stylus doesn't do anything in Paint on build update1-641 on my B4. - Bert - On Nov 22, 2007, at 17:02 , Andre Schmeißer wrote: > I thought it was supported in the Paint activity? > It'd certainly be easier to draw something with the tablet than > with the touchpad. > > Thanks for the reply, an

Re: Pen Tablet reacts slowly

2007-11-22 Thread Andre Schmeißer
I thought it was supported in the Paint activity? It'd certainly be easier to draw something with the tablet than with the touchpad. Thanks for the reply, anyway Bert Freudenberg: > On current builds the tablet seems to be disabled completely (which > makes sense at it was not really supported

Re: Pen Tablet reacts slowly

2007-11-22 Thread Bert Freudenberg
On current builds the tablet seems to be disabled completely (which makes sense at it was not really supported anyway). - Bert - On Nov 22, 2007, at 16:48 , Andre Schmeißer wrote: > > Hi, > > isn't there anyone who can help me with this? > I'd like to know if you experience the same behavior w

Re: Pen Tablet reacts slowly

2007-11-22 Thread Andre Schmeißer
Hi, isn't there anyone who can help me with this? I'd like to know if you experience the same behavior when using the pen tablet and if it's suppossed to be that way. Andre Schmeißer schrieb: > Hi all, > I'm experiencing a problem with the Pen Tablet: When touching the tablet > with a pen it >

Pen Tablet reacts slowly

2007-10-17 Thread Andre Schmeißer
Hi all, I'm experiencing a problem with the Pen Tablet: When touching the tablet with a pen it takes about half a second for the mouse to jump to that position. Is there any way to make that reaction faster, preferably nearly instant? The problem with that behavior is that my application uses the