Re: NSLinkAttributeName not kept when saved to RTFD?
On Tuesday, April 29, 2003, at 2:02 PM, p3consulting wrote: See http://developer.apple.com/samplecode/Sample_Code/Graphics_3D/ VertexPerformanceTest/AboutBox.m.htm it seems RTF engine on MacOSX doesn't support HYPERLINK tags, a MS-Word doc saved in RTF with just one hyperlink and one line of text as content is not displayed correctly by TextEdit: the hyperlink is skipped from the decoding. Please file a bug requesting this feature. we probably should support the HYPERLINK tag from MS-Word doc saved as RTF. vince Pascal Le mardi, 29 avr 2003, ` 20:40 Europe/Brussels, cocoa-dev-request@lists.apple.com a icrit : I'm trying to add links using NSLinkAttributeName. This works fine, until I try to save the content of my NSTextView using something like: [text RTFDFromRange:NSMakeRange(0,textlength)] The link attribute isn't kept. Other attributes such as the color is are properly kept. Can anyone help me to solve this issue? Thanks, Bruno Blondeau _______________________________________________ cocoa-dev mailing list | cocoa-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev Do not post admin requests to the list. They will be ignored. _______________________________________________ cocoa-dev mailing list | cocoa-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev Do not post admin requests to the list. They will be ignored.
participants (1)
-
Vince DeMarco