Re: Uneditable NSTableView
Re: Uneditable NSTableView
- Subject: Re: Uneditable NSTableView
- From: Andy Lee <email@hidden>
- Date: Wed, 23 Apr 2008 08:06:44 -0400
On Apr 23, 2008, at 4:33 AM, Ewan Delanoy wrote:
I have the line
[uneditableTableView
setDoubleAction:@selector(updateLowerPartAfterSelectionInUpperPart:)];
Unfortunately, this doesn't work : although the rows are indeed
uneditable and I can select
any one of them, the "updateLowerPartAfterSelectionInUpperPart"
method is
never called
when I double-click on a title.
Is your method really called
updateLowerPartAfterSelectionInUpperPart? It should be
updateLowerPartAfterSelectionInUpperPart:. I notice it was correct in
the @selector(), but I thought I'd check anyway.
--Andy
_______________________________________________
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