Re: not performing selector...
Re: not performing selector...
- Subject: Re: not performing selector...
- From: Sherm Pendley <email@hidden>
- Date: Mon, 3 Nov 2003 20:37:27 -0500
On Nov 3, 2003, at 10:38 AM, Stuart Halloway wrote:
Shouldn't that be @selector(collectData)?
No, it shouldn't. Action methods always have a single parameter of type
id, usually called "sender", that points to the widget that fired the
event. So, the selector was named correctly - it was the method that
needed to have a parameter added.
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.