Distributed Objects crash sending an NSImage
Distributed Objects crash sending an NSImage
- Subject: Distributed Objects crash sending an NSImage
- From: Tito Ciuro <email@hidden>
- Date: Fri, 28 Oct 2005 15:48:48 -0700
Hello,
This is puzzling: I have a window with an NSImageView containing an
image. When I retrieve the image using [myImageView image] and then
proceed to send it via DO, the app crashes every time.
However, if I obtain its data representation using [[myImageView
image]TIFFRepresentation], send it via DO and reconstruct the image,
then it works like a charm!
Why is that? Why can't I send an NSImage with DO? I've tried with
other NS*-type objects and all work fine... :-/
Thanks,
-- Tito
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden