Re: Can't edit an NSTableView
Re: Can't edit an NSTableView
- Subject: Re: Can't edit an NSTableView
- From: Scott Anguish <email@hidden>
- Date: Thu, 20 May 2004 01:36:41 -0400
where is the name data coming from?
Is that a mutable datasource?
If it's not an NSMutableArray, you'll be slightly hosed. Same if it's
coming from user defaults (since array's aren't returned as mutable
from defaults.
On May 18, 2004, at 4:40 PM, email@hidden wrote:
I know I have to be missing something but I have an array of strings
called names, an array controller List, an a table view bound to list.
In the attributes I have it set to be editable, and in the array
controller it is set to be editable and I unchecked the conditional
edibility option in the value binding. So when I fire up my app, the
names appear, I can try to change them, but when I hit return they go
back to the normal view. Any Ideas what I am missing. From what I
got on the docs shouldn't this be editable.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.