Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!caen!zaphod.mps.ohio-state.edu!casbah.acns.nwu.edu!nucsrl!tellab5!laidbak!mcdchg!ast!ast.dsd.northrop.com!dvorak From: dvorak@ast.dsd.northrop.com (dvorak joseph l.) Newsgroups: comp.lang.smalltalk Subject: Entering Text Message-ID: <692@ast.dsd.northrop.com> Date: 17 Jun 91 18:35:41 GMT Sender: dvorak@ast.dsd.northrop.com Distribution: usa Organization: Northrop ESD, Rolling Meadows, IL Lines: 12 I need to provide a text field for user input into my Smalltalk/V program. I do _NOT_ want the user to have to select the the text like you must in the Transcript window. A specific key (a control-D perhaps) would terminate text entry. This would allow multi-line input. The text would be returned to my program as the result of the message sent to this text entry object. Can anyone tell me how to do this or point me to code that already does this? Thanks. Joe