http://qs321.pair.com?node_id=11138851

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello,
short question: is there a way to programmatically select a row in a Tk Tablematrix? The following:

$Table->activate('2,2');

does not produce any selection, either cell nor row. And how how to highlight multiple rows? The documentation gives me no suggestions.