in reply to Re^3: emulate Tk button push
in thread emulate Tk button push

I've found a way to take the row I'm on. It's a very very very very intuitive expression. It's the row of the active cell and I've taken it with  TableMatrix->index('active') =~ /(\d+),/ ; Yes there are other widgets on the row,there are some columns wich contain each one button(as I have specified already above).