I thought of that method but the problem is,I have
a big table,and in certain columns there are buttons.
Ammounting to at least 80 buttons,so if I would make
keybindings like that , I would need 80 key-combinations.
So I want to key bind some sub that would find the row
I'm on and then send an similar-WM_COMMND(push event) to
the specific button on that row.
| [reply] |
| [reply] [d/l] |
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).
| [reply] [d/l] |