Page 1 of 1

Carousel problem

Posted: Tue Apr 08, 2014 7:23 am
by Neurox66
Hi,
I've a problem with a Carousel.
In my App I've a Corusel for choices menu.
If I go to another card before the Carousel is stopped the images of Carousel are moved to the new card.
I've put that code

Code: Select all

on mouseUp
   send "mgCarouselReset" to group "Carousel"
   wait 100 milliseconds
   go to card "About"
end mouseUp
But the result is the same.
Any hints?
Thanks,
Paolo

Re: Carousel problem

Posted: Wed Apr 09, 2014 6:51 am
by Neurox66
Hi,
I've put the video of this app with carousel problem on youtube
http://youtu.be/jziNgAGOVr4

Paolo

Re: Carousel problem

Posted: Thu Apr 10, 2014 12:49 pm
by splash21
I've not seen this before, Paolo - maybe sending it a 'mgCarouselReset' message as the card closes would be an option? You can have a look at that handler (and the others!) in the control's behavior script.

Re: Carousel problem

Posted: Thu Apr 10, 2014 1:29 pm
by Neurox66
Hi,
splash21 wrote:I've not seen this before, Paolo - maybe sending it a 'mgCarouselReset' message as the card closes would be an option? You can have a look at that handler (and the others!) in the control's behavior script.
I've put the 'mgCarouselReset' in card close, but the same result.
This is a stack for sample test http://www.borzini.it/TestCarousel.zip
Sorry, but I'm going crazy :(

Paolo