V
Vivekanandan
Hello,
We had created Powerpoint 2003 Automation Application using .Net 2.0 and
working fine. Now we upgrade this in to 2007. We have an issue in animation
effect on the Slideshow.
We set an animation entry effect on MS Graph shape and this will appear each
next navigation (Code: objShape.AnimationSettings.EntryEffect =
PowerPoint.PpEntryEffect.ppEffectAppear; ) and also we automate the Graph
also. Before automate the graph we set visible false after complete the
automation and set the visible true , Because we hide the automation process
on Slideshow. This was worked well in PPT 2000 & 2003.
In PPT 2007, We set the visible false on graph at the same time the
animation effect did not work. Otherwise set the visible true then the
animation effect works well. But we can see the graph automation on the
Slideshow. We should hide this automation process once complete this process
then only show the graph.
Could you please give me a solution and this will very helpful to fix this
issue?
Thanks,
Vivekanandan
We had created Powerpoint 2003 Automation Application using .Net 2.0 and
working fine. Now we upgrade this in to 2007. We have an issue in animation
effect on the Slideshow.
We set an animation entry effect on MS Graph shape and this will appear each
next navigation (Code: objShape.AnimationSettings.EntryEffect =
PowerPoint.PpEntryEffect.ppEffectAppear; ) and also we automate the Graph
also. Before automate the graph we set visible false after complete the
automation and set the visible true , Because we hide the automation process
on Slideshow. This was worked well in PPT 2000 & 2003.
In PPT 2007, We set the visible false on graph at the same time the
animation effect did not work. Otherwise set the visible true then the
animation effect works well. But we can see the graph automation on the
Slideshow. We should hide this automation process once complete this process
then only show the graph.
Could you please give me a solution and this will very helpful to fix this
issue?
Thanks,
Vivekanandan