Transcript + RTF = bug ??

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Transcript + RTF = bug ??

Chris Uppal-3
I'm not sure if this is a bug or a feature.  If you do Transcript nextPutAll:
with a string that "looks like" raw RTF, then the Transcript renders the RTF
rather than printing the string.  E.g. try:

    Transcript nextPutAll: '{\rtf1 just checking}'; cr.

This is on W2k with a version3 RichTextEdit (emulating v1).

    -- chris