Re: Issuing NSTextField action message
Re: Issuing NSTextField action message
- Subject: Re: Issuing NSTextField action message
- From: email@hidden
- Date: Wed, 20 Aug 2014 14:06:00 -0700
- Importance: Normal
> 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.
Heh, it looked like I was sooo close to getting what I was after, but it
was a dead-end. Instead I will endeavor to re-do my app based on Cocoa
Bindings.
Thanks, Kyle, for the pointers.
-Carl
_______________________________________________
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