A
Acalon
Hello all,
When I automate slideshow, shapes from slides, and animation in slide
all are very slow, taking several second to past or execute simpl
code. When i stop slideshow, shapes and slides move and are edite
fast.
(see code for more details)
I didn't see anything about this problem in MSDN and forums. I didn'
see support articles for this. Any idea?
Code
-------------------
// taking 1500 ms...
foreach(PowerPoint.Shape s in this.pSlide.Shapes)
{
this.shapesInSlideConfig.Add(s.Name);
}
...
// 300ms..
this.slide.Shapes[Myid]Width = ...
When I automate slideshow, shapes from slides, and animation in slide
all are very slow, taking several second to past or execute simpl
code. When i stop slideshow, shapes and slides move and are edite
fast.
(see code for more details)
I didn't see anything about this problem in MSDN and forums. I didn'
see support articles for this. Any idea?
Code
-------------------
// taking 1500 ms...
foreach(PowerPoint.Shape s in this.pSlide.Shapes)
{
this.shapesInSlideConfig.Add(s.Name);
}
...
// 300ms..
this.slide.Shapes[Myid]Width = ...