Re: NSColorWell, setColor and bindings
Re: NSColorWell, setColor and bindings
- Subject: Re: NSColorWell, setColor and bindings
- From: Scott Anguish <email@hidden>
- Date: Wed, 23 Jun 2004 12:06:40 -0400
On Jun 22, 2004, at 6:27 AM, Dominique PERETTI wrote:
Hi,
I have a NSColorWell bound in Interface Builder to some values that
works properly.
For some reason, I need to invoke this colorwell's setColor:
programmatically.
The color changes... but bound observers are not notified !
What am I missing ?
nothing. you don't get observable notifications when you change the
value of a UI element.
you need to change the model value, and that will change the UI to
match.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.