How many 'clicks' on a slide ?

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

I'm automating PowerPoint using Visual C++ MFC, Dev Studio 6. Among other
things, I'm giving the user control over pacing the show using
SlideShowView.Next. Because of entry effects and the like, a slide will
consume a variable number of .Nexts before advancing to the next slide. How
can I determine when the NEXT click (or next use of .Next) will cause a new
slide to appear? Or, conversely, how can I tell how many clicks (.Nexts) a
slide will consume before advancing to the next slide?
 
Because there is no way to evaluate if the next event is triggered by a
forward advance or a backward advance, this is not a workable automation.
If there are 5 manual advances on a slide and the user advances thru 4 of
them, then backs up one, the slide will be on animation #3 while the
automation would be registering #5.

Nor is there any way to evaluate where in the slide's animation sequences
the slideshow is currently, so there is no way to double check the actual
vs. theoretical status.

But to get the number of clicks on a slide, just count the number of manual
advances in the timeline object.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top