J
John Deardorff
I have written a program for our church that takes a list of PP
presentations and step them through as if it were one. i.e when the button
next is pressed and the current presentation is on the last slide, it starts
the next presentation in the list.
The SlideShowNextClick is really valuable because it gives the next effect
that will occur on the next click. If the effect is null then the current
slide is complete and the next click will go to the next slide.
Unfortunately, Microsoft dropped the ball here and does not raise any event
if the user backs up the slide (via a right click or
SlideShowView.Previous).
Is there a way to tell if an effect has been executed or not?
The TimeLine contains a count but not the CurrentPosition. The Next and
Previous actions are called through my program so I can count the number
forward and back, but this can be tricked simply by right clicking to back
it up.
The real problem is if the first slide has two animations, backing up from
the second slide will take three clicks to get to the beginning of the
presentation. Once the presentation is at the beginning PP ignores
SlideShowView.Previous. Programmatically I cannot tell if Previous undid an
effect or if it was ignored.
If this is unclear I can try to explain it in more detail.
Thanks.
John
presentations and step them through as if it were one. i.e when the button
next is pressed and the current presentation is on the last slide, it starts
the next presentation in the list.
The SlideShowNextClick is really valuable because it gives the next effect
that will occur on the next click. If the effect is null then the current
slide is complete and the next click will go to the next slide.
Unfortunately, Microsoft dropped the ball here and does not raise any event
if the user backs up the slide (via a right click or
SlideShowView.Previous).
Is there a way to tell if an effect has been executed or not?
The TimeLine contains a count but not the CurrentPosition. The Next and
Previous actions are called through my program so I can count the number
forward and back, but this can be tricked simply by right clicking to back
it up.
The real problem is if the first slide has two animations, backing up from
the second slide will take three clicks to get to the beginning of the
presentation. Once the presentation is at the beginning PP ignores
SlideShowView.Previous. Programmatically I cannot tell if Previous undid an
effect or if it was ignored.
If this is unclear I can try to explain it in more detail.
Thanks.
John