Re: NSTextView data binding delay
Re: NSTextView data binding delay
- Subject: Re: NSTextView data binding delay
- From: Scott Anguish <email@hidden>
- Date: Fri, 16 Jan 2004 00:49:29 -0500
have you checked the update continuously box in IB for that binding?
On Jan 15, 2004, at 7:40 PM, Ilja A. Iwas wrote:
I have setup an NSTextView with the data binding connected to an
NSData object containing RTF data using a NSObjectController instance.
It seems that changes made by the user to the NSTextView are not
written back to my NSData object immediatley. Instead it seems that I
have make some other control in the firstResponder first. This is
particular annoying when you are hitting 'Save...' and later discover
that your text has no been saved.
_______________________________________________
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.