Re: More on NSTask and output to NSTextView
Re: More on NSTask and output to NSTextView
- Subject: Re: More on NSTask and output to NSTextView
- From: Koen van der Drift <email@hidden>
- Date: Sun, 6 Jun 2004 06:34:53 -0400
On Jun 6, 2004, at 3:48 AM, p3consulting wrote:
Try adding here
NSMutableDictionary *defaultEnv = [[NSMutableDictionary alloc]
initWithDictionary:[[NSProcessInfo processInfo] environment]] ;
[defaultEnv setObject:@"YES" forKey:@"NSUnbufferedIO"] ;
[myTask setEnvironment:defaultEnv] ;
I already tried that too - found it somewhere in the mailinglist
archives. But it didn't change the behaviour :(
thanks,
- Koen.
_______________________________________________
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.