I'm having an issue with my Perspective Carousel, where it seems to be loading each child view three times. This is an issue because in the real version of this the pages can be quite heavy (multiple graphs with up to a week of data on them), so it's quite a performance hit.
I've done a stripped back example from scratch to replicate the problem - basically, a Carousel which calls an empty test view with a single parameter.
There is an onchange event on this parameter, which just logs out the previousValue and nextValue. As shown here, it triggers three times simultaneously:
To confirm that it is starting three copies of the view, not just updating that parameter somehow, I also added logging to the view OnStartup event, and saw the same thing:
Ok, this looks fantastic, and the Flex Repeater + looks like it's going to solve some other issues I've got as well. Thanks!
The only thing I can't seem to figure out, how do I change the autoplay speed? (how long it stays on each slide for). There is a 'speed' option under settings, for how fast the transition happens, but I can't find where to set the actual slide duration.
Edit (more detail):
Change the settings.autoplay property to an object, then add the delay property under it. You'll get autocomplete for the other autoplay properties there too.