1. The selector shouldn't be defined as a pointer. Neither should
those two integers.
2. You forgot to call [handler setSelector:handlerSelector].
3. Why are you retaining the invocation? The program leaks memory if
you do that unless you counter it with a release, but in this case,
retaining the invocation isn't necessary.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden