Re: Switching between editable and not in a NSTableView
Re: Switching between editable and not in a NSTableView
- Subject: Re: Switching between editable and not in a NSTableView
- From: Frank Blome <email@hidden>
- Date: Tue, 4 Jun 2002 11:29:44 +0200
Damn! You absolutly right, mmalc.
You know, sometimes... ;-)
Thanx for help,
Frank
On Dienstag, Juni 4, 2002, at 06:49 AM, mmalcolm crawford wrote:
Umm, but it's not the table column you want to make uneditable, it's the
*cell*.
[[typeColumn dataCell] setEditable:YES];
mmalc
_______________________________________________
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.