Re: How is a bound NSArrayController so stealthy?
Re: How is a bound NSArrayController so stealthy?
- Subject: Re: How is a bound NSArrayController so stealthy?
- From: Jerry Krinock <email@hidden>
- Date: Wed, 6 Jun 2007 04:56:13 -0700
On 2007 Jun, 05, at 14:06, Shamyl Zakariya wrote:
If I'm understanding correctly what your problem is, I encountered
the same thing a couple months back ( in my first "real" use of
bindings ).
The way I worked around it seems hacky, but does work. What I did
was to fake a property on my document ( using a private category )
to expose setter/getter for the values in my array. The
implementations were empty, btw.
Shamyl, I think your code is great. Actually, it's less hacky than
the garbage I implemented yesterday after considering Keary's answer,
which was very helpful.
Avid readers of this list know that I now have three problems using
bindings in an IBPalette. Although I think I'm ready to use bindings
in an IBPalette, I'm not sure that bindings in an IBPalette are ready
for me. Since I'm taking the plunge and attending WWDC this year, I
decided to save these issues for the labs next week, although I'll
probably have to hide my badge so Apple folks don't run when they see
me coming.
I'll post some resolutions the week after next.
_______________________________________________
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