| Issue 179: | AnimationAlpha.ramp no existent attribute ramp for AnimationAlpha | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
s = MTFlippableWidget()
w.add_widget(s)
Create a MTFlippableWidget() and add it to window
What is the expected output? What do you see instead?
Expected to see the Widget, instead the app closes and error is reported
What version of the product are you using? On what operating system?
Using pymt 0.4.0a3 on MacOS Snow Leopard
Please provide any additional information below.
File "/Library/Python/2.6/site-packages/pymt/ui/widgets/flippable.py", line 42, in __init__
self.anim = Animation(self, 'flip', 'zangle', 180, 1, 10, func=AnimationAlpha.ramp)
AttributeError: type object 'AnimationAlpha' has no attribute 'ramp'
Jan 14, 2010
+ add an example in widget directory
Labels:
Component-Core Milestone-0.4
Jan 28, 2010
(No comment was entered for this change.)
Status:
Done
Owner: txprog
Jan 28, 2010
Will be in next release |
Owner: sharath.patali