Multiple NSTextView in an NSScrollView -- if possible
Multiple NSTextView in an NSScrollView -- if possible
- Subject: Multiple NSTextView in an NSScrollView -- if possible
- From: Peter Horn <email@hidden>
- Date: Fri, 1 Feb 2002 20:10:02 +0100
Hi!
I'm trying to write some kind of a special terminal app to control
a command-line tool. What I want to do is get an user input, send
it to the commandline tool and then write the 'result' to a
ScrollView. What's particular is that I want an individual
NSTextView for each of the results, such that I can control
editable/selectable individually for each output.
To some extend this means I want a 'table' with an NSTextView for
each cell.
Any suggestions?
Thnx,
Peter