Re: Tips on how to display NSArray of NSDictionaries using NSTreeController?
Re: Tips on how to display NSArray of NSDictionaries using NSTreeController?
- Subject: Re: Tips on how to display NSArray of NSDictionaries using NSTreeController?
- From: Scott Stevenson <email@hidden>
- Date: Wed, 4 May 2005 17:25:44 -0700
On May 4, 2005, at 10:16 AM, Rick Hoge wrote: What I'd like to do is have the top level of the NSOutlineView show the value for the 'description' key, and the next level of disclosure show the set of key/value pairs for the 'settings' dictionary
You can't really use dictionaries with bindings in this way. You essentially need to create an array of objects that have accessors like "propertyKey" and "propertyValue", and bind those to the outline view.
- Scott
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden