Carousel problem

This is the place to discuss anything relating to MobGUI

Moderators: heatherlaine, kevinmiller, robinmiller, malte, splash21

Post Reply
Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Location: Vicenza (Italy)
Contact:

Carousel problem

Post by Neurox66 » Tue Apr 08, 2014 7:23 am

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
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Location: Vicenza (Italy)
Contact:

Re: Carousel problem

Post by Neurox66 » Wed Apr 09, 2014 6:51 am

Hi,
I've put the video of this app with carousel problem on youtube
http://youtu.be/jziNgAGOVr4

Paolo
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

splash21
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 369
Joined: Sun Dec 19, 2010 1:10 am
Location: UK
Contact:

Re: Carousel problem

Post by splash21 » Thu Apr 10, 2014 12:49 pm

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.
LiveCode Development & Training : http://splash21.com

Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Location: Vicenza (Italy)
Contact:

Re: Carousel problem

Post by Neurox66 » Thu Apr 10, 2014 1:29 pm

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
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

Post Reply

Return to “MobGUI”