Re: delayed read-only bindings (suggestions/hints) ?
Re: delayed read-only bindings (suggestions/hints) ?
- Subject: Re: delayed read-only bindings (suggestions/hints) ?
- From: Allan Odgaard <email@hidden>
- Date: Wed, 21 Apr 2004 22:01:06 +0200
On 21. Apr 2004, at 21:43, Scott Anguish wrote:
if you turned off automatic KVO for that class [...] only send the
did/will change notifications once per second.
Ehm... should the willChange... not be sent *before* changing the
value? [...]
sure.. I didn't mean use did then will, rather just send them only
sporadically.
Sorry, but this I do not understand. Do you mean that he should buffer
the changes and then (once a second) send the willChange, apply all the
changes, and then the didChange?
** Cocoa FAQ: <
http://www.alastairs-place.net/cocoa/faq.txt> **
_______________________________________________
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.