Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!super.upenn.edu!eecae!nancy!umix!tardis!ronin!mike From: mike@ronin.UUCP Newsgroups: comp.sys.mac.hypercard Subject: Re: Getting part of a field Message-ID: <370@tardis.cc.umich.edu> Date: Mon, 2-Nov-87 09:13:08 EST Article-I.D.: tardis.370 Posted: Mon Nov 2 09:13:08 1987 Date-Received: Wed, 4-Nov-87 19:37:11 EST References: <275@algol.sol.SPS.TRW.COM> <1482@mmm.UUCP> Sender: usenet@tardis.cc.umich.edu Reply-To: mike@ronin.cc.umich.edu (Michael Nowak) Organization: University of Michigan Computing Center, Ann Arbor Lines: 15 What we really need is a list object type so we can put stuff in the list and allow the user to select items in the list without being able to change the text of the list. But we don't. To solve this problem for in my own stacks, I set up a scrolling field with locked text. Next to each line in the field, I put a little arrow button. If the user clicks on the field, nothing will happen. But if the user clicks on the arrow, the script of the button will compute the line of the field that this arrow is pointing to based on "the scroll of field such-and-such" and then extract that line from the field. If anyone is interested, I can put up the script of the button that does this. Michael Nowak "My opinions are my own and not necessarily the opinions of my employer."