[DO-Question] NSString works, NSImage not
[DO-Question] NSString works, NSImage not
- Subject: [DO-Question] NSString works, NSImage not
- From: Christian Buggle <email@hidden>
- Date: Sat, 10 Dec 2005 01:11:14 +0100
// this client code does work:
myText = [theProxy getStringFromServer];
// this does not:
myImage = [theProxy getImageFromServer];
// why?
// Christian
// (server code below, theProxy is the Proxy object from DO-tutorial-
code)
### Server code:
-(NSImage*) getImageFromServer{
return myServerImage;
}
-(NSString*) getStringFromServer {
return @"this works"
}
_______________________________________________
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