displaying and editing strings
I'm writing a kind of editor program, and I've been using NSTextField to input and display game entity values, this has worked fine. Now though, I need to edit game entity descriptions which are basically long strings of text which can't be fully displayed in a NSTextField, so what interface element should I use for this?
An NSTextView......?
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Xcode 3.2 insecure formatted strings | AnotherJake | 2 | 3,546 |
Sep 15, 2009 11:06 PM Last Post: AnotherJake |
|

