Re: Problems with Distributed Objects
Re: Problems with Distributed Objects
- Subject: Re: Problems with Distributed Objects
- From: Andreas Mayer <email@hidden>
- Date: Thu, 26 Feb 2004 19:28:22 +0100
Am 26.02.2004 um 18:02 schrieb Philippe Mougin:
It would allow you to prevent your object to substitute an
NSDistantObject to itself as it does now (since this the default
implementation provided at the NSObject level).
Argh!
So bycopy does not work unless the object is specifically build to
honor it?! That's the first time I hear about such a
restriction/convention. Shouldn't that be mentioned in the Obj-C
reference? (I guess I'll go and read that one more time before filing a
documentation bug/enhancement request ...)
Implementing that method does indeed give me an AMTickerSign ... but
its image instance variable is still an NSDistantObject! How am I
supposed to change that? Declaring a category to NSImage? Is that
really how it is supposed to work?
Anyway - I am at least one step closer to a solution. Thanks a lot. :)
Andreas
_______________________________________________
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.