Re: Distributed Objects
Re: Distributed Objects
- Subject: Re: Distributed Objects
- From: Chris Kane <email@hidden>
- Date: Sat, 23 Feb 2002 17:42:53 -0800
On Thursday, February 21, 2002, at 04:59 PM, Sebastian Krau_ wrote:
The strings arrive OK, but my NSImageView doesn't. I get an
NSDistantObject -- which, as far as I understand, is absolutely
correct -- but I get this error:
*** -[NSPortMessage inLiveResize]: selector not recognized
Of course it doesn't, it's the NSImageView behind that. The
documentation states "Normally an NSConnection forwards remote messages
to their intended recipients as it receives them" -- have I run into
one of those (undocumented!) "not normal" cases?
NSPortMessage is not the proxy, an NSDistantObject would be.
NSPortMessage receiving that may indicate something is mixed up in your
code, or, perhaps that the NSDistantObject which was the proxy has been
freed and the memory reused as an NSPortMessage.
Chris Kane
Cocoa Frameworks, Apple
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.