Re: KVC Question

2008-10-12 Thread mmalc crawford
On Oct 12, 2008, at 4:18 PM, Joseph Crawford wrote: What I need to know is if there is something I should be doing to *notify* the array controller telling it to update.

Re: KVC Question

2008-10-12 Thread Joseph Crawford
I would like to thank everyone who responded to my last e-mail, especially Nathan for helping out so much off-list. I do have another question however. I have a class that is set to be the File Owner for a view. This View has an array controller that is bound to an NSMutableArray in the Fil

Re: KVC Question

2008-10-10 Thread Nathan Kinsinger
On Oct 9, 2008, at 8:04 PM, Joseph Crawford wrote: The issue I am running into is that when I run a search only the first row in the table view is populated with data from my results array. I am thinking this is because the valueForKey method is not passed the row index so it does not kno