NSData* data = [ attrString RTFDFromRange:wholeStringRange documentAttributes:nil ];
 [ thePasteboard setData:data forType:NSRTFPboardType ];

Either use "RTFDFromRange" and "NSRTFDPboardType" or "RTFFromRange" and "NSRTFPboardType", but do not mix them.
Maybe that's the reason for the garbage, I don't know.

Regards,
Mani
--
http://mani.de - friendly software
iVolume - listen to music freehand
LittleSecrets - the encrypted notepad



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to