Re: One-line TextViews
Re: One-line TextViews
- Subject: Re: One-line TextViews
- From: Ali Ozer <email@hidden>
- Date: Thu, 13 May 2004 17:30:58 -0700
I'm trying to implement an text entry area that allows the user to
edit short, one-line segments of "rich text".
Scott,
NSTextField method
- (void)setAllowsEditingTextAttributes:(BOOL)flag;
sounds like it will give you what you need... However, you will have to
set this programmatically; there's no setting in IB.
Ali
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.