Re: NSLinkAttributeName: can I control the visual presentation?
Re: NSLinkAttributeName: can I control the visual presentation?
- Subject: Re: NSLinkAttributeName: can I control the visual presentation?
- From: Jim Correia <email@hidden>
- Date: Sat, 4 Jul 2009 11:21:21 -0400
On Jul 4, 2009, at 9:18 AM, Stuart Malin wrote:
I have a mutable attributed string that is displayed in an
NSTextView. For a certain range, I set several attributes, including
NSLinkAttributeName. However, the presentation shows as blue
underlined text even though I have set other attributes for the font
color and also have set the underline style to none. Is there
something else I must do to control the visual presentation?
On NSTextView:
- (void)setLinkTextAttributes:(NSDictionary *)attributeDictionary;
- (NSDictionary *)linkTextAttributes;
Jim
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden