• 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
Re: NSTask & NSPipe
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTask & NSPipe


  • Subject: Re: NSTask & NSPipe
  • From: Darin Duphorne <email@hidden>
  • Date: Wed, 27 Jun 2001 16:56:55 -0500

I must have changed something. This no longer works. brsDisplayField is an outlet to a NSTextView object. The compiler says "selector not recognized."

On Wednesday, June 27, 2001, at 02:54 PM, Darin Duphorne wrote:


while ((outData=[pipeOutput availableData]) && ([outData length]))
{
theString=[[NSString alloc] initWithData:outData encoding:NSASCIIStringEncoding];
[brsDisplayField setString:[[brsDisplayField stringValue] stringByAppendingString:theString]];
[theString release];
}

[theTask release];


  • Prev by Date: Re: Library loading policy on Mac OS X with Cocoa
  • Next by Date: Re: ScanMail Message: To Sender, sensitive content found and action t aken.
  • Previous by thread: NSTask & NSPipe
  • Next by thread: NSImageView interpolation
  • Index(es):
    • Date
    • Thread