Re: NSTextViewCell
Re: NSTextViewCell
- Subject: Re: NSTextViewCell
- From: Nicko van Someren <email@hidden>
- Date: Tue, 15 Nov 2005 22:42:41 +0000
On 14 Nov 2005, at 17:34, Ian was here wrote:
I would like to create an NSTable with cells that can
handle rich text. I googled NSTextViewCell and got
several hits, but each was very vague. Has anyone had
any success in this?
Tables typically use an NSTextFieldCell as there is no such thing as
an NSTextViewCell. Text fields can be made to handle rich text much
like text views. There not much interface for doing this through
Interface Builder when working with tables but what you need is to
have -setAllowsEditingTextAttributes: called on the cells concerned.
Cheers,
Nicko
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden