mansrz / pymt

Automatically exported from code.google.com/p/pymt
0 stars 0 forks source link

Vkeyboard are broken with animation #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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)

Original issue reported on code.google.com by txprog on 6 Dec 2009 at 7:50

GoogleCodeExporter commented 9 years ago
Solved

Original comment by sharath....@gmail.com on 17 Dec 2009 at 7:57