in reply to Tk marks and placing the cursor
The easiest would be to know where the cursor needs to be by line-position. For instance in your code:
will do it.$ta->mark(qw/ set insert 2.15 /); MainLoop;
But you could also figure out a tag scheme, where you tag your input boxes, and set insert to the tag point.
|
|---|