tableField oddity
Posted: Wed Aug 21, 2019 6:16 pm
Make a table field, and put some text into a few lines of it. Put this into its script:
Click on any cell. The entirety of all "cells" in all lines before and including the "cell" clicked on becomes hilited.
Craig
Code: Select all
on mouseDown
click at "11,11" -- the value is not pertinent
end mouseDown
Craig