Re: Core Data and the Application Delegate

2009-04-24 Thread Jon Gordon
On Apr 24, 2009, at 4:40 PM, Jason Foreman wrote: On Apr 23, 2009, at 7:37 PM, Jon Gordon wrote: But I understand (I think) also that, in a Core Data document-based application, the application delegate is set to one provided by Core Data. And in such cases, providing my own delegate

Re: Core Data and the Application Delegate

2009-04-24 Thread Jon Gordon
s for the reply, though. -Jon On Apr 24, 2009, at 3:27 PM, Sean McBride wrote: On 4/23/09 8:37 PM, Jon Gordon said: I'm having trouble understanding how to do certain things with the application delegate in a document-based application that uses Core Data. Or maybe I'm understand

Core Data and the Application Delegate

2009-04-23 Thread Jon Gordon
I'm having trouble understanding how to do certain things with the application delegate in a document-based application that uses Core Data. Or maybe I'm understanding things perfectly well, but I don't like the logical conclusion. But I digress. In a normal (i.e., non-Core Data) document-

Re: Don't Understand KVC Error Using Array Operators

2008-07-08 Thread Jon Gordon
"D'oh!" -H. Simpson I made the change, and it works perfectly now. Thanks very much! On Jul 8, 2008, at 11:44 AM, Ron Lue-Sang wrote: On Jul 8, 2008, at 8:02 AM, Jon Gordon wrote: I can't understand why I'm getting an exception when I try to use the arr

Don't Understand KVC Error Using Array Operators

2008-07-08 Thread Jon Gordon
I can't understand why I'm getting an exception when I try to use the array operators. Here's what I'm trying to do. One instance variable is a NSMutableArray named "contacts". This array contains instances of objects that have a "call" property, which is an NSString. I have another in

Re: Static in Subclasses

2008-03-27 Thread Jon Gordon
On Mar 27, 2008, at 5:17 PM, [EMAIL PROTECTED] wrote: Date: Thu, 27 Mar 2008 14:44:17 -0600 From: Justin Giboney <[EMAIL PROTECTED]> Subject: Static in Subclasses To: Cocoa Developers Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; format=flow