My favorites | Sign in
Project Home Downloads Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 124: Vkeyboard are broken with animation
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  sharath....@gmail.com
Closed:  Dec 2009


 
Project Member Reported by txprog, Dec 6, 2009
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
Solved
Status: Fixed

Powered by Google Project Hosting