Re: Problem adding an entity to a to-many relationship

2009-01-05 Thread Marcus S. Zarra
Can you share the code for this call: [course addStudentsObject:student]; That method is not part of the API so I am guessing you wrote it. If we can get a peak into there we can see what the issue is. Marcus S. Zarra Zarra Studios LLC Simply Elegant Software for OS X www.zarrastudios.com

Re: When is the - (id)init method not called for an Objective-C class?

2008-12-30 Thread Marcus S. Zarra
Normally on a NSView the -initWithFrame: is called rather than the - init method Marcus S. Zarra Zarra Studios LLC Simply Elegant Software for OS X www.zarrastudios.com On Dec 30, 2008, at 1:24 AM, Michael A. Crawford wrote: I have an init method for an NSView sub-class that is never called