G
Guest
Hello,
I'll try to explain what i want to do
I have make a pps for an application on a touchscreen. There is menus and
submenus, and some video. On the first slide/menu, there is a video which
runs repetitly as a screensaver.
The first problem i've encountered is the animations which don't restart
when i came back on a slide. I tested differents methodes (slide blank
before, macro), it's work.
But my big problem is if i want to return to main menu from each slide after
a defined time (if the user leaves). I can't use the kioskassist add-ins
because in some slides there is simple animate menu and in some others slides
there is a long video. I can't use the custom shows because in kiosk mode,
the loop continuously is activated and it's impossible to leave a custom show
after entered in.
I tested vba but i'm beginner at this, so i don' know if i think correctly.
For example i try this :
Sub RunSubMenu01()
ActivePresentation.SlideShowWindow.Presentation.SlideShowSettings.EndingSlide
= 3
ActivePresentation.SlideShowWindow.View.GotoSlide 3, msoTrue
End Sub
The endingslide settings is applied when i end the show, not during the
show. I hope you 'll understand what i want to do ?
And sorry for my english :/
Tounet
I'll try to explain what i want to do
I have make a pps for an application on a touchscreen. There is menus and
submenus, and some video. On the first slide/menu, there is a video which
runs repetitly as a screensaver.
The first problem i've encountered is the animations which don't restart
when i came back on a slide. I tested differents methodes (slide blank
before, macro), it's work.
But my big problem is if i want to return to main menu from each slide after
a defined time (if the user leaves). I can't use the kioskassist add-ins
because in some slides there is simple animate menu and in some others slides
there is a long video. I can't use the custom shows because in kiosk mode,
the loop continuously is activated and it's impossible to leave a custom show
after entered in.
I tested vba but i'm beginner at this, so i don' know if i think correctly.
For example i try this :
Sub RunSubMenu01()
ActivePresentation.SlideShowWindow.Presentation.SlideShowSettings.EndingSlide
= 3
ActivePresentation.SlideShowWindow.View.GotoSlide 3, msoTrue
End Sub
The endingslide settings is applied when i end the show, not during the
show. I hope you 'll understand what i want to do ?
And sorry for my english :/
Tounet