Re: Issuing NSTextField action message
Re: Issuing NSTextField action message
- Subject: Re: Issuing NSTextField action message
- From: Kyle Sluder <email@hidden>
- Date: Wed, 20 Aug 2014 15:44:47 -0500
On Wed, Aug 20, 2014, at 03:35 PM, Kyle Sluder wrote:
> First, you need to stop using KVO for this. As I said before,
> NSTextField is not documented to be KVO complaint for any of its
> properties, so you cannot observe it.
To be clear, I interpreted your previous email to mean that you are
currently observing your text fields. The bindings-based solution will
use KVO, but in the inverse direction: the bindings will observe your
KVO-able properties to update the text fields.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden