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

find the row I'm on

how do you define "the row I'm on"? Are there other widgets in the row which might have focus? What else are you not telling us?

Replies are listed 'Best First'.
Re^4: emulate Tk button push
by spx2 (Deacon) on Sep 19, 2007 at 13:18 UTC

    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).