Javascript Progressbar

Hi,

We have integrated a progress bar on our slides using Javascript. As soon as you click on a feedback slide, this progress bar no longer counts. The Javascript code is included on all slides.
Do you have a solution?
File:

Regards

Hi,

The progress bar you see when showing a feedback slide is the one in the feedback slide, not the one in the master slide. You can select View > Feedback Master to edit your feedback slides.

Regards

We want the progress bar on the feedback slide to be the same as on the master slide. The progress bar should count each slide step by step, including the feedback slides.

Hi,

If so, in the feedback slide, you can set No Fill for its background and don’t place objects over the progress bar position (in the master slide) so that the progress bar can be seen.

Another way is changing prez.object in your feedback slide On Load event to this.object because prez.object doesn’t get an object in the feedback slide.

Regards