Re: NSPopUpButtonCell -- I need an outlet to gain access to the button
Re: NSPopUpButtonCell -- I need an outlet to gain access to the button
- Subject: Re: NSPopUpButtonCell -- I need an outlet to gain access to the button
- From: Dalton Hamilton <email@hidden>
- Date: Wed, 16 May 2007 14:39:33 -0400
It's working beautifully. I had already implemented the
-tableView:setObjectValue:forTableColumn:row:
I just wasn't using the setObjectValue. Man, sometimes it's right in
front of you.
Thanks for all the help.
Dalton
On May 16, 2007, at 2:02 PM, I. Savant wrote:
On 5/16/07, I. Savant <email@hidden> wrote:
> I've read a few articles regarding Bindings and they seem much
faster
> but also for the person who isn't an expert and someone working and
> teaching themselves as they write apps for various reasons,
Bindings
> can be much harder to debug -- or it looks that way.
I'm curious to know what article you're referring to regarding the
"person who isn't an expert" part. This is completely incorrect.
Cocoa
Bindings relies on several other "moderate" to "advanced" Cocoa
skills
like Key Value Coding and Key Value Observing. These topics are not
for Cocoa newbies.
I'd like to amend the above for clarity: Understanding the best
implementation using Bindings, the ability to identify and rectify
Bindings-related problems, and the ability to "customize" a
Bindings/KVO/KVC solution require a solid understanding of the Cocoa
Bindings mechanism and its supporting technologies (KVC/KVO).
It's "faster" in simple interface cases to use Bindings, but I don't
think there's a single shipping application that's both complex and
usable that relies on a pure, stock Bindings solution with no glue
code. That's not to say it can't be done, it's just not very likely
... that's my opinion and I'm sticking to it. :-)
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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