• 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: Programmatically setting the value of a bound TextField
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programmatically setting the value of a bound TextField


  • Subject: Re: Programmatically setting the value of a bound TextField
  • From: Camillo Lugaresi <email@hidden>
  • Date: Wed, 1 Mar 2006 19:45:48 +0100

On 01/mar/06, at 17:44, Felix Franz wrote:


On Mar 1, 2006, at 4:22 PM, Ricky Sharp wrote:

On Mar 1, 2006, at 8:29 AM, Felix Franz wrote:

[textField setStringValue: newName];

Instead of using setStringValue: here, try using setValue: instead. After all, you are binding to "value". setValue: should have in its implementation the steps to notify bound objects of the change.



Thanks for the tip, but unfortunately NSTextField does not respond to setValue: ...


It would be nice to get the bindings of a given control. Then one could simply test the
bindings object, keypath and options, and there would be no reason to test Apple's
implementation. Poking around with the FScript object-browser,
[[textField _bindingAdaptor] binders] returns an Array of NSValueBinders which contains
the relevant information ... but I learnt the hard way to not use undocumented features :)

10.4 has an infoForBinding: method.

Camillo
_______________________________________________
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: Programmatically setting the value of a bound TextField
      • From: Felix Franz <email@hidden>
References: 
 >Programmatically setting the value of a bound TextField (From: Felix Franz <email@hidden>)
 >Re: Programmatically setting the value of a bound TextField (From: Ricky Sharp <email@hidden>)
 >Re: Programmatically setting the value of a bound TextField (From: Felix Franz <email@hidden>)

  • Prev by Date: Re: where to put on-resize calculations in NSCell?
  • Next by Date: Re: Executable linking
  • Previous by thread: Re: Programmatically setting the value of a bound TextField
  • Next by thread: Re: Programmatically setting the value of a bound TextField
  • Index(es):
    • Date
    • Thread