error displaying @count via bindings
error displaying @count via bindings
- Subject: error displaying @count via bindings
- From: email@hidden
- Date: Sun, 01 Apr 2007 23:30:48 -0700
I have a class that has a NSMutableArray. I have established all of the proper KVC accessors and setters to "ensure" automatic KVO. I bind a tableColumn's value to myArray.@count to display the total number of items in each array instance. It works properly and displays the number of items in myArray, however, I am getting a log alert that:
[<NSCFArray 0x3c11c0> addObserver:forKeyPath:options:context:] is not supported. Key path: @count
What would account for this error?
LA
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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