TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

​ Tourguide is not terminated properly.

Open aerovolvox opened this issue 8 years ago • 4 comments

​ I used similar example of Sequence.ContinueMethod.Overlay (continue method paramater). When I click normal there is no problem but when click fast it is not terminated. On screen it looks like it's gone but I can't click buttons. To my theory a transparent overlay is left. I want to bind a listener to overlay for track it but I can't select the overlay. Is there anybody has idea?

aerovolvox avatar Sep 21 '16 16:09 aerovolvox

I am also facing Same issue

wowvisio avatar Sep 22 '16 11:09 wowvisio

I also faced the same issue. It turned out that the animation should not be reused. Animations should be new-ed every time for ChainTourGuide to use.

ckclark avatar Dec 28 '16 18:12 ckclark

@ckclark this fixed the issue for me. Thanks

MichaelReyes avatar Dec 29 '16 07:12 MichaelReyes

I tried using new animations each time but sill ended up with the same problem, what fixed it was removing animations alltogether

rodrigo9411 avatar Jul 28 '17 16:07 rodrigo9411