But setAction expectes just a selector as parameter, so it seams to me that a lot of information about the method to be called is missing. AFAIK a selector just identifies the name of the method, but the class to which it bellongs to is missing and also the pointer to it's instance and the pointer to the method code.
Read the documentation again. Pay particular attention to the "target" concepts in addition to the "action" concepts.
-- I.S. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
