Re: Forwarding and forwardInvocation
Re: Forwarding and forwardInvocation
- Subject: Re: Forwarding and forwardInvocation
- From: Richard Schroedel <email@hidden>
- Date: Wed, 19 Sep 2001 14:18:20 -0500
Thanks for the quick replies! I used John's code since it looked like
the least effort to use. My code is working now. For those playing the
home game... There are two typos in John's code. In each place, a colon
was used in place of a semi-colon. It's obvious if you are looking for
it.
On Wednesday, September 19, 2001, at 11:48 AM, Richard Schroedel wrote:
I am trying to use forwardInvocation. Unfortunately the object that
declares it never receives control at it's forwardInvocation method.
Instead I just get the usual "undefined method" error message. Any
ideas out there?