Re: Key Value coding with Slider vs TextField
Re: Key Value coding with Slider vs TextField
- Subject: Re: Key Value coding with Slider vs TextField
- From: Trygve Inda <email@hidden>
- Date: Sun, 16 Jul 2006 17:36:16 +0000
- Thread-topic: Key Value coding with Slider vs TextField
>
> On Jul 16, 2006, at 3:19 AM, Trygve Inda wrote:
>> Ok, so... "This is the expected behavior. Instead you should change
>> the
>> model object using a key-value-observing compliant manner."
>> Then how do I set the value of a slider in a KVO savvy way?
>>
> You don't -- a slider is not a model object.
>
> You should review
> <http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaBindings/Conce
> pts/WhatAreBindings.html
>> and probably before that
>> <http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/
>> CocoaDesignPatterns/chapter_5_section_1.html
Got it... This works...
[configLength sendAction:[configLength action] to:[configLength target]];
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