thanks,
C.G. Liau
> How can I make the text selected in the active cell highlighted, just
> like the selected text in Tk entry widget?
Adjust the 'active' and/or 'sel' special tags of the table.
--
Jeff Hobbs, The Tcl Guy
http://www.ActiveState.com/, a division of Sophos
Using 'active' and/or 'sel' tag would highlight the entire text in a
cell. What I would like to highlight the selected text. For example, a
cell contains the text "Hello", I would like "He" to be in cyan if I
select the first 2 character. The entry widget has the
"selectbackground" option which does the trick. Is there an equivalent
in tktable?
Thanks,
C.G. Liau
tktable only has cell-level selection, not intra-cell level
selection.