Passing an NSImage between processes
Passing an NSImage between processes
- Subject: Passing an NSImage between processes
- From: "Dave MacLachlan" <email@hidden>
- Date: Tue, 16 Oct 2001 09:59:29 -0700
Hey all...
I have two apps that I'm trying to pass an NSImage* between using an
NSConnection and an NSProxy.
my protocol has:
-(bycopy)GetImage;
and it appears that my client gets an NSImage just fine from the server.
However when I go to draw it I get nothing. Any ideas? I get a note in the
console saying that my context is invalid (from the server app) when the
client attempts to draw.
How should I go about this?
Cheers,
Dave MacLachlan
Illustrator Eng
Adobe Systems Inc.