Re: NSCollectionView and CoreData question

2008-04-23 Thread Matthew Delves
On 23/04/2008, at 12:08 AM, I. Savant wrote: Having set the 'content' binding to the arrangedObjects key in IB didn't produce a result though doing it programmatically has. Not sure why this would be. It depends. Since you have provided neither the exact bindings settings you're using

Re: NSCollectionView and CoreData question

2008-04-22 Thread I. Savant
What I currently have is a core data store that holds information I want to display in an NSCollectionView. What I'm wondering is whether there is a way to get this accomplished and if so how? Yes, as described in the NSCollectionView documentation and the Leopard release notes. Hint:

Re: NSCollectionView and CoreData question

2008-04-22 Thread Matthew Delves
On 22/04/2008, at 9:13 PM, I. Savant wrote: What I currently have is a core data store that holds information I want to display in an NSCollectionView. What I'm wondering is whether there is a way to get this accomplished and if so how? Yes, as described in the NSCollectionView

Re: NSCollectionView and CoreData question

2008-04-22 Thread I. Savant
Having set the 'content' binding to the arrangedObjects key in IB didn't produce a result though doing it programmatically has. Not sure why this would be. It depends. Since you have provided neither the exact bindings settings you're using nor the code you used to establish the binding