Bindings of NSMutableArray of NSMutableArray
Bindings of NSMutableArray of NSMutableArray
- Subject: Bindings of NSMutableArray of NSMutableArray
- From: Micha Fuhrmann <email@hidden>
- Date: Wed, 18 Apr 2007 16:42:10 +0200
Hi there!
I'm new to bindings, please be kind!
I've got an NSArrayController in my Nib which is bonded to an Nib
Instantiated Class ObjectHandler.
ObjectHandler contains the following ramification:
ObjectHandler -> NSMutableArray(Parent) -> items -> NSMutableArray
(Child) -> items -> NSString(name)
-> NSString(name)
I would like to display the NSString(name of the items in
NSMutableArray(Child) in a table using my NSArrayController. I can
display the NSString(name) of the items in NSMutableArray(Parent)
just fine using the NSArrayController -> contentArray, Model Key
Path -> NSString (name)".
However I can't get to the NSString(name) of the items in
NSMutableArrayChild using any of the bindings.
Hope it's clear enough, any help greatly appreciated.
Micha
_______________________________________________
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