| Issue 124: | Vkeyboard are broken with animation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Check the flowchart example :
File "flowchart.py", line 99, in __init__
self.keyboard = MTVKeyboard()
File "/usr/lib/python2.6/pymt/ui/widgets/composed/vkeyboard.py", line
255, in __init__
style={'font-size':14}, size=(self.width - mleft - mright, 40))
File "/usr/lib/python2.6/pymt/ui/widgets/button.py", line 72, in __init__
super(MTButton, self).__init__(**kwargs)
File "/usr/lib/python2.6/pymt/ui/widgets/composed/kineticlist.py", line
545, in __init__
self.a_delete_w = Animation(self, 'Deleting Self W', 'width', 0, 1, 10)
TypeError: __init__() takes exactly 1 argument (7 given)
Dec 17, 2009
Project Member
#1
sharath....@gmail.com
Status:
Fixed
|