Selon Nicola Pero <[EMAIL PROTECTED]>:

> >> In bindings.gsmarkup i define 2 textFields. First i bind the 1st
> >> field to the
> >> 2nd one :
> >>   [first bind:"value" toObject:second ...]
> >> If i change the value of the 1st field, the 2nd one is updated.
> >> But I expected
> >> that the value of the 1st would be updated when the value of the
> >> 2nd one
> >> changes. To get that behavior i have to bind the 2nd field to the
> >> first.
> >>   [second bind:"value" toObject:first ...]
> >>
> >
> > I think that is the expected behaviour. At least it was what I
> > implemented :-)
>
> Yes, on Apple Mac OS X it seems to work in the same way. :-)

I'm quite suprised that an Apple made class is not KVC compliant.
But i may have miss something.

Thank you for the test :-)

Xavier


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to