in reply to Re^4: Tk MatrixTable - entering data
in thread Tk MatrixTable - entering data
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$t->tagConfigure('active', -bg => 'white', -relief => 'sunken');
to#$tm2 = $mw->Scrolled('Spreadsheet',
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.$tm2 = $mw->Scrolled('TableMatrix',
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Tk MatrixTable - entering data
by zentara (Cardinal) on Jun 08, 2011 at 14:57 UTC |