S
Simon H
I am trying to dynamically display results from external data sources and
wish to resize objects such as rectangles on the fly, whilst the presentation
is running. This works fine, but when I add animated objects to the slide and
display the data (thus resizing the shapes) , powerpoint resets the animation
click count back to 0, and the animations go back to the beginning, so I get
stuck in an infinite loop can't leave the slide.
I have found that changing an msoShape width, height or position resets the
click count, but not if I change any text associated with the shape (or in a
text box).
I have also saved the click count (lastCount = GetClickCount()) before
moving and called GoToClick(lastCount) after moving but this doesn't seem to
make any difference- it still starts back at the beginning. I am also sure I
am working in the correct view & slide.
Does calling GoToClick() cause SlideShowOnNext to be called again or does it
just force the show to the next animation?
Any ideas? - I'm stumped.
wish to resize objects such as rectangles on the fly, whilst the presentation
is running. This works fine, but when I add animated objects to the slide and
display the data (thus resizing the shapes) , powerpoint resets the animation
click count back to 0, and the animations go back to the beginning, so I get
stuck in an infinite loop can't leave the slide.
I have found that changing an msoShape width, height or position resets the
click count, but not if I change any text associated with the shape (or in a
text box).
I have also saved the click count (lastCount = GetClickCount()) before
moving and called GoToClick(lastCount) after moving but this doesn't seem to
make any difference- it still starts back at the beginning. I am also sure I
am working in the correct view & slide.
Does calling GoToClick() cause SlideShowOnNext to be called again or does it
just force the show to the next animation?
Any ideas? - I'm stumped.