Re: Bindings over IBOutlets for popup content?
Re: Bindings over IBOutlets for popup content?
- Subject: Re: Bindings over IBOutlets for popup content?
- From: Scott Ellsworth <email@hidden>
- Date: Thu, 9 Jun 2005 13:14:16 -0700
On Jun 8, 2005, at 11:10 PM, mmalcolm crawford wrote:
On Jun 8, 2005, at 11:02 PM, Scott Ellsworth wrote:
Is running a binding across something connected via an IBOutlet
forbidden?
It's just an instance variable... so, no.
Have you simply declared an instance variable for the outlet (i.e.
no accessor methods)? If so, then if its value is updated, it's
not done in a KVO-compliant way...
That did it.
It might be a good idea were the generated code from IB to contain
accessors. Now that I know, of course, I can do this myself easily
enough.
Thanks, mmalcolm.
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden