• 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
[DO-Question] NSString works, NSImage not
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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
References: 
 >Re: What is the rationale behind keeping preferences in one place and "Application Support" files in another? (From: Hamish Allan <email@hidden>)
 >Newbie question about passing Distributed Objects (From: Christian Buggle <email@hidden>)

  • Prev by Date: Re: NSTextField undo in a sheet?
  • Next by Date: Re: NSTextField undo in a sheet?
  • Previous by thread: Newbie question about passing Distributed Objects
  • Next by thread: Re: Sheets and NSThread
  • Index(es):
    • Date
    • Thread