Re: NSView subclass bindings? NSTextView?
Re: NSView subclass bindings? NSTextView?
- Subject: Re: NSView subclass bindings? NSTextView?
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 9 Nov 2003 19:04:01 -0800
On Nov 9, 2003, at 5:58 PM, Terrence Talbot wrote:
The tool tip for the data binding says that this is for an
NSTextStorage object. Makes sense, but how do you hook that up?
Looks like it's actually expecting an NSMutableData...
Given an ivar
NSMutableData *textData;
bind that to the data binding of the text field.
mmalc
_______________________________________________
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.