Re: Binding both animate and isIndeterminate on NSProgressIndicator (SOLVED)
Re: Binding both animate and isIndeterminate on NSProgressIndicator (SOLVED)
- Subject: Re: Binding both animate and isIndeterminate on NSProgressIndicator (SOLVED)
- From: Jim Correia <email@hidden>
- Date: Fri, 12 Jan 2007 08:51:03 -0500
On Jan 11, 2007, at 11:20 PM, Aaron Burghardt wrote:
I think I have resolved the issue. Originally, I had bound the
NSProgressIndicator bindings directly to my app controller object,
but I had the problem described below. I was able to get it to
work by adding an NSObjectController instance to the NIB,
connecting content outlet to the app controller, then binding all
of the progress indicator bindings to the NSObjectController. It
now works as expected, but I'm curious--is the NSObjectController
required?
Without seeing the code, it isn't possible to tell precisely what the
problem was.
Generally you're strongly discouraged from binding from a view
directly to a model. The Controller is the C in the Model-View-
Controller triumvirate.
Jim
_______________________________________________
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