Re: NSTextView data binding delay
Re: NSTextView data binding delay
- Subject: Re: NSTextView data binding delay
- From: Satoshi Matsumoto <email@hidden>
- Date: Fri, 16 Jan 2004 10:42:36 +0900
Hi,
on 04.1.16 9:40 AM, Ilja A. Iwas at email@hidden 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.
>
>
Am I missing something ? Is there a workaround ?
I don't know it works or not...
How about to call the following NSTextView method before saving.
- (void)didChangeText;
Satoshi
-----------------------------------------------------
Satoshi Matsumoto <email@hidden>
816-5 Odake, Odawara, Kanagawa, Japan 256-0802
_______________________________________________
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.