Sub-object text in Slide
 
 
 
PST User Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Sub-object text in Slide Expand / Collapse
Author
Message
Posted 3/27/2007 7:44:54 AM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 7/3/2008 8:23:46 AM
Posts: 19, Visits: 125
Hi,

I have a slide object with a text inside it and I want to change the text in it using a script. Just like for a TextDisplay you use Stimulus.Text in the script, how do we do that if it was a slide object?

I also have another question. Is there any way I can make the strip of background behind a text in a TextDisplay object a different color than the whole background or is that only possible using a slide?

Thanks,

Maha

Post #275
Posted 3/28/2007 11:07:13 PM
Forum MVP

Forum MVPForum MVPForum MVPForum MVPForum MVPForum MVPForum MVPForum MVP

Group: Administrators
Last Login: Yesterday @ 9:26:59 AM
Posts: 576, Visits: 1,254
Dim theSlideText As SlideText

Set theSlideText = CSlideText(Stimulus.States(Stimulus.ActiveState).Objects("Text1"))

theSlideText.Text = "Hello World"

theSlideText.ForeColor = CColor("red")

theSlideText.Draw

See SlideText in E-Basic Help

Oh, replace Text1 and Stimulus with the name of your objects.

-Brandon

Post #279
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -5:00, Time now is 3:37am

Powered By InstantForum.NET v4.1.4 © 2009
Execution: 0.125. 11 queries. Compression Disabled.