Re: Help with "Messages without a matching method signature..." issue

2008-07-22 Thread Brad Gibbs
--- On Tue, 7/22/08, Brad Gibbs <[EMAIL PROTECTED]> wrote: From: Brad Gibbs <[EMAIL PROTECTED]> Subject: Help with "Messages without a matching method signature..." issue To: "Cocoa List" Date: Tuesday, July 22, 2008, 12:28 PM I read the Newbie Question on a m

Re: Help with "Messages without a matching method signature..." issue

2008-07-22 Thread Brad Gibbs
It's in the file, it's just that the warning message pushed the brace down and out of my select -> copy -> paste to e-mail. Sorry for the confusion. On Jul 22, 2008, at 12:35 PM, Steve Bird wrote: On Jul 22, 2008, at 3:28 PM, Brad Gibbs wrote: Below is the offending code: Class 1

Re: Help with "Messages without a matching method signature..." issue

2008-07-22 Thread Charles Steinman
> Subject: Help with "Messages without a matching method signature..." issue > To: "Cocoa List" > Date: Tuesday, July 22, 2008, 12:28 PM > I read the Newbie Question on a method signature thread from > June 4 a > few times, but, either that isn't the probl

Re: Help with "Messages without a matching method signature..." issue

2008-07-22 Thread Steve Bird
On Jul 22, 2008, at 3:28 PM, Brad Gibbs wrote: Below is the offending code: Class 1 - This class provides IBActions, each of which calls the sendMSG: toPort: method of Class 2. The arguments for the methods in this class are used to construct NSStrings in Class 2. Class 2 - The argument

Help with "Messages without a matching method signature..." issue

2008-07-22 Thread Brad Gibbs
I read the Newbie Question on a method signature thread from June 4 a few times, but, either that isn't the problem I'm having, or I'm not understanding the solution... Any help would be greatly appreciated. On compile, I get the following warnings: warning: 'Class2' may not respond to '+s