Re: How do you know when a modal operation has finished (in terms of Obj-C code) ?
Re: How do you know when a modal operation has finished (in terms of Obj-C code) ?
- Subject: Re: How do you know when a modal operation has finished (in terms of Obj-C code) ?
- From: "Finlay Dobbie" <email@hidden>
- Date: Wed, 14 Feb 2007 17:49:07 +0000
On 14/02/07, email@hidden <email@hidden> wrote:
..snip..
didRunSelector:@selector(documentDidRunModalPrintOperation:)
..snip..
- (void)documentDidRunModalPrintOperation:(NSDocument *)document
success:(BOOL)success
contextInfo:(void *)contextInfo
..snip..
I get an error message saying that the selector
documentDidRunModalPrintOperation: is
not recognized, even though I did declare that delegate method in the
header file. What's wrong
with the code above ?
@selector(documentDidRunModalPrintOperation:) is not the same thing as
@selector(documentDidRunModalPrintOperation:success:contextInfo:)
-- Finlay
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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