Re: Object vanished before it is removed?
Re: Object vanished before it is removed?
- Subject: Re: Object vanished before it is removed?
- From: "Kyle Sluder" <email@hidden>
- Date: Sun, 10 Feb 2008 18:23:28 -0500
Your first problem is that it is incorrect for keys to begin with
anything other than lowercase letters. From
http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueCoding/Concepts/BasicPrinciples.html#//apple_ref/doc/uid/20002170
:
"Keys must use ASCII encoding, begin with a lowercase letter, and may
not contain whitespace.
Some example keys would be payee, openingBalance, transactions and amount."
Fix that and let's see what happens.
--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