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 292: MTScatterImage inside a MTInnerWindow inside a MTKinetics does not sscale or rotate
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  txprog
Closed:  Jul 2010


 
Reported by jaybradl...@gmail.com, Jul 26, 2010
What steps will reproduce the problem?

from pymt import *

# Create background window
w = getWindow()
# add kinetics to everything
kinetics = MTKinetic()
w.add_widget(kinetics)
inner_window = MTInnerWindow(size = (404, 250), pos=(100, 100))
kinetics.add_widget(inner_window)
    
image = MTScatterImage(filename="???????.JPG")
inner_window.add_widget(image)
       
runTouchApp()


What is the expected output? What do you see instead?
When I use two touches to rotate the MTScatterImage I expect it to rotate and scale. Instead it rotates but not correctly and the scale is decreased in some way. When one of the touches is let go and the touch is moving due to the MTKinetic only then the scale and rotation works properly. Also, when the MTInnerWindow is made fullscreen it work normally but that is because the MTKinetic is no longer used (when fullscreen).

What version of the product are you using? On what operating system?
Lates git master as of 17:16 26/07/10 - 0.5.0b4_dev


Jul 26, 2010
Project Member #1 txprog
(No comment was entered for this change.)
Status: Accepted
Owner: txprog
Labels: -Priority-Medium Priority-Critical Milestone-0.5
Jul 26, 2010
Project Member #2 txprog
Issue 293 has been merged into this issue.
Jul 27, 2010
Project Member #3 txprog
Closed via GitHub: http://github.com/tito/pymt/commit/65ff0582fcf4d6c072f11ac910715c8b7b1deb07

kinetic: rework kinetic to use copy_to method in touch (fixes  issue 292 )
Status: Done

Powered by Google Project Hosting