Popup message and animation - Bug or not Bug ?

O

Oliver

I just want display a popup message when I click on a textbox (or a
button...) but this slide already contains a texbox with one animation, the
problem is, if the slide contains a animation, you cannot make visible and
invisible a textbox :-/.

Example (new powerpoint) :
--------------------------
1) drag an drop a textbox, put any text inside, right-click on this textbox,
click on Custom Animation and take any animation,
2) drag and drop another textbox, put any text inside, set the name
'myTextBox'
3) drag and drop a commandbutton, double click on this button, copy and
paste the code here
ActivePresentation.Slides(1).Shapes("myTextBox").Visible = Not
ActivePresentation.Slides(1).Shapes("myTextBox").Visible
4) launch the slide show
5) click on the button, the textbox is invisible, stop the slide show
6) launch the slide show, click on the button the textbox does not appear
7) stop the slide show, the textbox is visible in design mode :-/
8) remove the animation of the first textbox and execute the point 4 to 6,
there will be no problem, the textbox appear and disappear...

somebody can it explain me that ?

Thank in advance

Oliver
 

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

Top