-
```
For the moment I fixed the issue in mtpyglet here :
http://github.com/tito/pymt/commit/a7fc7aa91ff7b894f9aeb3af43826571526d016f
But on_touch_up still gets fired and you put your finger in an igno…
-
```
Run pictures example. Drag image by some relatively small distance. It's thrown
out of the visible screen space MUCH to fast due to the kinetic-like movement.
I bisected, and the problem emerges…
-
```
Actually, we have :
- default mode listen on 127.0.0.1 => localhost.
- you can specify ip in configuration or at command line to listen on
another interface
We can have a mode to listen to 0.0.0.…
-
```
Make installation and configuration easier
```
Original issue reported on code.google.com by `txprog` on 8 Dec 2009 at 1:00
-
```
What steps will reproduce the problem?
#!/usr/bin/env python
from pymt import *
if __name__ == '__main__':
mycss = 'button{color-down: rgba(150, 0, 0, 150); bg-color: rgba(0, 0, 0, 150)}'
…
-
```
I run scroller.py, but the screen is whole black, nothing on the screen.
I know scroller.py can display picture button(I run this example on another
computer, so I know this)
These 2 computer us…
-
```
I can't use the flip_to() function in MTFlippableWidget. It just does nothing
if I use it (no error).
example code:
from pymt import *
widget = MTFlippableWidget()
widget.add_widget(MTLabel(labe…
-
```
Under OSX with Python 2.6, I can close pymt windows by pressing escape, but
it doesn't kill the process. Afterwards, I can't seem to kill the process
in the terminal with ctrl-x or ctrl-c, I need…
-
```
What steps will reproduce the problem?
1. On launching start.py after connecting an external display(Projector)
What is the expected output? What do you see instead?
instead of launching the appl…
-
```
What steps will reproduce the problem?
1.create a label
2.refresh()
3.
What is the expected output? What do you see instead?
label keeps its size
What version of the product are you using? On w…