View Single Post
 
Old 10-21-2011, 03:29 AM
PetLahev PetLahev is offline Windows XP Office 2007
Novice
 
Join Date: Oct 2011
Posts: 7
PetLahev is on a distinguished road
Default Catch event before next slide

Hi guys

I'd like to know if it's possible to catch any event that tells me that user is about to go to next slide in the presentation mode?

I use MS Office 2007 and Win XP

I know the event SlideShowNextSlide but this occurs after moving to next slide which means that user can see the next slide.

I need to manage this situation
Slide 1 - Parent slide, there is a shape that has set up a link to Slide 2
Slide 2 - HIDDEN SLIDE, the slide represents a form (many textboxes) where presenter can fill some notes from audience
Slide 3 - other slide with some informations

So, when the presentation starts, audience can see the slide 1, if presenter clicks on the shape on the slide it moves presentation to slide 2, here they can fill some notes to the prepared textboxes controls and then when presenter click elsewhere on slide 2, it moves to slide 3 and NOW ..

the SlideShowNextSlide occurs and in my code I can determine that the previous slide was hidden and parent slide of the previous slide is slide1 and my code moves presenter back to slide1. It works great BUT
The presenter and also the audience can see for, let's say 1 second, the slide 3 which is annoying :-(

Is there any chance to catch event that says "hey they want to go to next slide do you want to do anything?" ?

Or how do you solve this type of task?

Thanks
Pat
Reply With Quote