Re: NSArrayController trouble

2008-12-01 Thread Ken Thomases
On Nov 30, 2008, at 3:35 PM, Alexander Cohen wrote: Hi, Im getting the following line in the console when sending the 'removeObjectsAtArrangedObjectIndexes:' message to an NSArrayController instance. -[NSCFArray removeObjectAtIndex:]: mutating method sent to immutable object I understan

NSArrayController trouble

2008-11-30 Thread Alexander Cohen
Hi, Im getting the following line in the console when sending the 'removeObjectsAtArrangedObjectIndexes:' message to an NSArrayController instance. -[NSCFArray removeObjectAtIndex:]: mutating method sent to immutable object I understand what it means but i'm not sure why it's happening. I