On 2-Nov-09, at 1:43 AM, Kyle Sluder wrote:

On Sun, Nov 1, 2009 at 9:42 AM, Ben Haller
<bhcocoa...@sticksoftware.com> wrote:\
The only unusual thing about this tableview is that I set it up in code instead of in IB, so I assume the root of the problem is in my programmatic setup code. But where? I've been hunting for a -setEditable:YES method
somewhere that I need to call, but I haven't found it...

Oh!  You forgot to call -setEditable: on the table columns.  :)

Boy, that sounded promising. I got all excited. But no, turns out NSTableColumn is set to editable by default (which the doc should state explicitly, just filed a doc bug); my columns are all set to be editable already. Tried adding a setEditable:YES call anyway; made no difference. Sigh. My task for this morning is to make a reproducible test case for posting.

Ben Haller
Stick Software


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to