Re: NSTextView data binding delay
Re: NSTextView data binding delay
- Subject: Re: NSTextView data binding delay
- From: "Ilja A. Iwas" <email@hidden>
- Date: Fri, 16 Jan 2004 10:48:16 +0100
Thanks! That worked.
Best Regards,
Ilja
<
http://www.iwascoding.com>
On 16.01.2004, at 06:49, Scott Anguish wrote:
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.