Printing a RTF file saved as a custom properties of a stack

stephen barncard stephenREVOLUTION2 at barncard.com
Wed Apr 23 16:36:12 EDT 2014


Check out RTFText in the docs.

I assume you created the template in a livecode field obtained the RTFText
of the field into a variable, then set a custom prop to that data, right?

then just get the data from the custom property and set the RTFText of a
field to it.

Livecode now tracks RTF data created in Textedit pretty accurately. It
didn't used to work as well.


On Wed, Apr 23, 2014 at 12:16 PM, Charles Szasz <cszasz at me.com> wrote:

> I was able to save a template document as a RTF as a custom properties of
> a stack.  I want to retrieve the template to print it.  I can retrieve the
> file as a variable (see script below) but I do not know how to script
> printing it as a RTF.  Any suggestions?
>
>
>   set the itemdelimiter to "/"
>   put the uRtFile of stack “My stack" into tRTFdata
>
> Charles Szasz
> cszasz at mac.com
>



*--*
*Stephen Barncard - San Francisco Ca. USA - Deeds Not Words*



More information about the use-livecode mailing list