Hello List,I have objects storing simple scalar values (NSInteger, double). Those values/properties are bound to text fields. Now, if the user clears the text field and the underlying property gets updated, it's not simply setting the value to 0 or its equivalent, instead
- (void)setNilValueForKey:(NSString *)keyis invoked. Failing to implement it causes an exception when exiting out of a cleared text field bound to a scalar value.
I was wondering if there was a more direct and less glue-code involving way of doing this. I don't want to go and store NSNumbers instead of scalar values, which I imagine would have the advantage of accepting nil values inherently.
Can I tell the bindings system to directly set scalars to 0 in case of nil values?
Regards Markus -- __________________________________________ Markus Spoettl
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]