discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSInvocation problem: works with no args, doesn't with arguments


From: PUYDT Julien
Subject: Re: NSInvocation problem: works with no args, doesn't with arguments
Date: Tue, 26 Aug 2003 08:50:47 +0200

Le lun 25/08/2003 à 22:42, David Ayers a écrit :

> >  sel = @selector(withargs);
> >  
> >
> The ':' is part of the selector.  Try:
> 
> sel = @selector(withargs:);

Ok, my example indeed works with the added ':'; I added an argument, and
get hit by the very same problem... a little googling showed me I didn't
declare my methods correctly, hence couldn't give a good selector
name...

Thanks for the help!

Snark on #gnustep





reply via email to

[Prev in Thread] Current Thread [Next in Thread]