Re: notification of hilitedLine change?

2001-08-26 Thread Richard Gaskin
Ken Ray wrote: Richard, The only thing I can think of is to trap the arrowkeys and do the calculation, as follows: on arrowKey tDir put the hilitedLines of me into tLine switch tDir case up if tLine 1 then put (tLine-1) into tLine end if break case down if tLine (the

RE: notification of hilitedLine change?

2001-08-25 Thread Ken Ray
Title: RE: notification of hilitedLine change? Richard, The only thing I can think of is to trap the arrowkeys and do the calculation, as follows: on arrowKey tDir put the hilitedLines of me into tLine switch tDir case up if tLine 1 then put (tLine-1) into tLine end