Problem with pasting from a Rev App to Pages..

J. Landman Gay jacque at hyperactivesw.com
Sat Apr 21 14:13:01 EDT 2012


On 4/20/12 10:27 PM, Charles Szasz wrote:
>
> set the clipboardData["rtf"] to the rtfText of field "statements"
>
> copy character 1 to -1 of field "statements"
>
> Despite setting the font in the text field as Palatino I keep getting
> Times New Roman when it is pasted into the Pages document!  How can I
> correct this?

Both of those statements are different ways to put text into the 
clipboard. If you execute both of them, the second one replaces the 
clipboard content that was set in the first statement. You only need one 
of those, probably the one that sets the rtf text.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list