Re: doubleAction problems
Re: doubleAction problems
- Subject: Re: doubleAction problems
- From: Sherm Pendley <email@hidden>
- Date: Sat, 11 Dec 2004 19:46:56 -0500
On Dec 11, 2004, at 7:39 PM, Danny Swarzman wrote:
In awakeFromNib I have:
[MessageList setDoubleAction:@selector(DoubleClickInMessageList)];
The selector is missing a colon. It should be:
[MessageList setDoubleAction:@selector(DoubleClickInMessageList:)];
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden