On 19/11/2010, at 2:30 PM, k...@highrolls.net wrote: > Should the action look like this: > > - (void)action:(id)sender; > > i.e will sender be the NSScroller?
Yes, though if you do this: - (IBAction) action:(id) sender; Then it will be visible to IB and you can connect it up there, instead of having to code it. Target/Action is a fundamental Cocoa technique - you really ought to read up on it and have it down pat, you won't get far without knowing it well. --Graham _______________________________________________ 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 arch...@mail-archive.com