Distributed Objects
Distributed Objects
- Subject: Distributed Objects
- From: email@hidden (Sebastian Krauß)
- Date: Fri, 22 Feb 2002 01:59:40 +0100
Hi everybody,
I have a small app that shows previews for files. Because it can sometimes
take a while to load images and movies, I do this in another thread. I
also pass some additional information about the file from my thread to my
controller so that I can do all the UI stuff in the main thread.
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?
Any help would be appreciated
Sebastian
---
"Most people put some sort of quote at the end of their signature.
I don't."
-- Liam Downing
_______________________________________________
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.