Re: NSTextField: Change Text Color at Insertion Point?
Re: NSTextField: Change Text Color at Insertion Point?
- Subject: Re: NSTextField: Change Text Color at Insertion Point?
- From: Kyle Sluder <email@hidden>
- Date: Mon, 8 Feb 2010 09:49:27 -0800
On Mon, Feb 8, 2010 at 9:36 AM, Alexander Heinz
<email@hidden> wrote:
> Thanks for the pointer; I wouldn't have known to look for "typing attributes." Unfortunately, while NSTextView has a - setTypingAttributes: method, the documentation for NSTextField, NSTextFieldCell, and NSText doesn't even mention "typing attributes," so I'm still stuck.
"Typing attributes" only makes sense when you're typing, so logically
it will only apply to the field editor, which is an instance of
NSTextView (even though it's typed as NSText).
--Kyle Sluder
_______________________________________________
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