Key Value coding with Slider vs TextField
Key Value coding with Slider vs TextField
- Subject: Key Value coding with Slider vs TextField
- From: Trygve Inda <email@hidden>
- Date: Sun, 16 Jul 2006 09:21:50 +0000
- Thread-topic: Key Value coding with Slider vs TextField
I have a slider and a textField. The textField is meant (via a
takeIntValueFrom) to display the value of the slider as it moves and this
part is working.
When I am about to display the sheet that these objects are on, I call:
[mySlider setIntValue:someValue];
The slider gets set correctly, but the textField is not updated. What do I
need to do to force this - I assumed that if the binding was set up, then
the call to setIntValue on the slider would trip the text field into
updating as well.
Thoughts?
Trygve
_______________________________________________
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