[Tktable] Re: Moving the cursor in TkTable
by Jeff Hobbs other posts by this author
Sep 13 2001 5:53AM messages near this date
[Tktable] event blocking during large col/row sets
|
[Tktable] table insert times slow with table size
Kevin Penrose wrote:
...
> My table has a title column and a title row. I have set the colorigin
> and roworigin accordingly. Using ctrl-pageup moves the cursor to the
> upper left corner cell correctly, but from that cell if I push the left
> arrow key, the cursor 'disappears' into the title column. Likewise if I
> push the up arrow key, the cursor disappears in the title row.
Yes, I never bothered to restrict movement of the active cell into
the title cells. This would require a change to ::tk::table::MoveCell.
It seems like a reasonable thing to do.
You can make the modification yourself locally to not require an update.
--
Jeff Hobbs The Tcl Guy
Senior Developer http://www.ActiveState.com/
Tcl Support and Productivity Solutions
|