Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!umix!tardis!ronin!mike From: mike@ronin.cc.umich.edu (Michael Nowak) Newsgroups: comp.sys.mac.hypercard Subject: Re: Getting part of a field Message-ID: <372@tardis.cc.umich.edu> Date: Wed, 4-Nov-87 09:19:28 EST Article-I.D.: tardis.372 Posted: Wed Nov 4 09:19:28 1987 Date-Received: Sat, 7-Nov-87 11:51:18 EST References: <275@algol.sol.SPS.TRW.COM> <1482@mmm.UUCP> <370@tardis.cc.umich.edu> <1853@tekchips.TEK.COM> Sender: usenet@tardis.cc.umich.edu Reply-To: mike@ronin.cc.umich.edu (Michael Nowak) Organization: University of Michigan Computing Center, Ann Arbor Lines: 14 It turns out that Brian McGhie provided a function in Windoid #3 that returns the field line number of scrolling locked field that a user clicked in... Function ClickLine return (trunc(((scroll of the target) + (item two of the clickloc) - (item two of the rect of the target)) div the textheight of the target) + one) End ClickLine Thank you very much to Mr. McGhie and Mr. Leffler, editor of Windoid! Michael Nowak