• 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: NSTableView solution feedback and questions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView solution feedback and questions


  • Subject: Re: NSTableView solution feedback and questions
  • From: Keary Suska <email@hidden>
  • Date: Tue, 18 Mar 2008 13:43:11 -0600
  • Thread-topic: NSTableView solution feedback and questions

on 3/18/08 11:17 AM, email@hidden purportedly said:

> I have an NSTableView, bound to an NSArrayController, which is bound
> to my custom object. So far so good. I can change attributes, add,
> remove, all that good stuff. Now, my custom object can have one
> property changed programmatically by an NSTimer. Of course, when the
> change happens, the object is updated but not the NSTableView.

Chances are, you are not updating the property in a KVO-compliant way.
First, make sure you are doing things correctly, before kludging a
workaround.

See:
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaBindings/Conc
epts/Troubleshooting.html#//apple_ref/doc/uid/TP40002148-DontLinkElementID_6

And if you haven't read that whole document, you really really need to.

> My second question is more general. I've basically just completed the
> Cocoa Programming book by Hillegass. Is there a "next" logical book/
> document to read, or is it just time to write lots of experimental
> code and ask questions?

Write lots of experimental code, but read relevant docs *before* you ask
questions. Get AppKiDo <http://homepage.mac.com/aglee/downloads>. Not only
does it greatly simplify browsing the API, it also makes it easy to find
conceptual documentation.

Unfortunately, just about every Cocoa book on the market is sorely out of
date. Kochan's Objectice-C book, however, is a must-have must-read.

Best,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"


_______________________________________________

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: 
 >NSTableView solution feedback and questions (From: Jay Martin <email@hidden>)

  • Prev by Date: Re: Getting notifications when any file in a folder change
  • Next by Date: Re: Confused about CFRunLoop
  • Previous by thread: Re: NSTableView solution feedback and questions
  • Next by thread: XCode3 errors on startup
  • Index(es):
    • Date
    • Thread