Hi
How do I move on screen Imageview from location A to location B
(and then from B to C, etc)
but I wish to do it on absolute location, meaining
if ImageView is left 50, top 100, then to move it to left 20, top 200
I tried animation library, but I can't move it to my location
Nice, but if I need also to move the top on the same time?
Cableguy, basically I wish to move from point a,b to point c,d and stay there, and then move from c,d to e,f (but by top, left)
I will give it another try..
Nice, but if I need also to move the top on the same time?
Cableguy, basically I wish to move from point a,b to point c,d and stay there, and then move from c,d to e,f (but by top, left)
I will give it another try..
Thanks everyone, I found the solution,
I am doing calculation between the points (starting from 0,0)
and then using:
Sub Animation_AnimationEnd
and putting the "end" location for my imageview
this is moving the image and let it stay there..