• 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: Best way to notify the Controller when one Array object value is changed
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best way to notify the Controller when one Array object value is changed


  • Subject: Re: Best way to notify the Controller when one Array object value is changed
  • From: "Miguel Coxo" <email@hidden>
  • Date: Thu, 31 Jan 2008 22:37:16 +0000

Well for further reference what i ended up doing was:
 - Created a bogus Property "cellData" that is a function returning self
 - The updated thread just used the pair willChange and didChange "cellData"
and it works

I tried the other way with the keyPathsForValuesAffectingValueForKey method,
but he wasn't called (Im using RubyCocoa might be the reason =).

On Jan 31, 2008 12:41 AM, Ken Thomases <email@hidden> wrote:

> On Jan 30, 2008, at 3:16 PM, Miguel Coxo wrote:
>
> > On Jan 30, 2008 8:07 AM, Ken Thomases <email@hidden> wrote:
> > On Jan 29, 2008, at 6:16 PM, Miguel Coxo wrote:
> >
> > > Hello, so i have one ArrayController that is bound to one Array,
> > and a
> > > tablecolumn that is bound to the ArrayController objects (not any
> > > particular
> > > value).
> > >
> > > As a normal behavior the controller gets notified when i add or
> > remove
> > > objects, but i have a thread that every second updates the objects.
> > > What is
> > > the correct way to notify the Controller that a specific object
> > > values where
> > > changed?
> >
> > Ty i will try that and post the result back =)
> > I did use this one* to notify the Controller of changes, maybe it
> > will also work for changing just values =).
> >
> > *  "Mutate the result of [self mutableArrayValueForKey:] rather than
> > directly mutating the array."
>
>
>
> Ah, I see what you were getting at.  You're changing properties of the
> objects in the array, and you need the controller to "notice" those
> changes even though it's not bound to those properties.  Sorry, I
> didn't understand that part of your original question.
>
> In an earlier thread I argued for a different approach to another
> reader:
>
> http://lists.apple.com/archives/cocoa-dev/2007/Dec/msg01329.html
>
> I hope that helps.
>
> Cheers,
> Ken
>
>


--
Cumprimentos, Miguel Coxo.
_______________________________________________

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: 
 >Best way to notify the Controller when one Array object value is changed (From: "Miguel Coxo" <email@hidden>)
 >Re: Best way to notify the Controller when one Array object value is changed (From: Ken Thomases <email@hidden>)
 >Re: Best way to notify the Controller when one Array object value is changed (From: "Miguel Coxo" <email@hidden>)
 >Re: Best way to notify the Controller when one Array object value is changed (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: insertText: without a NSWindow/NSView (or: Unicode input without NSView/Window)
  • Next by Date: Re: Global Font Change
  • Previous by thread: Re: Best way to notify the Controller when one Array object value is changed
  • Next by thread: [JOB] Looking for Cocoa developer in Israel (Tel-Aviv)
  • Index(es):
    • Date
    • Thread