I have found out some more.
On your exmaple, if I remove the line $t->tagConfigure('active', -bg => 'white', -relief => 'sunken');
I can then see the original text when I type the new text in. It is feint white but I guess another setting will allow this to be darker.
If I change the 'definition' of the table from#$tm2 = $mw->Scrolled('Spreadsheet',
to$tm2 = $mw->Scrolled('TableMatrix',
then just a single cursor hit allows me to move from cell to cell. The appearance of the display is different but again I suspect I can find something to alter this if necessary.
|