Re: doubleAction problems
Re: doubleAction problems
- Subject: Re: doubleAction problems
- From: Danny Swarzman <email@hidden>
- Date: Sat, 11 Dec 2004 18:39:13 -0800
That didn't help. I'm surprised the compiler doesn't care which syntax I use.
-Danny
On Dec 11, 2004, at 4:46 PM, Sherm Pendley wrote:
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