• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Distributed Objects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Distributed Objects
      • From: Chris Kane <email@hidden>
  • Prev by Date: Centering an NSImageView in a scroller
  • Next by Date: Re: Newbie needs help...Is this possible?
  • Previous by thread: distributed Objects
  • Next by thread: Re: Distributed Objects
  • Index(es):
    • Date
    • Thread