Re: doesNotRecognizeSelector exception
Re: doesNotRecognizeSelector exception
- Subject: Re: doesNotRecognizeSelector exception
- From: Kyle Sluder <email@hidden>
- Date: Sat, 26 Mar 2011 18:56:56 -0700
On Sat, Mar 26, 2011 at 6:39 PM, Jeffrey Walton <email@hidden> wrote:
> // FilePicker.m - try both
> BOOL responds = [delegate respondsToSelector:@selector(userSelectedFile:)];
> BOOL responds = [delegate
> respondsToSelector:@selector(userSelectedFile:fileSystemObject:suppliedContext:)];
You need to provide context for this code, and you need to post the
entire exception and stack trace. Are you sure you're even messaging a
FilePickerDelegate?
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden