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 (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 [EMAIL PROTECTED]

Reply via email to