• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Newbie: cannot find method
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Newbie: cannot find method


  • Subject: Newbie: cannot find method
  • From: Jesse Abram <email@hidden>
  • Date: Sat, 6 Nov 2004 11:53:29 -0800

Hi everyone, this is my first post. I've been learning Cocoa for awhile, and I've started my first app that I intend to complete to a polished state. Introductions aside, my problem (which probably has a simple answer) is as follows:
I have a method within a controller class, from which I try to call another method, declared within the same header file, and defined within the same code, using [self theOtherMethodName];
I get a compiler error, saying that the method cannot be found. Here are some code fragments with added comments:

//as they appear in the header file of the class:
- (id)sender;
- (id)sender;

//in the code, the second method tries to call the first one using:
[self JDAProcess];

Additional note, the methods are defined one after the other in the code, as they are in the header.

So, any help with this would be appreciated, I am new to OOP in general. Thanks!
Jesse Abram
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Newbie: cannot find method
      • From: Jonathan Jackel <email@hidden>
    • Re: Newbie: cannot find method
      • From: Olivier Lanctôt <email@hidden>
    • Re: Newbie: cannot find method
      • From: Matt Diephouse <email@hidden>
    • Re: Newbie: cannot find method
      • From: Mont Rothstein <email@hidden>
  • Prev by Date: Trouble with custom NSCell
  • Next by Date: Re: Newbie: cannot find method
  • Previous by thread: Trouble with custom NSCell
  • Next by thread: Re: Newbie: cannot find method
  • Index(es):
    • Date
    • Thread