by Mike Burrell <mburrel@[EMAIL PROTECTED]
>
Mar 13, 2008 at 01:22 PM
On 2008-03-10 16:27:19 -0400, SeligArkin <SeligArkin@[EMAIL PROTECTED]
> said:
> What I want to do is make a method/message/function/what-ever-you-call-
> it called 'CallHook'
>
> Which will take two manditory arguments:
> NSString*:plugin and NSString*hook
>
> Then everything after it is passed on to [plugin evthook]
>
> How is this accheviable, I cant seem to find a way.
>
> The niche is I want it to work for any function, any arguments. ... is
> no go because I want it to be asif you are calling that plugin.
Look into something like -performSelector:withObject:
Cheers,
Mike