Re: Subject: Re: NSTask _ NSFileHandle _ NSTexField
Re: Subject: Re: NSTask _ NSFileHandle _ NSTexField
- Subject: Re: Subject: Re: NSTask _ NSFileHandle _ NSTexField
- From: Andreas Mayer <email@hidden>
- Date: Thu, 29 Aug 2002 12:46:48 +0200
Am Mittwoch, 28.08.02 um 19:15 Uhr schrieb TJ Marbois:
Cool! Thank you kindly for the info...
You're welcome.
While we're at it - I just found an error in my class that causes it to
send all output to the appendError: method.
In getData: change
if ([aNotification object] == [task standardOutput])
to
if ([aNotification object] == stdoutHandle)
I'll put the new version up soon - including a sample application.
(Thanks to Andrew Merenbach who pointed this problem out to me.)
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.