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 179: AnimationAlpha.ramp no existent attribute ramp for AnimationAlpha
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  txprog
Closed:  Jan 2010


 
Reported by vidril...@gmail.com, Jan 13, 2010
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 13, 2010
Project Member #1 sharath....@gmail.com
(No comment was entered for this change.)
Status: Accepted
Owner: sharath.patali
Jan 14, 2010
Project Member #2 txprog
+ add an example in widget directory
Labels: Component-Core Milestone-0.4
Jan 28, 2010
Project Member #3 txprog
(No comment was entered for this change.)
Status: Done
Owner: txprog
Jan 28, 2010
Project Member #4 txprog
Will be in next release

Powered by Google Project Hosting