• 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
Challenge Chapter 6 help!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Challenge Chapter 6 help!


  • Subject: Challenge Chapter 6 help!
  • From: Eric Lee <email@hidden>
  • Date: Wed, 16 Jul 2008 21:59:42 -0500

First of all, I'm' new to cocoa, so I'm a beginner that just started. I'm trying to make the To-Do list on Chapter 6 from Aaron's new book, Cocoa Programming for Mac OS X Third Edition.

I've made an NSMutableArray, set the data source of the NSTableView to AppController, made an IBACTION and connected it to a Button, made a text field, and connected the AppController and the text field, and made an outlet for the table view, and connected it to the app controller.

For the .m file, I used:

NSString *string = [textField stringValue];
[array insertObject:string atIndex:0];

Then I got stuck....


Help please? _______________________________________________

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


  • Prev by Date: Re: alternative to flash
  • Next by Date: mdbackup binary plist files
  • Previous by thread: Re: Getting the keyEquivalent as a string
  • Next by thread: mdbackup binary plist files
  • Index(es):
    • Date
    • Thread