• 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: NSTableView and Bindings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView and Bindings


  • Subject: Re: NSTableView and Bindings
  • From: mmalcolm crawford <email@hidden>
  • Date: Fri, 25 Mar 2005 14:51:17 -0800


On Mar 25, 2005, at 2:21 PM, David Gardener wrote:

//The value for this Init goes into a textField. Not sure if I can use @sum.column3 as an object in the array??

No, you can't...

    [Column setKeys;
        [NSArray  arrayWithObjects:@"column5",@"@sum.column3",nil]
        triggerChangeNotificationsForDependentKey:@"column6"];


Why not just:

[Column setKeys;
[NSArray arrayWithObjects:@"column5",@"column1",@"column2",nil]
triggerChangeNotificationsForDependentKey:@"column6"];
?


mmalc

_______________________________________________
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


  • Follow-Ups:
    • Re: NSTableView and Bindings
      • From: David Gardener <email@hidden>
References: 
 >NSTableView and Bindings (From: David Gardener <email@hidden>)
 >Re: NSTableView and Bindings (From: Steven Kramer <email@hidden>)
 >Re: NSTableView and Bindings (From: David Gardener <email@hidden>)

  • Prev by Date: Re: NSTableView and Bindings
  • Next by Date: Re: Bindings problems...
  • Previous by thread: Re: NSTableView and Bindings
  • Next by thread: Re: NSTableView and Bindings
  • Index(es):
    • Date
    • Thread