Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!decwrl!adobe!greid From: greid@adobe.com (Glenn Reid) Newsgroups: comp.sys.next Subject: scrolling text, lists, whatever Message-ID: <997@adobe.UUCP> Date: 17 Jul 89 18:42:35 GMT Sender: news@adobe.COM Reply-To: greid@adobe.COM () Organization: Adobe Systems Incorporated, Mountain View Lines: 22 Hi, I'm looking for suggestions about the best way to put a "list" of miscellaneous text things into a little scrolling box in a window, in a line-oriented fashion. For example, how is the Font Panel's scrolling list implemented, or the Browser? In particular, I'd like to be able to make sequential calls to some method like addStringToList:stringptr. With TextForms, you get a simple interface like setStringValue:, but if you graduate to Scroll Views, it seems that you have to read an entire stream, rather than just being able to supply strings one at a time. The View class seems too general in this case. The data for these "lists" (for lack of a better name) will likely come from a pipe, but some of it may be generated synthetically. Thanks for any info or suggestions.... Glenn Reid Adobe Systems