A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can I update Table shape object while Slideshow is running in PPT



 
 
Thread Tools Display Modes
  #1  
Old March 7th, 2007, 05:17 AM posted to microsoft.public.powerpoint
Vivekanandan
external usenet poster
 
Posts: 3
Default Can I update Table shape object while Slideshow is running in PPT

Hello,

I had made changes on Table shape object during Slideshow using c#.This is
only reflect on PPT file, not on SlideShow window. How can i show this
changes on slideshow window?

When i had used TableShapeObject.Apply() mehod it throw an exception "The
specified value is out of range" and modify Table cell color the exception
"The method or operation is not implemented.".

Could you please give me the alternate way to modify Slideshow window on PPT
2007 using .NET.

Thanks,

K.R.Vivekanandan


  #2  
Old March 7th, 2007, 10:27 PM posted to microsoft.public.powerpoint
Steve Rindsberg
external usenet poster
 
Posts: 9,366
Default Can I update Table shape object while Slideshow is running in PPT

In article , Vivekanandan
wrote:
Hello,

I had made changes on Table shape object during Slideshow using c#.This is
only reflect on PPT file, not on SlideShow window. How can i show this
changes on slideshow window?


Use the View.GoToSlide method on the window. Go to the slide you've changed,
even though it's the current slide. That will force a screen refresh and
should update the screen with your newly changed information.

When i had used TableShapeObject.Apply() mehod it throw an exception "The
specified value is out of range" and modify Table cell color the exception
"The method or operation is not implemented.".


Different issue. This may be another case where MS hasn't exposed objects via
the object model. Charts/Graphs are broken this way ... I think perhaps tables
are as well.


Could you please give me the alternate way to modify Slideshow window on PPT
2007 using .NET.

Thanks,

K.R.Vivekanandan


-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================


  #3  
Old March 8th, 2007, 07:49 PM posted to microsoft.public.powerpoint
Vivekanandan
external usenet poster
 
Posts: 3
Default Can I update Table shape object while Slideshow is running in

Steve Rindsberg,

Thanks a lot Steve.Working well by using GotoSlide() method, In this same
senario working well in office 2003 and previous versions without using
GotoSlide method.But Office 2007 not update Slideshow without using GotoSlide.

Could you please give me any other way to achieve this?.

Thanks,
K.R.Vivekanandan

"Steve Rindsberg" wrote:

In article , Vivekanandan
wrote:
Hello,

I had made changes on Table shape object during Slideshow using c#.This is
only reflect on PPT file, not on SlideShow window. How can i show this
changes on slideshow window?


Use the View.GoToSlide method on the window. Go to the slide you've changed,
even though it's the current slide. That will force a screen refresh and
should update the screen with your newly changed information.

When i had used TableShapeObject.Apply() mehod it throw an exception "The
specified value is out of range" and modify Table cell color the exception
"The method or operation is not implemented.".


Different issue. This may be another case where MS hasn't exposed objects via
the object model. Charts/Graphs are broken this way ... I think perhaps tables
are as well.


Could you please give me the alternate way to modify Slideshow window on PPT
2007 using .NET.

Thanks,

K.R.Vivekanandan


-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================



  #4  
Old March 9th, 2007, 02:00 AM posted to microsoft.public.powerpoint
Steve Rindsberg
external usenet poster
 
Posts: 9,366
Default Can I update Table shape object while Slideshow is running in

In article , Vivekanandan wrote:
Steve Rindsberg,

Thanks a lot Steve.Working well by using GotoSlide() method, In this same
senario working well in office 2003 and previous versions without using
GotoSlide method.But Office 2007 not update Slideshow without using GotoSlide.

Could you please give me any other way to achieve this?.


I don't know of any but perhaps someone else can suggest something.
But is there some reason not to use GoToSlide?


Thanks,
K.R.Vivekanandan

"Steve Rindsberg" wrote:

In article , Vivekanandan
wrote:
Hello,

I had made changes on Table shape object during Slideshow using c#.This is
only reflect on PPT file, not on SlideShow window. How can i show this
changes on slideshow window?


Use the View.GoToSlide method on the window. Go to the slide you've changed,
even though it's the current slide. That will force a screen refresh and
should update the screen with your newly changed information.

When i had used TableShapeObject.Apply() mehod it throw an exception "The
specified value is out of range" and modify Table cell color the exception
"The method or operation is not implemented.".


Different issue. This may be another case where MS hasn't exposed objects via
the object model. Charts/Graphs are broken this way ... I think perhaps tables
are as well.


Could you please give me the alternate way to modify Slideshow window on PPT
2007 using .NET.

Thanks,

K.R.Vivekanandan


-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================





-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:52 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.