Thanks, that worked great.

On 15 avr. 09, at 12:39, Jeremy W. Sherman wrote:

Hi Micha,

-[NSDictionary objectForKey:] has no such problems. You can use that
to grab the values of keys beginning with an at sign instead of
-valueForKey:.

—Jeremy

On Wed, Apr 15, 2009 at 12:19 AM, Micha Fuhrmann <mic...@mac.com> wrote:
Hi there,

I'm bumping against KVC, indirectly. I've got a dictionary with first
character keys, each object of the key is an Array with objects. So key "b" of my Dictionary is an array with file objects' name starting with the
letter "b".

The problem comes up when users have file names starting with the character
"@".

I'm calling [nameIndexesDictionary @"@"] and getting

[<NSCFDictionary 0x2729830> valueForUndefinedKey:]: this class is not key
value coding-compliant for the key .'

What can I do about it? Any help appreciated.
_______________________________________________

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/jeremyw.sherman%40gmail.com

This email sent to jeremyw.sher...@gmail.com


_______________________________________________

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 arch...@mail-archive.com

Reply via email to