Re: When do bound objects get updated?
Re: When do bound objects get updated?
- Subject: Re: When do bound objects get updated?
- From: Larry Fransson <email@hidden>
- Date: Fri, 16 Jul 2004 06:15:35 -0700
On Jul 16, 2004, at 01:11, Darren Ford wrote:
When I save the entries to a file (using NSArchiver), any changes
that I've made to the current NSTextView contents don't get written to
the file.
Be sure to check the box labeled "Continuously Updates Value" in the
bindings inspector panel for the text field. Without that, the new
value gets sent only when editing is ended by tabbing out of the field,
pressing the return/enter key, or otherwise sending focus to some
other part of the interface like when you click on the table.
Larry Fransson
Seattle, WA
_______________________________________________
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.