Re: Problems with bindings and "continuously updates"
Re: Problems with bindings and "continuously updates"
- Subject: Re: Problems with bindings and "continuously updates"
- From: Fritz Anderson <email@hidden>
- Date: Thu, 18 Oct 2007 10:02:34 -0500
On 18 Oct 2007, at 9:52 AM, Timothy Collett wrote:
I'm having some troubles with some read-only bindings. I have
several NSString values that are composites of other values (so
there's no setMyStringValue method, just a myStringValue method),
and they are not being checked properly by the text fields that are
bound to them, even when I have "Continuously Updates Value" checked.
Have you called setKeys:triggerChangeNotificationsForDependentKey: in
your model's +initialize method, so changing the components of your
composite values will signal a change in your composites?
— F
_______________________________________________
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