Hi all,

Just for the sake of completeness, this works fine on OS X with Word, TextEdit, and BBEdit.

But the formatting (bold, italic etc...) are lost! Tried wioth "file:..." and "binfile..."

At least here on OS X 10.3.7 in TextEdit...

Dan
On Jan 19, 2005, at 5:47 PM, Chipp Walters wrote:

I'm having problems with my RTF export.
Can someone please try this and tell me if they get any results?

create a new stack
create a fld and type some text into it: "hello world"
create a button with the script:

on mouseUp
    ask file "Save As:" with "Untitled.rtf"
    if it is empty then exit to top
    put it into tPath
    put the rtfText of fld 1 into tContents
    put tContents into URL ("file:" & tPath)
end mouseUp

Now, try and open the RTF file you just created. I'm getting nothing in WordPad on XP. I don't have Word on this machine (hate M$).

I've tried binfile as well. Anyone having success exporting RTF files?

thanks in advance,

Chipp

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to