Re: KVO on Distributed Objects with exception handling.

2009-09-08 Thread Graham Lee
On Sep 7, 2009, at 21:45 , Edward Chan wrote: Great... How long ago did you ask the Apple engineers? I haven't tried this piece of code with Snow Leopard actually... This was back in February, I was probably testing on Leopard. The difference between what you and I tried was that I used - b

Re: KVO on Distributed Objects with exception handling.

2009-09-08 Thread Graham Lee
On Sep 7, 2009, at 20:02 , Edward Chan wrote: Hello, I'm using KVO on a Distributed Object, and I am binding my UI controls based on the observer. Hi, not much of constructive help from me I'm afraid, just a warning. I also did the same thing once, and the reaction from Apple engineers w

Re: KVO on Distributed Objects with exception handling.

2009-09-08 Thread Scott Anguish
On Sep 8, 2009, at 10:38 AM, Edward Chan wrote: I've just tested it on Snow Leopard (10a380), and it works as expected. Perhaps. But as I said, unsupported, untested internally, and could break at any time. Do you happen to remember the technical reasons why KVO on DOs would fail?

Re: KVO on Distributed Objects with exception handling.

2009-09-08 Thread Edward Chan
I've just tested it on Snow Leopard (10a380), and it works as expected. Do you happen to remember the technical reasons why KVO on DOs would fail? Ed On Mon, Sep 7, 2009 at 11:55 PM, Scott Anguish wrote: > In spite of the fact that it might be working, it isn't supported. > > When I talked to en

Re: KVO on Distributed Objects with exception handling.

2009-09-07 Thread Scott Anguish
On Sep 7, 2009, at 4:45 PM, Edward Chan wrote: Great... How long ago did you ask the Apple engineers? I haven't tried this piece of code with Snow Leopard actually... It still isn't supported in SL. I'd be shocked if it ever is. ___ Cocoa-dev m

Re: KVO on Distributed Objects with exception handling.

2009-09-07 Thread Scott Anguish
In spite of the fact that it might be working, it isn't supported. When I talked to engineering about this, this is what I was told. He was a bit shocked it worked at all, and it isn't tested as part of releases. On Sep 7, 2009, at 3:02 PM, Edward Chan wrote: Hello, I'm using KVO on a

Re: KVO on Distributed Objects with exception handling.

2009-09-07 Thread Edward Chan
Also, Did they explain why they didn't want to support it? Thanks, Ed On Mon, Sep 7, 2009 at 4:45 PM, Edward Chan wrote: > Great... > > How long ago did you ask the Apple engineers? I haven't tried this > piece of code with Snow Leopard actually... > > > On Mon, Sep 7, 2009 at 3:29 PM, Graham Le

Re: KVO on Distributed Objects with exception handling.

2009-09-07 Thread Edward Chan
Great... How long ago did you ask the Apple engineers? I haven't tried this piece of code with Snow Leopard actually... On Mon, Sep 7, 2009 at 3:29 PM, Graham Lee wrote: > On Sep 7, 2009, at 20:02 , Edward Chan wrote: > >> Hello, >> >> I'm using KVO on a Distributed Object, and I am binding my U

KVO on Distributed Objects with exception handling.

2009-09-07 Thread Edward Chan
Hello, I'm using KVO on a Distributed Object, and I am binding my UI controls based on the observer. For example: MonkeyViewController.isEatingABanana -> Binded to a UI checkbox. MonkeyViewController.m: @propery (readwrite, assign) BOOL isEatingABanana; -(id)init { ... [MonkeyBrainDOObject ad