Re: No Methods being called in my subclassed NSArrayController

2010-02-11 Thread Tony Romano
The Reload All Class files did it!. Thanks! On Feb 11, 2010, at 4:46 PM, Jerry Krinock wrote: > > On 2010 Feb 11, at 13:25, Tony Romano wrote: > >> Thanks for the reply Fritz. >> >> It shows NSArrayController and it is greyed out. It list two options in the >> drop down, NSArrayController a

Re: No Methods being called in my subclassed NSArrayController

2010-02-11 Thread Jerry Krinock
On 2010 Feb 11, at 13:25, Tony Romano wrote: > Thanks for the reply Fritz. > > It shows NSArrayController and it is greyed out. It list two options in the > drop down, NSArrayController and NSDictionaryController. If I try to add my > controller class's name, IB beeps and won't accept the n

Re: No Methods being called in my subclassed NSArrayController

2010-02-11 Thread Tony Romano
Thanks for the reply Fritz. It shows NSArrayController and it is greyed out. It list two options in the drop down, NSArrayController and NSDictionaryController. If I try to add my controller class's name, IB beeps and won't accept the name. (I forgot to mention in my original post that the

Re: No Methods being called in my subclassed NSArrayController

2010-02-11 Thread Fritz Anderson
On 11 Feb 2010, at 1:20 PM, Tony Romano wrote: > Environment: > > 1. Core Data, Document based app. > 2. UI contains a NSTableView, Add, Remove, ... > 3. NSArrayController. > > The App works fine, I can Add/Remove objects, Save/Load Works, Undo Works. > > Problem: > > I am trying to overrid

No Methods being called in my subclassed NSArrayController

2010-02-11 Thread Tony Romano
Environment: 1. Core Data, Document based app. 2. UI contains a NSTableView, Add, Remove, ... 3. NSArrayController. The App works fine, I can Add/Remove objects, Save/Load Works, Undo Works. Problem: I am trying to override the -(id)newObject method to change one of the UI elements in the