Hello,
I have an image and want to zoom it out upon request.
I.e. when the use touches the image, it should resize to larger; and when the user touches the resized image, it should shrink again to its original size.
Trouble is that having both touch event / resize action one after another in an event sheet, apparently leads to them both being executed one after the another in the same event loop.
Is there a solution to that?
First touch image -> blows up
Second touch image -> shrinks
and repeated ...
thanks,
Dan