Hi Andreas,

I have tried this way but its not saving the property of text.
I am using D8.5

Any more suggestion

Thanx
Rajiv

Andreas Gaunitz P11 wrote:

> You are running a projector. You can copy the text member to another
> empty text member (I call it "storeText") in an external castLib
> (called "storeCastLib") using:
>
> member("storeText", "storeCastLib").text = \
> member("userText", "internal").text
>
> You can save a text member in an external castlib, using
>
> castLib("storeCastLib").save()
>
> In some versions of D you need to save it twice, to make it happen.
>
> -A.
>
> >I have text cast member , At run time I type some text , give some style
> >, Font size to that text member.Now I want to save the text with all its
> >property like font style etc to another text cast member.
> >
> >So I can retrive the text in first cast member when ever i need with all
> >its property.
> >
> >Thanx
> >Rajiv
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]

--



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to