in reply to How to select/Highlight a Row in Tk::TableMatrix

Hi,

take a look at option
-browsecmd => CALLBACK
to get a hook for selection changes,
method tagRow()
to highlight a row,
method get()
to get your rows values. (Or simply read the values from your -variable) .

Cheers, Christoph