equivalent of "self" for willChangeValueForKey:/didChangeValueForKey:
equivalent of "self" for willChangeValueForKey:/didChangeValueForKey:
- Subject: equivalent of "self" for willChangeValueForKey:/didChangeValueForKey:
- From: Andrei Tchijov <email@hidden>
- Date: Thu, 13 Apr 2006 13:34:55 -0400
Hi,
I have a situation when changing one radio button enable-disable
bunch of other controls. The radio button in question and all
controls (and enable/disable conditions for controls) are all using
binding. To make all controls assume "proper" enable-disable state
when the radio button was changed I am using bunch of
willChangeValueForKey: / didChangeValueForKey: in the setter and all
works well.
Question is: Is it possible "whole-sale" willChange.../
didChange...? Ideally, something like willChangeValueForKey: @"self"
will be perfect (pity it does not work :-( )
Thank you very much,
Andrei
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden