-
```
If I combine MTList and MTScatter and drag the scatter out of his "size", the
List acting stupid.
Sample Code:
from pymt import *
from os.path import join
# create list
lst = MTList(pos=(200,20…
-
```
When scrolling vertically *only*, it resets the list position after releasing
the touch that triggered the scrolling.
See this modified code from the example:
from pymt import *
# callback fo…
-
```
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…
-
```
What steps will reproduce the problem?
1. Make a MTKineticList:
sli = MTKineticList(do_x=True, do_y=False, w_limit=0, h_limit=1,
pos=(0,(w.height-200)),
size=(w.width,200), title=None, searchabl…
-
```
Due to GL.h not being found.
Have to find out how to special-case the path to it on OSX...
```
Original issue reported on code.google.com by `dennd...@gmail.com` on 3 Jul 2010 at 9:16
-
```
What steps will reproduce the problem?
1. Start by adding any string to the widget when 'autosize' or 'autowidth' has
been specified.
2. Replace the entire string with '\n' or ''
3. Check the rep…
-
```
See:
from pymt import *
# callback for the buttons
def test_button(btn, *largs):
print 'button pressed', btn.label
# create a grid layout with 2 rows
layout = MTGridLayout(rows=1)
for x in …
-
```
What steps will reproduce the problem?
1. Make a simple button app with 2 buttons.
2. At on_press, make button1 hide() button2.
3. At on_release, make button2 show().
4. Now, run the app, press an…
-
```
What steps will reproduce the problem?
1.Draw a polygon based on a list of point this shape (see attached pic)
2.
3.
What is the expected output? What do you see instead?
instead : the displayed …
-
```
Side panel are broken if it's top & right
```
Original issue reported on code.google.com by `txprog` on 1 Jul 2010 at 12:28