-
```
With pyglet 1.1.3, with a custom pyglet event loop :
File "/usr/local/lib/python2.5/pymt/mtpyglet.py", line 477, in runTouchApp
pymt_evloop.run()
File "/usr/local/lib/python2.5/site-packag…
-
```
With the lastest git, when i use CSS for a widget with id, all CSS apply on
all widgets
Ex :
search = MTButton(id="play",label='Search', size=(350,60), pos=(40, 550))
w.add_widget(search)
box =…
-
```
Provide example or interface for face detection (check pyvision)
```
Original issue reported on code.google.com by `txprog` on 8 Dec 2009 at 12:58
-
```
Text input widgets should use pyglet built in mechanism to display/update
text, see http://www.pyglet.org/doc/programming_guide/user_editable_text.html
```
Original issue reported on code.google.…
-
```
If python is installed for all users, installer failed to install.
If python is installed only for the current user, installer work.
```
Original issue reported on code.google.com by `txprog` on …
-
```
MTWidget.rotate(angle) should rotate the entire widget (not only the drawing
stuff), kinda like what
scatter does.
MTWidget.corners could work like this:
>>> bottomleft, bottomright, topright, t…
-
```
Hey all,
I would like to simulate a long press?? can anyhelp me as soon as possible??
Thanx alot in advance :)
```
Original issue reported on code.google.com by `Bassasi...@gmail.com` on 10 Jun…
-
```
What steps will reproduce the problem?
1. Creating an MTInnerWindow and adding it to a MTScatterPlane (added into
a MTKinetic) || Or run this sample code: http://paste.pocoo.org/show/179790/
2. Ru…
-
```
I was trying To attach a slider to a Gridlayout in horizontal orientation.
The height of the slider increased from default 30px to fill the default
size of the grid probably.
```
Original issue r…
-
```
Tengo ciertas dudas, ya que el ratón de Apple también es táctil, y, aunque
en el kernel 35 le añaden un driver, siguen fallando ciertas características.
I have some doubts about this driver, and…