Re: Editing in a tableview without selecting
Re: Editing in a tableview without selecting
- Subject: Re: Editing in a tableview without selecting
- From: Ben Haller <email@hidden>
- Date: Mon, 2 Nov 2009 06:58:48 -0500
On 2-Nov-09, at 1:43 AM, Kyle Sluder wrote:
On Sun, Nov 1, 2009 at 9:42 AM, Ben Haller
<email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden