NSTextView and NSTasks setStandardOutput
NSTextView and NSTasks setStandardOutput
- Subject: NSTextView and NSTasks setStandardOutput
- From: Christopher Martin <email@hidden>
- Date: Wed, 15 May 2002 04:40:33 -0400
I'm trying to write a simple gui wrapper for nmap.
can anybody tell me how to have the output appear in an NSTextView?
i tried this:
[nmap setStandardOutput:scanView];
where scanView is an outlet from interface builder:
IBOutlet id scanView;
When i run the app, i get:
2002-05-15 04:34:57.479 nmapX[805] *** -[NSTextView fileDescriptor]:
selector not recognized
How can i use teh NStextView to display the output?
Thanks,
Chris Martin
_______________________________________________
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.