[BUG]? Viewport on Android device.+Add video clip Transition
Posted: Sun Jun 15, 2014 2:58 am
From this topic >>>http://lemmasoft.renai.us/forums/viewto ... =8&t=27027
here is video clip that I record while testing on Samsung Tab3 10.1", Please see what happen while I'm dragging screen.viewport spring back every time and didn't stay at position I want.
and this is youtube's link if video didn't show.
http://www.youtube.com/watch?v=XHAPHK5Y1_E
and below is a test script on this video.(also similar with my project.)
I'm curious this is a bug or not? or maybe because of my script.(but on Android emulator in Launcher work perfectly.)
Please help me how to solve this problem,my code almost finish and left only drawing and graphic.
here is video clip that I record while testing on Samsung Tab3 10.1", Please see what happen while I'm dragging screen.viewport spring back every time and didn't stay at position I want.
and this is youtube's link if video didn't show.
http://www.youtube.com/watch?v=XHAPHK5Y1_E
and below is a test script on this video.(also similar with my project.)
Code: Select all
label start :
python :
ui.viewport(area=(0,0,1280,720),draggable=True))
ui.fixed(area=(0,0,2000,1000))
ui.add('character',pos=(700,300))
ui.close()
# This button for end this viewport.
ui.textbutton('test',clicked=ui.returns(True),align=(0.0,1.0))
result = ui.interact()
if result :
pass
I'm curious this is a bug or not? or maybe because of my script.(but on Android emulator in Launcher work perfectly.)
Please help me how to solve this problem,my code almost finish and left only drawing and graphic.