Skip navigation.
 
mlRe: Key Value coding with Slider vs TextField
FROM : Trygve Inda
DATE : Mon Jul 17 22:16:43 2006

>
> On Jul 17, 2006, at 11:48 AM, Trygve Inda wrote:
>

>>> You should be changing the model attribute value directly in a KVO-
>>> compliant way.

>> That is not really possible since there is not an instance variable
>> for the
>> slider when the sheet is up...
>>

> Then you shouldn't be using bindings...


I'm not using bindings in this case. My original query was, having setup the
slider to textview action/target, how to get it to fire once to align them
before the window is displayed.

The code I quoted works for this and all is well... Now if I could only bind
to a specific element of an array, that would solve a different problem in
another app, but that seem to not be possible so a different way of doing
things is in order.

:-)

Trygve

Related mailsAuthorDate
mlKey Value coding with Slider vs TextField Trygve Inda Jul 16, 11:21
mlRe: Key Value coding with Slider vs TextField mmalc crawford Jul 16, 11:42
mlRe: Key Value coding with Slider vs TextField Trygve Inda Jul 16, 12:19
mlRe: Key Value coding with Slider vs TextField mmalc crawford Jul 16, 18:10
mlRe: Key Value coding with Slider vs TextField Trygve Inda Jul 16, 19:36
mlRe: Key Value coding with Slider vs TextField mmalc crawford Jul 16, 20:49
mlRe: Key Value coding with Slider vs TextField Trygve Inda Jul 17, 20:48
mlRe: Key Value coding with Slider vs TextField mmalc crawford Jul 17, 22:10
mlRe: Key Value coding with Slider vs TextField Trygve Inda Jul 17, 22:16