Xref: utzoo comp.sys.mac.hypercard:1339 news.groups:6461
Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!unmvax!charon!hydra.unm.edu!stone
From: stone@hydra.unm.edu.unm.edu (Andrew Stone CS.DEPT)
Newsgroups: comp.sys.mac.hypercard,news.groups
Subject: Re: Recursion Problem *HELP*
Keywords: deselect it
Message-ID: <4073@charon.unm.edu>
Date: 8 Dec 88 18:27:41 GMT
References: <29191@tut.cis.ohio-state.edu> <21877@apple.Apple.COM>
Sender: news@charon.unm.edu
Reply-To: stone@hydra.unm.edu.UUCP (Andrew Stone CS.DEPT)
Organization: University of New Mexico, Albuquerque, NM
Lines: 28

In article <21877@apple.Apple.COM> baum@apple.UUCP (Allen Baum) writes:
>[]
>set locktext of field x to false
>click at the clickloc
>select the selectedline
>put the selected into into linevar
                  ^^^^
>set locktext of field x to true
>--
>		  baum@apple.com		(408)974-3385

Allen, I like your solution, here is another version which also deselects
line:
  .....
  set locktext of me to false
  click at the clickloc
  select the selectedline
  put the selection into linevar
  set locktext of me to true
  wait 10   -- user interface: allows seeing the selection
  click at top of me + 1, right of me +1  --- deselects
  .....

||<<++>>||<<-->>||<<==>>||<<++>>||<>||<<++>>||<<-->>||<<==>>||<<++>>||
||                                                                      ||
||	   Andrew Stone	    stone@hydra.unm.edu	    (505) 345-4800      ||
||                                                                      ||
||<<++>>||<<-->>||<<==>>||<<++>>||<>||<<++>>||<<-->>||<<==>>||<<++>>||