On Tuesday 05 February 2008, Jake Richards wrote:<br>&gt; Hello:<br>&gt; &nbsp; I&#39;m a little new to python and pyqt so please forgive any naive questions<br>&gt; I might have :) &nbsp;But, what I am attempting to do is simply have my wacom<br>
&gt; tablet work similarly to my mouse in a pyqt application. &nbsp;It appears that<br>&gt; left clicks, right clicks and tapping on the tablet all work fine, but when<br>&gt; I try to drag, nothing happens. &nbsp;I&#39;ve tried selecting multiple things in a<br>
&gt; treeview, using scrollbars, highlighting text, but it seems to only<br>&gt; register the first tap and not mimic holding down the left mousebutton and<br>&gt; then dragging. &nbsp;Here are some tech specs:<br>&gt; Linux Kernel: 2.6.15-1.02<br>
&gt; Python 2.4<br>&gt; Qt-4.3.1<br>&gt; Pyqt 4.3<br>&gt;<br>&gt;<br>&gt; The tablet seems to work fine in other applications (gimp/Shake/firefox)<br>&gt; Would anyone have any help they can give me that might be obviously<br>
&gt; overlooked? &nbsp;Is there any special initialization I need to do? &nbsp;I can see<br>&gt; tabletDown/tabletMove events being triggered so something is at least<br>&gt; happening. &nbsp;Thanks in advance!<br>&gt;<br>&gt; B<br><br>
&gt;What about other Qt applications?<br><br>&gt;Basically, PyQt knows nothing about tablets - it if works with Qt it should<br>&gt;work with PyQt.<br><br>&gt;Phil<br><br>A good point.&nbsp; I tried out the Qt examples and those don&#39;t seem to work either.&nbsp; Basically the same issues.&nbsp; Could they be compiled wrong or perhaps our version of linux/X be causing problems?&nbsp; Or, is this more a topic for a different mailing list?&nbsp; Thanks!<br>
<br><br><br>