• 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
Re: I Never get 'self' in Obj-C
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I Never get 'self' in Obj-C


  • Subject: Re: I Never get 'self' in Obj-C
  • From: Andy Lee <email@hidden>
  • Date: Mon, 5 May 2008 18:13:06 -0400

Is your code inside an Objective-C method? What are you expecting self to be?

--Andy


On May 5, 2008, at 5:50 PM, J. Todd Slack wrote:

Hi All,

I have the following:

statusItem = [[[NSStatusBar systemStatusBar]
    statusItemWithLength:NSVariableStatusItemLength]
    retain];
 [statusItem setHighlightMode:YES];
 [statusItem setTitle:[NSString stringWithFormat:@"%C",0x260F]];
 [statusItem setEnabled:YES];
 [statusItem setToolTip:@"Ring-Maker"];

 [statusItem setTarget:self];


The compiler complains about self; saying: iTunesPlugIn.m:606: error: 'self' undeclared (first use in this function)\


But I dont understand why it is complaining?

Can I get a refresher from anyone?

-Jason

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >I Never get 'self' in Obj-C (From: "J. Todd Slack" <email@hidden>)

  • Prev by Date: Re: I Never get 'self' in Obj-C
  • Next by Date: Re: I Never get 'self' in Obj-C
  • Previous by thread: Re: I Never get 'self' in Obj-C
  • Next by thread: Re: I Never get 'self' in Obj-C
  • Index(es):
    • Date
    • Thread